Gemini API via a monthly card
Redeem a Gemini card, create your own API key, and call Chat Completions on https://api.apimonth.com/v1. Responses, WebSocket and Gemini image models are not admitted.
ApiMonth is not an official Google website.
Endpoints on this line
POST /v1/chat/completions
Gemini image models are not admitted on ApiMonth.
Example Chat Completions identifier: gemini-pro-agent. Query GET /v1/models for the list admitted by your active card.
Published token rates
These USD / 1M token figures are platform reference rates for quota accounting, not an upstream invoice. Access depends on an active Gemini card.
| Model | Route id | Context | Input / 1M | Output / 1M |
|---|---|---|---|---|
| Gemini Pro Agent (reference rate) | gemini-pro-agent | 1,048.576k | $2.00 | $12.00 |
| Gemini 3.1 Pro Low (reference rate) | gemini-3.1-pro-low | 1,048.576k | $2.00 | $12.00 |
| Gemini 3.8 Flash High (reference rate) | gemini-3.8-flash-high | 1,048.576k | $0.75 | $3.75 |
First request
curl https://api.apimonth.com/v1/chat/completions \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_APIMONTH_API_KEY' \
-d '{"model":"gemini-pro-agent","messages":[{"role":"user","content":"Hello"}]}'Gemini 专线
兑换 Gemini 月卡后,用 Chat Completions 调用已开放路由,例如 gemini-pro-agent、gemini-3.1-pro-low、gemini-3.8-flash-high。Responses、WebSocket 和 Gemini 生图未开放。ApiMonth 不是 Google 官方网站。