Gemini 3.7 Flash 在 NextModel 中是什麼?
香港團隊可用的 NextModel 目錄中的 Google 模型,常用於 圖像理解、multimodal chat 工作負載。當前展示價格為 $1.50 / 1M tokens、輸出 $7.50 / 1M tokens,上下文視窗為 1M token。
適用場景
- 圖像理解
- multimodal chat
OpenAI 相容呼叫範例
curl https://api.nextmodel.app/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $NEXTMODEL_API_KEY" \
-d '{"model":"google/gemini-3.7-flash","messages":[{"role":"user","content":"Reply with OK."}]}'换模型只改 model 字段。
相似替代項
GPT-5.6 Luna is a fast, cost-efficient model in OpenAI's GPT-5.6 series. It is suited for high-volume, latency-sensitive tasks such as chat, classification, and lightweight agentic workflows, providing capable reasoning for...
GPT-5.6 Sol is the flagship model in OpenAI's GPT-5.6 series. It is suited for complex reasoning, coding, and agentic workflows, and is particularly strong at command-line and multi-step coding tasks...
GPT-5.6 Terra is a balanced model in OpenAI's GPT-5.6 series, positioned between the flagship Sol tier and the cost-efficient Luna tier. It is suited for everyday coding, reasoning, and agentic...
參考
Google: Gemini 3.7 Flash 相關文章
上線前如何估算 AI API 成本
Listed price only tells you the unit cost. This walkthrough turns that into a traffic estimate.
Lin Qiming
LLM Gateway: Compare Options and Alternatives
Same OpenAI-compatible base URL, with routing and billing sitting in front of the model.
Zhao Yu'an
常見問題