Special Models
This page only documents facts revalidated against Crazyrouter production on2026-03-23.
Unlike the main capability pages, special-purpose models are much more likely to change with channel inventory, temporary upstream outages, or token-level availability. So this page no longer treats older examples as stable-success patterns by default.
Current recheck results
qwen-mt-turbo
Production findings on 2026-03-23:
- it did not appear in
GET /v1/models - a direct request returned:
503model_not_foundModel qwen-mt-turbo is temporarily unavailable
qwen-mt-turbo as a currently stable available model.
deepseek-ocr
Production findings on 2026-03-23:
- it did appear in
GET /v1/models - but an actual call returned:
500get_channel_failedmodel deepseek-ocr is temporarily unavailable, please try again later
Current recommendation
- If you need to know whether a special model is usable today, check GET /v1/models first
- A model appearing in the list still does not guarantee that it is callable at that moment
- For these models, your first integration step should be a minimal live probe request
Minimal probe template
cURL
- normal
choicesthe channel is currently usable model_not_foundthe model is not currently available to the tokentemporarily unavailableorget_channel_failedthe model name is visible, but the current serving channel is unavailable