Gemini

AI 모델

Google Gemini 모델에 빠른 원샷 쿼리

할 수 있는 것

  • 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