What problem does it solve?
This Skill helps maintain accurate model pricing and max token metadata for AiDog when provider prices change, new platforms are added, or context-based tier pricing needs to be updated.
Core Features & Use Cases
- Pricing source maintenance: Update the canonical pricing data in models.json for model input, output, cache read, max_tokens, and context_window values.
- Tiered pricing support: Define and adjust context_tiers so long-context requests resolve to the correct price tier without changing the core resolution logic.
- Price sync and fallback behavior: Coordinate app-side periodic syncing through price_sync.rs and preserve resolve_price fallback chains so estimates remain stable during sync failures.
- Use Case: When a provider revises model pricing or launches a new model, use this Skill to update the source data, validate fallback behavior, and keep cost estimates aligned.
Quick Start
Update the AiDog pricing source for the affected model, confirm any context tier changes, and verify that resolve_price still falls back correctly after sync.