zhipuai.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "chatglm_turbo": {
  19. "prompt": "0.005",
  20. "completion": "0.005",
  21. "unit": "0.001",
  22. "currency": "RMB"
  23. },
  24. "chatglm_pro": {
  25. "prompt": "0.01",
  26. "completion": "0.01",
  27. "unit": "0.001",
  28. "currency": "RMB"
  29. },
  30. "chatglm_std": {
  31. "prompt": "0.005",
  32. "completion": "0.005",
  33. "unit": "0.001",
  34. "currency": "RMB"
  35. },
  36. "chatglm_lite": {
  37. "prompt": "0.002",
  38. "completion": "0.002",
  39. "unit": "0.001",
  40. "currency": "RMB"
  41. },
  42. "chatglm_lite_32k": {
  43. "prompt": "0.0004",
  44. "completion": "0.0004",
  45. "unit": "0.001",
  46. "currency": "RMB"
  47. },
  48. "text_embedding": {
  49. "completion": "0",
  50. "unit": "0.001",
  51. "currency": "RMB"
  52. }
  53. }
  54. }