欢迎回来

登录 EAKE AI,继续您的智能之旅

忘记密码?
还没有账号?立即注册

Gemini 2.5 Pro/Flash — Google最强推理模型

2026-05-21 · 模型库

Gemini 2.5 Pro/Flash

发布时间:2026年3月
开发商:Google

系列成员

模型定位特点
Gemini 2.5 Pro思考旗舰深度推理
Gemini 2.5 Flash极速版毫秒级响应

核心参数

参数数值
上下文100万 tokens
多模态原生支持
思考能力深度推理(Pro)

核心特点

  • Google最强思考模型(Pro)
  • 百万级上下文
  • 原生多模态:文本/图像/音频/视频
  • 思考透明:推理过程可见(Pro)
  • 极速响应(Flash)

API 调用

import google.generativeai as genai
genai.configure(api_key="your-api-key")

# Pro
model_pro = genai.GenerativeModel('gemini-2.5-pro')
response = model_pro.generate_content("你好!")

# Flash
model_flash = genai.GenerativeModel('gemini-2.5-flash')
response = model_flash.generate_content("你好!")

print(response.text)

评论区

发表评论