You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(models): add pricing property to KiloExclusiveModel
- Add Pricing and Usage types to KiloExclusiveModel
- Remove 'free' flag from KiloExclusiveModelFlag
- pricing: null indicates a free model (replaces 'free' flag)
- Update qwen3.6 model with tiered pricing (low/high tier based on 256k input threshold)
- Update all existing models to use pricing: null
- Update isKiloExclusiveFreeModel to check pricing === null
- Update convertFromKiloExclusiveModel to expose pricing in metadata
- Add tests for qwen pricing calculation
0 commit comments