tongyi.json 528 B

123456789101112131415161718192021222324
  1. {
  2. "support_provider_types": [
  3. "custom"
  4. ],
  5. "system_config": null,
  6. "model_flexibility": "fixed",
  7. "supported_model_types": [
  8. "text-generation"
  9. ],
  10. "price_config": {
  11. "qwen-turbo": {
  12. "prompt": "0.012",
  13. "completion": "0.012",
  14. "unit": "0.001",
  15. "currency": "RMB"
  16. },
  17. "qwen-plus": {
  18. "prompt": "0.14",
  19. "completion": "0.14",
  20. "unit": "0.001",
  21. "currency": "RMB"
  22. }
  23. }
  24. }