Google
在线
新
Gemini 3.1 Pro Preview
Google's most capable model with a groundbreaking 1 million token context window. Ideal for long-document analysis and complex reasoning.
模型 ID: tokenfast/gemini-3.1-pro-preview
规格
上下文窗口
1M Token
最大输出
8.2K Token
输入价格
$1.80 / 1M
输出价格
$10.80 / 1M
能力
Chat
Code
Vision
Functions
JSON Mode
价格对比
看看相对官方价格能节省多少。
| 指标 | 官方价格 | 我们的价格 | 节省 |
|---|---|---|---|
| 输入(每 1M Token) | $2.00 | $1.80 | 10% 折扣 |
| 输出(每 1M Token) | $12.00 | $10.80 | 10% 折扣 |
快速开始
通过我们的 OpenAI 兼容 API 端点调用此模型。
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourdomain.com/v1",
apiKey: "sk-your-api-key",
});
const response = await client.chat.completions.create({
model: "tokenfast/gemini-3.1-pro-preview",
messages: [
{ role: "user", content: "Hello! What can you help me with?" },
],
max_tokens: 1024,
});
console.log(response.choices[0].message.content);价格汇总
输入$1.80 / 1M
输出$10.80 / 1M
厂商
Google DeepMind's Gemini family of multimodal AI models with industry-leading context windows.