qwen-mt-lite.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "model_code": "qwen-mt-lite",
  3. "model_intro": "基于 Qwen3 全面升级的基础级文本翻译大模型,支持 32 个语种互译,模型性能和翻译效果全面升级,并提供更稳定的术语定制、格式还原度与领域提示能力,让译文更精准、自然。",
  4. "model_tags": ["文本生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["text"],
  7. "output_modalities": ["text"],
  8. "features": {
  9. "model_experience": true,
  10. "function_calling": false,
  11. "structured_output": false,
  12. "web_search": false,
  13. "prefix_continuation": false,
  14. "cache": false,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": {
  20. "unit": "元/千tokens",
  21. "input": 0.0006,
  22. "output": 0.0016
  23. },
  24. "model_limits": {
  25. "max_input_length": "8K",
  26. "max_output_length": "8K",
  27. "rpm": 60,
  28. "tpm": 100000,
  29. "context_length": "16K"
  30. },
  31. "api_examples": {
  32. "curl": [
  33. "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-lite\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": \"看完这个视频我没有笑\"\n }\n ],\n \"translation_options\": {\n \"source_lang\": \"auto\",\n \"target_lang\": \"English\"\n }\n}'"
  34. ]
  35. }
  36. }