Google Gemini 2.5 Flash Lite — ultra-low-cost, low-latency model for high-volume everyday tasks.

Model:
Sampling temperature.
Maximum output tokens.
USD estimate $0.001-$0.002: highest recharge package uses $1 = 2,000 credits; entry package uses $1 = 1,000 credits.

History
Saved locally in this browser
0 running · 0 completed
Input
≈ $0.0001-$0.0002
Output
≈ $0.0001-$0.0003
Cache
≈ $0.00001-$0.00002
Context
Max output
API
curl /v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash-lite",
"messages": [
{
"role": "user",
"content": "用三句话介绍 APIAny.AI 的多通道模型聚合能力,并给出一个生产环境建议。"
}
],
"temperature": 0.7,
"max_tokens": 4096
}'