Google 模型

Gemini 3.7 Flash

Gemini 3.7 Flash is a multimodal model from Google for fast agentic workflows, coding, and complex multi-step reasoning. It is designed for tasks that require responsive performance and reliable multi-step...

Google平台整理目录
流式输出工具调用JSON 模式视觉长上下文
输入价格$1.50 / 1M tokens
输出价格$7.50 / 1M tokens
上下文长度1M 令牌
最大输出8.2k 令牌

Google: Gemini 3.7 Flash 在 NextModel 中是什么?

Google: Gemini 3.7 Flash 是 NextModel 目录中的 Google 模型,常用于 图像理解、multimodal chat 工作负载。当前展示价格为 $1.50 / 1M tokens、输出 $7.50 / 1M tokens,上下文窗口为 1M token。

适用场景

  • 图像理解
  • multimodal chat

OpenAI 兼容调用示例

保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID google--gemini-3.7-flash

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="google/gemini-3.7-flash",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

相似替代项

OpenAI目录

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...

Starting at $0.2 / 1M tokens输入$1.20 / 1M tokens输出1.1M上下文
适用场景图像理解, multimodal chat
路由已配置
流式输出工具调用JSON 模式视觉
平台整理NextModel gateway catalog (Go origin)
查看详情
OpenAI目录

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...

Starting at $5 / 1M tokens输入$30 / 1M tokens输出1.1M上下文
适用场景图像理解, multimodal chat
路由已配置
流式输出工具调用JSON 模式视觉
平台整理NextModel gateway catalog (Go origin)
查看详情
OpenAI目录

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...

Starting at $2 / 1M tokens输入$12 / 1M tokens输出1.1M上下文
适用场景图像理解, multimodal chat
路由已配置
流式输出工具调用JSON 模式视觉
平台整理NextModel gateway catalog (Go origin)
查看详情

参考

相关文章

常见问题

Google: Gemini 3.7 Flash API 常见问题