Gemma 2 9B
Gemma 2 9B
Section titled “Gemma 2 9B”Provider: Groq (Google) Context Window: 8,000 tokens Quality: Medium Price: $0.20 per 1M input tokens
Overview
Section titled “Overview”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.
Best For
Section titled “Best For”- Ultra-fast responses
- Simple Q&A
- Classification and tagging
- Maximum throughput workloads
Pricing
Section titled “Pricing”| Tier | Input | Output |
|---|---|---|
| BYOK | $0.20/1M | $0.20/1M |
| Marketplace | $0.206/1M | $0.206/1M |
Routing Recommendation
Section titled “Routing Recommendation”- Accurate mode: Never selected
- Balanced mode: Only for very simple prompts
- Cheap mode: Frequently selected
- Eco mode: Top choice - minimal energy, fastest inference
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"}]}'