Gemini 3 Pro Image

在线体验
silvamux/gemini-3-pro-image
支持模态
text
输入价格$2 / 1M tokensper 1M tokens
输出价格$120 / 1M tokensper 1M tokens

价格

Tune 与 Pro 采用相同的价格。

输入上下文输入输出缓存读取缓存写入
-$2 / 1M tokens$120 / 1M tokens--

模型能力

评测数据暂未可用

服务表现

暂未提供服务表现数据

Gemini 3 Pro Image 的示例代码和 API

Progemini-3-pro-image
/api/v0/chat/completions
统一入口
curl https://silvamux.io/api/v1/chat/completions \
  -H "Authorization: Bearer 你的API密钥" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3-pro-image",
    "messages": [{"role": "user", "content": "你好,请介绍一下自己"}]
  }'