Skip to content
Open
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
1 change: 1 addition & 0 deletions packages/proxy/schema/model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2614,6 +2614,7 @@
"input_cache_write_cost_per_mil_tokens": 6.25,
"displayName": "Claude 4.8 Opus",
"reasoning": true,
"reasoning_budget": true,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include the missing cache write tiers

This update only adds reasoning_budget, but the claude-opus-4-8 metadata still lacks the tier-specific input_cache_write_5m_cost_per_mil_tokens: 6.25 and input_cache_write_1h_cost_per_mil_tokens: 10 fields that the source issue says should be present. For Anthropic prompt-caching usage, especially 1-hour cache writes, consumers of this model metadata still cannot price the correct tier and may fall back to the generic 5-minute write cost or treat it as unknown, so the metadata remains incomplete after this fix.

Useful? React with 👍 / 👎.

"max_input_tokens": 1000000,
"max_output_tokens": 128000,
"available_providers": [
Expand Down