tongyi.json 464 B

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