Gap
The base claude-opus-4-8 entry was added in commit 18ca331, but the Bedrock and Vertex provider variants were not included. The existing claude-opus-4-7 model has full variant coverage (4 additional entries), while claude-opus-4-8 has none.
Missing entries
| Model ID |
Provider |
Pricing |
Parent |
publishers/anthropic/models/claude-opus-4-8 |
vertex |
Same as base ($5/$25) |
— |
anthropic.claude-opus-4-8 |
bedrock |
Same as base ($5/$25) |
— |
global.anthropic.claude-opus-4-8 |
bedrock |
Same as base ($5/$25) |
anthropic.claude-opus-4-8 |
us.anthropic.claude-opus-4-8 |
bedrock |
10% premium ($5.50/$27.50) |
anthropic.claude-opus-4-8 |
Reference: existing claude-opus-4-7 variants
publishers/anthropic/models/claude-opus-4-7 (line 2241) — Vertex entry
anthropic.claude-opus-4-7 (line 7918) — Bedrock base
global.anthropic.claude-opus-4-7 (line 7710) — Bedrock global, parent: anthropic.claude-opus-4-7
us.anthropic.claude-opus-4-7 (line 8158) — Bedrock US regional, 10% premium, parent: anthropic.claude-opus-4-7
Official sources
The Anthropic models page confirms Bedrock ID anthropic.claude-opus-4-8 and Vertex AI availability. The pricing page confirms cloud platform availability under "Cloud platform pricing" section, with regional endpoints carrying a 10% premium for Claude 4.5+ models.
Suggested entries
Vertex
"publishers/anthropic/models/claude-opus-4-8": {
"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,
"input_cache_write_5m_cost_per_mil_tokens": 6.25,
"input_cache_write_1h_cost_per_mil_tokens": 10,
"displayName": "Claude 4.8 Opus",
"reasoning": true,
"reasoning_budget": true,
"max_input_tokens": 1000000,
"max_output_tokens": 128000
}
Bedrock base
"anthropic.claude-opus-4-8": {
"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.8 Opus",
"reasoning": true,
"reasoning_budget": true,
"max_input_tokens": 1000000,
"max_output_tokens": 128000,
"available_providers": ["bedrock"]
}
Bedrock global
"global.anthropic.claude-opus-4-8": {
"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": "Global Claude 4.8 Opus",
"reasoning": true,
"reasoning_budget": true,
"parent": "anthropic.claude-opus-4-8",
"max_input_tokens": 1000000,
"max_output_tokens": 128000,
"available_providers": ["bedrock"]
}
Bedrock US regional
"us.anthropic.claude-opus-4-8": {
"format": "anthropic",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 5.5,
"output_cost_per_mil_tokens": 27.5,
"input_cache_read_cost_per_mil_tokens": 0.55,
"input_cache_write_cost_per_mil_tokens": 6.875,
"displayName": "US Claude 4.8 Opus",
"reasoning": true,
"reasoning_budget": true,
"parent": "anthropic.claude-opus-4-8",
"max_input_tokens": 1000000,
"max_output_tokens": 128000,
"available_providers": ["bedrock"]
}
Local files inspected
packages/proxy/schema/model_list.json — confirmed claude-opus-4-8 base entry exists (line 2607) but no Bedrock/Vertex variants
- Existing
claude-opus-4-7 variants used as template (lines 2241, 7710, 7918, 8158)
{
"kind": "missing_model",
"provider": "bedrock,vertex",
"models": [
"publishers/anthropic/models/claude-opus-4-8",
"anthropic.claude-opus-4-8",
"global.anthropic.claude-opus-4-8",
"us.anthropic.claude-opus-4-8"
],
"status": "active",
"source_urls": [
"https://platform.claude.com/docs/en/docs/about-claude/models/all-models",
"https://platform.claude.com/docs/en/about-claude/pricing"
]
}
Gap
The base
claude-opus-4-8entry was added in commit18ca331, but the Bedrock and Vertex provider variants were not included. The existingclaude-opus-4-7model has full variant coverage (4 additional entries), whileclaude-opus-4-8has none.Missing entries
publishers/anthropic/models/claude-opus-4-8anthropic.claude-opus-4-8global.anthropic.claude-opus-4-8anthropic.claude-opus-4-8us.anthropic.claude-opus-4-8anthropic.claude-opus-4-8Reference: existing claude-opus-4-7 variants
publishers/anthropic/models/claude-opus-4-7(line 2241) — Vertex entryanthropic.claude-opus-4-7(line 7918) — Bedrock baseglobal.anthropic.claude-opus-4-7(line 7710) — Bedrock global, parent:anthropic.claude-opus-4-7us.anthropic.claude-opus-4-7(line 8158) — Bedrock US regional, 10% premium, parent:anthropic.claude-opus-4-7Official sources
The Anthropic models page confirms Bedrock ID
anthropic.claude-opus-4-8and Vertex AI availability. The pricing page confirms cloud platform availability under "Cloud platform pricing" section, with regional endpoints carrying a 10% premium for Claude 4.5+ models.Suggested entries
Vertex
Bedrock base
Bedrock global
Bedrock US regional
Local files inspected
packages/proxy/schema/model_list.json— confirmedclaude-opus-4-8base entry exists (line 2607) but no Bedrock/Vertex variantsclaude-opus-4-7variants used as template (lines 2241, 7710, 7918, 8158){ "kind": "missing_model", "provider": "bedrock,vertex", "models": [ "publishers/anthropic/models/claude-opus-4-8", "anthropic.claude-opus-4-8", "global.anthropic.claude-opus-4-8", "us.anthropic.claude-opus-4-8" ], "status": "active", "source_urls": [ "https://platform.claude.com/docs/en/docs/about-claude/models/all-models", "https://platform.claude.com/docs/en/about-claude/pricing" ] }