Gemini 3.6 Flash
Velokey 上的 Gemini 3.6 Flash API 提供稳定的对话与推理能力。提交 model、messages、temperature 和流式参数,即可通过统一对话端点构建 Agent、助手和业务问答。
适用场景
企业助手、Agent 工作流
输入
文本
输出
文本
计费方式
按 token 计费
开始对话
在下方输入消息开始对话
注册即送 $0.5 免费额度,约可免费生成 20 张图
价格详情
透明定价,无隐藏费用。按量付费,用多少付多少。
详细价格
按使用量计费的价格明细
Gemini 3.6 Flash
| 规格 | 价格 | Official/Fal Price(USD) | 节省 |
|---|---|---|---|
| Input/1M tokens | 0.6 积分≈$0.6 | 1.5 积分 | -60% |
| Output/1M tokens | 3 积分≈$3 | 7.5 积分 | -60% |
| Cache Read/1M tokens | 0.06 积分≈$0.06 | 0.15 积分 | -60% |
计费规则
- 输出价格根据模型、分辨率、质量、时长或 token 使用量而变化。
- 上传的参考文件在支持的情况下可能单独收费。
- 网页搜索或图像搜索等附加功能可能按请求计费。
- 基于 token 的模型按输入和输出 token 计费。
- 如果主路由不可用,Velokey 可能会在可能的情况下自动切换到稳定的备用路由。
- 使用按量付费,透明扣除积分。
* 实际费用以最终输出为准。
相关模型
探索同类型的其他模型。
- Google省 20%
Gemini 3.1 Pro Preview
Gemini 3.1 Pro delivers reasoning with unprecedented depth, top-tier agentic coding, and multimodal understanding of text, image, audio, video and PDF over a 1M-token context.
- Google省 20%
Gemini 3 Pro Preview
Gemini 3 Pro is Google's state-of-the-art multimodal reasoning model with agentic coding, a 1M-token context, and a Deep Think mode for the hardest problems.
- Google省 20%
Gemini 3.1 Flash Lite Preview
Gemini 3.1 Flash is Google's most cost-efficient model in the 3 series, with flexible reasoning, multimodal input and a 1M-token context for high-volume, low-latency tasks.
- Google省 20%
Gemini 3 Flash Preview
Gemini 3 Flash brings Pro-grade reasoning at Flash-level latency and cost — strong coding (SWE-bench 78%), 3x faster than 2.5 Pro, and multimodal understanding.
API 参考
完整的 API 调用示例和参数说明
Endpoint
https://api.velokey.ai/v1beta/models/{model}:generateContentAuthentication
Bearer YOUR_API_KEYRequest Example
curl https://api.velokey.ai/v1beta/models/{model}:generateContent \
-X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.6-flash",
"messages": [{"role": "user", "content": "Hello!"}],
"temperature": 0.7
}'Response Example
{
"id": "req_abc123",
"model": "gemini-3.6-flash",
"created": 1234567890,
"data": { ... }
}Gemini 3.6 Flash API 常见问题
什么是 Gemini 3.6 Flash API?
Gemini 3.6 Flash API 是 Velokey 提供的 对话模型。请求中将 model 设置为 gemini-3.6-flash,并提交该模型类型需要的生成参数。
Gemini 3.6 Flash Playground 支持哪些参数?
Gemini 3.6 Flash Playground 暴露 model 和 messages、temperature、max_tokens 和 stream 等核心字段。JSON 模式使用相同字段,方便复制到服务端。
Gemini 3.6 Flash API 应该使用哪个端点?
使用 Velokey API Key,将 model 设置为 gemini-3.6-flash,并调用 /v1/chat/completions。生成类任务可按返回结果继续查询状态。
Gemini 3.6 Flash 如何计费?
当 Velokey 可获取模型价格数据时,本页面的价格区域会展示当前 Gemini 3.6 Flash API 价格。额度可在 Velokey 账户中统一管理。
谁适合使用 Gemini 3.6 Flash API?
Gemini 3.6 Flash API 适合需要快速测试、内容构思、原型验证或生产接入的开发者、创作者、营销人员和产品团队。