能力
视觉工具调用JSON 模式提示词缓存
- 上下文
- 1M
- 最大输出
- 66K
gemini-3.1-flash-lite
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $0.125 / 输出 $0.75 | 输入 $0.125 / 输出 $0.75 | - |
API 地址
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.1-flash-lite",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'