Chore/Gemini 2.5 Flash (#4489)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models * add 3.5 haiku * update vertex embedding models * add azure o1 models * add o3 mini * add wolframalpha tool * Update pnpm-lock.yaml * add claude sonnet 3.7 to vertex and bedrock * Update pnpm-lock.yaml * update gemini
This commit is contained in:
parent
9bc6bfed69
commit
e35a126b46
|
|
@ -523,6 +523,12 @@
|
|||
{
|
||||
"name": "chatGoogleGenerativeAI",
|
||||
"models": [
|
||||
{
|
||||
"label": "gemini-2.5-flash-preview-05-20",
|
||||
"name": "gemini-2.5-flash-preview-05-20",
|
||||
"input_cost": 0.15e-6,
|
||||
"output_cost": 6e-7
|
||||
},
|
||||
{
|
||||
"label": "gemini-2.5-pro-preview-03-25",
|
||||
"name": "gemini-2.5-pro-preview-03-25",
|
||||
|
|
|
|||
Loading…
Reference in New Issue