mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-17 04:55:51 +00:00
💄 style: Add Gemini 2.5 Pro Experimental model (#7631)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user