1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "support_provider_types": [
- "system",
- "custom"
- ],
- "system_config": {
- "supported_quota_types": [
- "free"
- ],
- "quota_unit": "tokens"
- },
- "model_flexibility": "fixed",
- "price_config": {
- "chatglm_pro": {
- "prompt": "0.01",
- "completion": "0.01",
- "unit": "0.001",
- "currency": "RMB"
- },
- "chatglm_std": {
- "prompt": "0.005",
- "completion": "0.005",
- "unit": "0.001",
- "currency": "RMB"
- },
- "chatglm_lite": {
- "prompt": "0.002",
- "completion": "0.002",
- "unit": "0.001",
- "currency": "RMB"
- },
- "chatglm_lite_32k": {
- "prompt": "0.0004",
- "completion": "0.0004",
- "unit": "0.001",
- "currency": "RMB"
- },
- "text_embedding": {
- "completion": "0",
- "unit": "0.001",
- "currency": "RMB"
- }
- }
- }
|