Google API
Get a Google API key and call every Google model (Gemini) through Token Harbor with a single key — pay-as-you-go, no separate Google account or console. Fully OpenAI- and Anthropic-compatible, with transparent per-token pricing and smart routing. See Google API pricing per model below.
Call it with one key
curl https://tokenharbor.ai/v1/chat/completions \
-H "Authorization: Bearer $TOKENHARBOR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"google/gemini-2.5-flash","messages":[{"role":"user","content":"Hello"}]}'Get a free key at /dashboard/api-keys · point any tool at us with the Connect CLI or manual setup.
Google models (4)
| Model | Context | $/1M in · out |
|---|---|---|
Gemini 2.5 Flashgoogle/gemini-2.5-flash | 1.0M | $0.30 · $2.50 |
Gemini 2.5 Progoogle/gemini-2.5-pro | 1.0M | $1.25 · $10.00 |
Gemini 3.5 Flashgoogle/gemini-3.5-flash | 1.0M | $1.50 · $9.00 |
Gemini 3.1 Progoogle/gemini-3.1-pro-preview | 1.0M | $2.00 · $12.00 |
See the full model catalog or read the API docs.