Setting a custom price for a model in AgentsView
Summary
Simon Willison explains how to set a custom price for a model (e.g., Claude Fable 5) in the AgentsView Python toolkit, which is used for analyzing coding agent token usage and costs.
View Cached Full Text
Cached at: 06/10/26, 12:26 AM
Similar Articles
Fable 5 just made cost-aware model routing mandatory for agent builders
Anthropic released Fable 5, a powerful new model with high pricing, making cost-aware routing essential for agent builders due to token fan-out and high output costs.
Fable's judgement
A practical tip from Simon Willison: allow Claude Code's Fable model to use its own judgment for testing and delegate coding tasks to subagents running cheaper models, reducing token usage while maintaining quality.
Anthropic Wants You to Pay Up for Claude Fable 5
Anthropic will charge consumers additional usage-based fees to access Claude Fable 5 starting July 12, marking a shift from flat subscription pricing for frontier AI models.
@sydneyrunkle: let's assume agent = model + harness unfortunately, good models are getting really expensive! so you need a great harne…
A guide on optimizing AI agent performance by improving the harness component to compensate for expensive model costs, focusing on hill climbing techniques.
How to add usage-based billing to your AI agent, and why you need it to make money
This article explains that flat-rate subscription billing breaks for AI agents because inference costs vary by usage and model, and promotes Credyt as a no-code solution that pre-authorizes usage against customer wallets to prevent cost overruns.