zhipuai.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "chatglm_pro": {
  15. "prompt": "0.01",
  16. "completion": "0.01",
  17. "unit": "0.001",
  18. "currency": "RMB"
  19. },
  20. "chatglm_std": {
  21. "prompt": "0.005",
  22. "completion": "0.005",
  23. "unit": "0.001",
  24. "currency": "RMB"
  25. },
  26. "chatglm_lite": {
  27. "prompt": "0.002",
  28. "completion": "0.002",
  29. "unit": "0.001",
  30. "currency": "RMB"
  31. },
  32. "chatglm_lite_32k": {
  33. "prompt": "0.0004",
  34. "completion": "0.0004",
  35. "unit": "0.001",
  36. "currency": "RMB"
  37. },
  38. "text_embedding": {
  39. "completion": "0",
  40. "unit": "0.001",
  41. "currency": "RMB"
  42. }
  43. }
  44. }