Open
Conversation
…ite for other models - Split cache_write into cache_write_5m_input_token and cache_write_1h_input_token for claude-* SKUs (1h = 2× base vs 5m = 1.25×). - Restore cache_write_input_token-only pricing for non-Claude models. - Normalize pay_as_you_go key order (cache_read before cache_write) where touched. Made-with: Cursor
…cache writes - Reset pricing/azure-ai.json to match main for all non-claude-* models (removes incidental key reorder / churn). - Replace cache_write_input_token with cache_write_5m_input_token + cache_write_1h_input_token only on claude-* SKUs (1h = 2× input vs 5m = 1.25×). Made-with: Cursor
…ache_write_input_token_1h) Made-with: Cursor
Copy all DashScope catalog entries into pricing/azure-ai.json with Azure-style pay_as_you_go blocks (cache slots, audio, reasoning where applicable). Existing deepseek-r1 row unchanged where it conflicted with Azure rates. Made-with: Cursor
Replace scientific-notation numeric literals in Azure AI pricing with plain decimal values to keep model pricing files consistent and easier to review. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azure pricing fix