Google: Gemini 2.5 Pro

由 Google 提供

Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathematics, and scientific tasks. It employs “thinking” capabilities, enabling it to reason through responses with enhanced accuracy and nuanced context handling. Gemini 2.5 Pro achieves top-tier performance on multiple benchmarks, including first-place positioning on the LMArena leaderboard, reflecting superior human-preference alignment and complex problem-solving abilities.

支持流式输出最大 66K tokens

模型特性

输入模态

  • file
  • image
  • text

模型参数

最大 Tokens:66K
默认温度:0.7
流式输出:支持

定价信息

积分定价

文本输入:13 积分
图片输入:13 积分
消息输出:332 积分

API 定价

输入价格:$1.250/1K tokens
输出价格:$10.000/1K tokens

使用示例

API 调用示例
curl -X POST "https://chat.chatsking.com/api/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gemini-2.5-pro",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1000,
    "temperature": 0.7
  }'