💄 style: Add Gemini 2.5 Pro Experimental model (#7631)

This commit is contained in:
WangYang
2025-04-30 16:49:35 +08:00
committed by GitHub
parent ba83871693
commit d318c8271f
+16
View File
@@ -3,6 +3,22 @@ import { ModelProviderCard } from '@/types/llm';
// ref: https://ai.google.dev/gemini-api/docs/models/gemini
const Google: ModelProviderCard = {
chatModels: [
{
contextWindowTokens: 1_048_576 + 65_536,
description:
'Gemini 2.5 Pro Experimental 是 Google 最先进的思维模型,能够对代码、数学和STEM领域的复杂问题进行推理,以及使用长上下文分析大型数据集、代码库和文档。',
displayName: 'Gemini 2.5 Pro Experimental 03-25',
enabled: true,
functionCall: true,
id: 'gemini-2.5-pro-exp-03-25',
maxOutput: 65_536,
pricing: {
input: 0,
output: 0,
},
releasedAt: '2025-03-25',
vision: true,
},
{
contextWindowTokens: 2_097_152 + 8192,
description: