Feat: add gemini-2.5-pro-exp-03-25 (#6774)

### What problem does this PR solve?

#6733

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu 2025-04-03 10:48:58 +08:00 committed by GitHub
parent b5918e7158
commit 5b5558300a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -867,7 +867,7 @@
"llm_name": "gemini-2.0-flash-001",
"tags": "LLM,CHAT,1024K",
"max_tokens": 1048576,
"model_type": "chat",
"model_type": "image2text",
"is_tools": true
},
{
@ -883,6 +883,12 @@
"max_tokens": 1048576,
"model_type": "image2text"
},
{
"llm_name": "gemini-2.5-pro-exp-03-25",
"tags": "LLM,IMAGE2TEXT,1024K",
"max_tokens": 1048576,
"model_type": "image2text"
},
{
"llm_name": "gemini-1.5-pro",
"tags": "LLM,IMAGE2TEXT,2048K",