Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/proxy/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
"eu.anthropic.claude-3-haiku-20240307-v1:0": ["bedrock"],
"anthropic.claude-opus-4-5-20251101-v1:0": ["bedrock"],
"us.anthropic.claude-opus-4-5-20251101-v1:0": ["bedrock"],
"anthropic.claude-opus-4-6-v1:0": ["bedrock"],
"us.anthropic.claude-opus-4-6-v1:0": ["bedrock"],
"anthropic.claude-opus-4-1-20250805-v1:0": ["bedrock"],
"us.anthropic.claude-opus-4-1-20250805-v1:0": ["bedrock"],
"amazon.nova-pro-v1:0": ["bedrock"],
Expand Down Expand Up @@ -571,6 +573,7 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
"publishers/anthropic/models/claude-3-5-sonnet-v2@20241022": ["vertex"],
"publishers/anthropic/models/claude-3-5-sonnet": ["vertex"],
"publishers/anthropic/models/claude-3-5-sonnet@20240620": ["vertex"],
"publishers/anthropic/models/claude-opus-4-6": ["vertex"],
"publishers/anthropic/models/claude-opus-4-5@20251101": ["vertex"],
"publishers/anthropic/models/claude-opus-4-1@20250805": ["vertex"],
"publishers/anthropic/models/claude-opus-4": ["vertex"],
Expand Down
56 changes: 56 additions & 0 deletions packages/proxy/schema/model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,20 @@
"max_input_tokens": 200000,
"max_output_tokens": 8192
},
"claude-opus-4-6": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't forget to add vertex and bedrock but let's ship this

"format": "anthropic",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 5,
"output_cost_per_mil_tokens": 25,
"input_cache_read_cost_per_mil_tokens": 0.5,
"input_cache_write_cost_per_mil_tokens": 6.25,
"displayName": "Claude 4.6 Opus",
"reasoning": true,
"reasoning_budget": true,
"max_input_tokens": 200000,
"max_output_tokens": 128000
},
"claude-opus-4-5": {
"format": "anthropic",
"flavor": "chat",
Expand Down Expand Up @@ -3411,6 +3425,34 @@
"max_input_tokens": 200000,
"max_output_tokens": 64000
},
"us.anthropic.claude-opus-4-6-v1:0": {
"format": "anthropic",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 5,
"output_cost_per_mil_tokens": 25,
"input_cache_read_cost_per_mil_tokens": 0.5,
"input_cache_write_cost_per_mil_tokens": 6.25,
"displayName": "US Claude 4.6 Opus",
"reasoning": true,
"reasoning_budget": true,
"max_input_tokens": 200000,
"max_output_tokens": 128000
},
"anthropic.claude-opus-4-6-v1:0": {
"format": "anthropic",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 5,
"output_cost_per_mil_tokens": 25,
"input_cache_read_cost_per_mil_tokens": 0.5,
"input_cache_write_cost_per_mil_tokens": 6.25,
"displayName": "Claude 4.6 Opus",
"reasoning": true,
"reasoning_budget": true,
"max_input_tokens": 200000,
"max_output_tokens": 128000
},
"anthropic.claude-opus-4-5-20251101-v1:0": {
"format": "anthropic",
"flavor": "chat",
Expand Down Expand Up @@ -4153,6 +4195,20 @@
"reasoning": true,
"reasoning_budget": true
},
"publishers/anthropic/models/claude-opus-4-6": {
"format": "anthropic",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 5,
"output_cost_per_mil_tokens": 25,
"input_cache_read_cost_per_mil_tokens": 0.5,
"input_cache_write_cost_per_mil_tokens": 6.25,
"displayName": "Claude 4.6 Opus",
"reasoning": true,
"reasoning_budget": true,
"max_input_tokens": 200000,
"max_output_tokens": 128000
},
"publishers/anthropic/models/claude-opus-4-5@20251101": {
"format": "anthropic",
"flavor": "chat",
Expand Down