minimax.json 709 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "support_provider_types": [
  3. "system",
  4. "custom"
  5. ],
  6. "system_config": {
  7. "supported_quota_types": [
  8. "free"
  9. ],
  10. "quota_unit": "tokens"
  11. },
  12. "model_flexibility": "fixed",
  13. "price_config": {
  14. "abab5.5-chat": {
  15. "prompt": "0.015",
  16. "completion": "0.015",
  17. "unit": "0.001",
  18. "currency": "RMB"
  19. },
  20. "abab5-chat": {
  21. "prompt": "0.015",
  22. "completion": "0.015",
  23. "unit": "0.001",
  24. "currency": "RMB"
  25. },
  26. "embo-01": {
  27. "completion": "0",
  28. "unit": "0.0001",
  29. "currency": "RMB"
  30. }
  31. }
  32. }