litellm - 💡(How to fix) Fix Add "qwen3-ASR" in "model_prices_and_context_window.json" [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
BerriAI/litellm#23341Fetched 2026-04-08 00:37:22
View on GitHub
Comments
1
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
commented ×1cross-referenced ×1subscribed ×1
RAW_BUFFERClick to expand / collapse

extent analysis

Fix Plan

Update JSON files to reflect the new model.

Steps

  • Update model_prices_and_context_window.json:
    • Change the model_name field to "Qwen/Qwen3-ASR-1.7B".
    • Update the model_url field to "https://huggingface.co/Qwen/Qwen3-ASR-1.7B".
  • Update model_prices_and_context_window_backup.json with the same changes.

Example Code

{
  "model_name": "Qwen/Qwen3-ASR-1.7B",
  "model_url": "https://huggingface.co/Qwen/Qwen3-ASR-1.7B",
  // ... other fields ...
}

Verification

  • Check that the updated JSON files are correctly formatted and contain the new model information.
  • Verify that the application can successfully load and use the new model.

Extra Tips

  • Make sure to backup the original JSON files before making changes.
  • Test the application thoroughly after updating the model to ensure it works as expected.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

litellm - 💡(How to fix) Fix Add "qwen3-ASR" in "model_prices_and_context_window.json" [1 comments, 1 participants]