spark.json 575 B

123456789101112131415161718192021222324252627
  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. "spark": {
  15. "prompt": "0.18",
  16. "completion": "0.18",
  17. "unit": "0.0001",
  18. "currency": "RMB"
  19. },
  20. "spark-v2": {
  21. "prompt": "0.36",
  22. "completion": "0.36",
  23. "unit": "0.0001",
  24. "currency": "RMB"
  25. }
  26. }
  27. }