| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "model_code": "qwen-mt-plus",
- "model_intro": "基于Qwen3全面升级的旗舰级翻译大模型,支持92个语种互译,模型性能和翻译效果全面升级,并提供更稳定的术语定制、格式还原度、领域提示能力,让译文更精准、自然。",
- "model_tags": ["文本生成"],
- "model_capabilities": {
- "input_modalities": ["text"],
- "output_modalities": ["text"],
- "features": {
- "model_experience": true,
- "function_calling": false,
- "structured_output": false,
- "internet_search": false,
- "cache": false,
- "batch_inference": false,
- "model_optimization": false
- }
- },
- "model_pricing": {
- "unit": "元/千tokens",
- "input": 0.0018,
- "output": 0.0054
- },
- "model_limits": {
- "max_input_length": "8K",
- "max_output_length": "8K",
- "rpm": 60,
- "tpm": 25000,
- "context_length": "16K"
- },
- "api_examples": {
- "curl": [
- "curl -X POST https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions \\\n-H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n \"model\": \"qwen-mt-plus\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": \"看完这个视频我没有笑\"\n }\n ],\n \"translation_options\": {\n \"source_lang\": \"auto\",\n \"target_lang\": \"English\"\n }\n}'"
- ]
- }
- }
|