返回模型列表
Gemini 3 Flash Preview
googlegoogle/gemini-3-flash-preview
Google's agentic workhorse model, bringing near Pro agentic, coding and multimodal intelligence, with more balanced cost and speed. Ideal for production workloads that need strong reasoning at high throughput.
上下文长度
1M
最大输出
66K
输入价格
$0.600每百万 Tokens
输出价格
$3.60每百万 Tokens
模态能力
文本图像PDF→文本
价格明细
| 类型 | 费率 |
|---|---|
| 输入 | $0.600 每百万 Tokens |
| 输出 | $3.60 每百万 Tokens |
支持参数
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API 使用示例
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "google/gemini-3-flash-preview",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'