Gemini 2.5 FlashAPI
Previous-gen Gemini Flash — extreme value.
輸入價格
$0.09
per 1M tokens
輸出價格
$0.75
per 1M tokens
Prompt 快取
給穩定 prefix 加 cache_control,命中按 input 價的一小部分計費。cache_write 按 input 原價計費。
按 input × 0.2 自動派生
引數
- 模型 ID
gemini-2-5-flash- 端點
POST /v1/chat/completions- 類別
- Text
- 供應商
- 能力
- visionfunctionstreaming
無縫相容 OpenAI SDK
把 OpenAI SDK 的 base_url 指向 api.kunavo.com/v1,換 model id 即可。流式、工具呼叫、SDK 行為完全一致。
檢視文件Gemini API pricing guide立即試用
在 /app/keys 建立 API key,複製為 KUNAVO_API_KEY,然後任選下面一段程式碼執行。
curl https://api.kunavo.com/v1/chat/completions \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2-5-flash",
"messages": [
{"role": "user", "content": "Hello, Gemini 2.5 Flash"}
],
"stream": false
}'FAQ
How much does Gemini 2.5 Flash cost?
On Kunavo, Gemini 2.5 Flash is $0.09 per 1M input tokens and $0.75 per 1M output tokens — about 70% under Google's official price. Failed requests are never billed, and it's pay-as-you-go — you only pay for successful calls.
Can I call Gemini 2.5 Flash with the OpenAI SDK?
Yes. Set base_url to https://api.kunavo.com/v1, pass your Kunavo key, and set model to "gemini-2-5-flash". Requests and responses are OpenAI-compatible.
What endpoint does Gemini 2.5 Flash use?
Gemini 2.5 Flash is called via POST /v1/chat/completions on Kunavo's OpenAI-compatible API.
What is Gemini 2.5 Flash good for?
Gemini 2.5 Flash is a text model from Google, with support for vision, function, streaming.