feat(gemini): add Gemini 2.5 Flash & Pro preview models (May 2025)
This commit is contained in:
parent
0b7989c3d3
commit
772e461c08
1 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,14 @@ import { BaseChatModel } from '@langchain/core/language_models/chat_models';
|
|||
import { Embeddings } from '@langchain/core/embeddings';
|
||||
|
||||
const geminiChatModels: Record<string, string>[] = [
|
||||
{
|
||||
displayName: 'Gemini 2.5 Flash Preview 05-20',
|
||||
key: 'gemini-2.5-flash-preview-05-20',
|
||||
},
|
||||
{
|
||||
displayName: 'Gemini 2.5 Pro Preview',
|
||||
key: 'gemini-2.5-pro-preview-05-06',
|
||||
},
|
||||
{
|
||||
displayName: 'Gemini 2.5 Pro Experimental',
|
||||
key: 'gemini-2.5-pro-exp-03-25',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue