spark.json 796 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. ],
  16. "price_config": {
  17. "spark": {
  18. "prompt": "0.18",
  19. "completion": "0.18",
  20. "unit": "0.0001",
  21. "currency": "RMB"
  22. },
  23. "spark-v2": {
  24. "prompt": "0.36",
  25. "completion": "0.36",
  26. "unit": "0.0001",
  27. "currency": "RMB"
  28. },
  29. "spark-v3": {
  30. "prompt": "0.36",
  31. "completion": "0.36",
  32. "unit": "0.0001",
  33. "currency": "RMB"
  34. }
  35. }
  36. }