qwen-mt-plus.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "model_code": "qwen-mt-plus",
  3. "model_intro": "基于Qwen3全面升级的旗舰级翻译大模型,支持92个语种互译,模型性能和翻译效果全面升级,并提供更稳定的术语定制、格式还原度、领域提示能力,让译文更精准、自然。",
  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. "internet_search": false,
  13. "cache": false,
  14. "batch_inference": false,
  15. "model_optimization": false
  16. }
  17. },
  18. "model_pricing": {
  19. "unit": "元/千tokens",
  20. "input": 0.0018,
  21. "output": 0.0054
  22. },
  23. "model_limits": {
  24. "max_input_length": "8K",
  25. "max_output_length": "8K",
  26. "rpm": 60,
  27. "tpm": 25000,
  28. "context_length": "16K"
  29. },
  30. "api_examples": {
  31. "curl": [
  32. "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}'"
  33. ]
  34. }
  35. }