minimax.json 795 B

123456789101112131415161718192021222324252627282930313233343536
  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. "supported_model_types": [
  14. "text-generation",
  15. "embeddings"
  16. ],
  17. "price_config": {
  18. "abab5.5-chat": {
  19. "prompt": "0.015",
  20. "completion": "0.015",
  21. "unit": "0.001",
  22. "currency": "RMB"
  23. },
  24. "abab5-chat": {
  25. "prompt": "0.015",
  26. "completion": "0.015",
  27. "unit": "0.001",
  28. "currency": "RMB"
  29. },
  30. "embo-01": {
  31. "completion": "0",
  32. "unit": "0.0001",
  33. "currency": "RMB"
  34. }
  35. }
  36. }