Gemini
AI 모델
Google Gemini 모델에 빠른 원샷 쿼리
- 채팅 컨텍스트 없이 빠른 AI 검색
- 속도와 품질의 균형을 위한 모델 선택
- 스크립팅 워크플로우를 위한 JSON 출력
할 수 있는 것
One-shot prompting — Quick AI queries without conversation context overhead
Model selection — Choose specific Gemini models for different use cases
JSON output — Structured responses for programmatic consumption
Extensions — Enable and manage Gemini extensions for enhanced capabilities
Shell integration — Perfect for scripts, aliases, and automation workflows시도해볼 질문
"What's the time complexity of merge sort?"
"Explain quantum entanglement in simple terms"
"Generate a regex pattern for email validation"
"Convert this data to JSON format"
"Quick answer: best practices for error handling in TypeScript"전문가 팁
Use for quick lookups when you don't need conversation history
JSON mode enables easy parsing in shell scripts
Model selection lets you balance speed vs. capability
Perfect for shell aliases: faster than opening a chat for one-off questions
Auth is one-time interactive setup