返回模型列表

Google: Gemini 3.1 Pro Preview

google/gemini-3.1-pro-preview
Feb 19, 20261.0M 上下文65.5K 最大输出$2.00/M in · $12.00/M out推理

描述

Gemini 3.1 Pro Preview 是 Google 前沿的 reasoning 模型,在软件工程能力、agentic 可靠性以及复杂工作流中的 token 使用效率上均有提升。基于 Gemini 3 系列的 multimodal 基础,在文本、图像、视频、音频和代码上提供高精度 reasoning,配合 1M-token context window。使用多轮 tool calling 时必须保留 Reasoning Details,详见文档。3.1 更新在 SWE benchmark 和真实代码环境中带来可观提升,在金融、表格工作流等结构化领域中的自主任务执行也更强。

面向高级开发和 agent 系统设计,Gemini 3.1 Pro Preview 提升了长链路稳定性和 tool 编排能力,并提高了 token 利用率。引入新的 medium thinking 级别,在成本、速度与性能之间取得更好平衡。在 agentic coding、结构化规划、multimodal 分析和工作流自动化方面表现突出,适合自主 agent、金融建模、表格自动化和长上下文企业任务。

技术规格

供应商
google
上下文长度
1.0M
最大输出
65.5K
模态类型
输入audiofileimagetextvideo
输出text

定价

类型200K>200K
输入$2.00$4.00
输出$12.00$18.00
缓存读取$0.20$0.40
缓存写入$0.38$0.38
音频输入$2.00$4.00
音频缓存$0.20$0.40
推理$12.00
图像输入$2.00
网络搜索$0.01 / 次

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3.1-pro-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'