Google Gemini 3.5 Flash — fast, cost-efficient multimodal model with strong reasoning and a large context window.

Sampling temperature.
Maximum output tokens.
美元估算 $0.0205-$0.041:最高充值套餐按 $1 = 2,000 积分计算;入门套餐按 $1 = 1,000 积分计算。

历史记录
保存在此浏览器本地
0 个运行中 · 0 个已完成
API
curl /v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.5-flash",
"messages": [
{
"role": "user",
"content": "用三句话介绍 APIAny.AI 的多通道模型聚合能力,并给出一个生产环境建议。"
}
],
"temperature": 0.7,
"max_tokens": 4096
}'