| name | update-pricing |
| description | Update LLM pricing data for all providers |
| disable-model-invocation | true |
| argument-hint | [provider name to update, or omit for all] |
Update Pricing
Use the pricing-updater subagent to update the LLM pricing data in src/data/default-pricing.ts.
The agent should:
- Research current pricing from all provider websites (OpenAI, Anthropic, Google, Groq, Mistral, DeepSeek, Together AI)
- Discover and add models that are actually listed on pricing pages - do NOT add speculative/future models
- Update any prices that have changed
- Remove models that are no longer available or deprecated
- Update the
DEFAULT_PRICING_LAST_UPDATED timestamp to today's date
- Run
npm run typecheck and npm test -- tests/pricing.test.ts to verify changes
Important guidelines:
- Only add models with explicit pricing on official provider pages
- Do not invent or extrapolate pricing for unannounced models
- When uncertain about a price, skip the model rather than guess
- Cross-reference model names exactly as they appear in API documentation
$ARGUMENTS