Chore/Opus 4.5 (#5520)
* 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 * Update pnpm-lock.yaml * add opus 4.5 * Update CONTRIBUTING-ZH.md * Update compose.yaml
This commit is contained in:
parent
3ad2b3a559
commit
7cc2c13694
|
|
@ -3,6 +3,13 @@
|
||||||
{
|
{
|
||||||
"name": "awsChatBedrock",
|
"name": "awsChatBedrock",
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"label": "anthropic.claude-opus-4-5-20251101-v1:0",
|
||||||
|
"name": "anthropic.claude-opus-4-5-20251101-v1:0",
|
||||||
|
"description": "Claude 4.5 Opus",
|
||||||
|
"input_cost": 0.000005,
|
||||||
|
"output_cost": 0.000025
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
"label": "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
||||||
"name": "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
"name": "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
||||||
|
|
@ -505,6 +512,13 @@
|
||||||
{
|
{
|
||||||
"name": "chatAnthropic",
|
"name": "chatAnthropic",
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"label": "claude-opus-4-5",
|
||||||
|
"name": "claude-opus-4-5",
|
||||||
|
"description": "Claude 4.5 Opus",
|
||||||
|
"input_cost": 0.000005,
|
||||||
|
"output_cost": 0.000025
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "claude-sonnet-4-5",
|
"label": "claude-sonnet-4-5",
|
||||||
"name": "claude-sonnet-4-5",
|
"name": "claude-sonnet-4-5",
|
||||||
|
|
@ -769,6 +783,13 @@
|
||||||
"input_cost": 1.25e-7,
|
"input_cost": 1.25e-7,
|
||||||
"output_cost": 3.75e-7
|
"output_cost": 3.75e-7
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "claude-opus-4-5@20251101",
|
||||||
|
"name": "claude-opus-4-5@20251101",
|
||||||
|
"description": "Claude 4.5 Opus",
|
||||||
|
"input_cost": 0.000005,
|
||||||
|
"output_cost": 0.000025
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "claude-sonnet-4-5@20250929",
|
"label": "claude-sonnet-4-5@20250929",
|
||||||
"name": "claude-sonnet-4-5@20250929",
|
"name": "claude-sonnet-4-5@20250929",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue