Skip to content

Gemma 2 9B

Provider: Groq (Google) Context Window: 8,000 tokens Quality: Medium Price: $0.20 per 1M input tokens

Gemma 2 9B is Google’s compact open-source model, optimized for speed on Groq’s hardware. It’s the fastest option available through Fastlane.

  • Ultra-fast responses
  • Simple Q&A
  • Classification and tagging
  • Maximum throughput workloads
Tier Input Output
BYOK $0.20/1M $0.20/1M
Marketplace $0.206/1M $0.206/1M
  • Accurate mode: Never selected
  • Balanced mode: Only for very simple prompts
  • Cheap mode: Frequently selected
  • Eco mode: Top choice - minimal energy, fastest inference
Terminal window
curl http://127.0.0.1:8787/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model": "fastlane-auto", "messages": [{"role": "user", "content": "Classify this email as spam or not"}]}'