Special Models
Crazyrouter provides some models with special capabilities. They are called through the standard Chat Completions API but have specific usage patterns.qwen-mt-turbo (Translation Model)
Qwen Machine Translation model, optimized for high-quality translation. Specify source and target languages through thetranslation parameter.
Supported Language Codes
| Code | Language | Code | Language |
|---|---|---|---|
zh | Chinese | en | English |
ja | Japanese | ko | Korean |
fr | French | de | German |
es | Spanish | ru | Russian |
pt | Portuguese | it | Italian |
deepseek-ocr (OCR Recognition)
DeepSeek OCR model, optimized for text recognition in documents and images. Send images to let the model extract text content.Response Example
Extra parameters for special models (such as
translation) are non-standard extensions by Crazyrouter. Standard OpenAI SDKs may not directly support them. You can pass them via extra_body or use HTTP requests directly.