Files
sim/apps
Waleed c923de6a19 feat(providers): add Claude Fable 5 model (#5334)
Re-add claude-fable-5 (Anthropic's most capable widely released model), not marked recommended. Verified against live Anthropic API + docs:
- Pricing $10/$50 per MTok, $1 cached input (cache-read); 1M context; 128k max output; GA 2026-06-09
- Adaptive thinking only (always on, cannot be disabled) — routed via supportsAdaptiveThinking; manual budget_tokens/temperature are rejected with 400
- effort levels low/medium/high/xhigh/max (default high)
- nativeStructuredOutputs confirmed supported (live output_format json_schema call returned 200), matching same-generation siblings (Sonnet 5, Opus 4.8)
2026-07-01 13:50:15 -07:00
..