123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "support_provider_types": [
- "system",
- "custom"
- ],
- "system_config": {
- "supported_quota_types": [
- "free"
- ],
- "quota_unit": "tokens"
- },
- "model_flexibility": "fixed",
- "supported_model_types": [
- "text-generation",
- "embeddings"
- ],
- "price_config": {
- "chatglm_turbo": {
- "prompt": "0.005",
- "completion": "0.005",
- "unit": "0.001",
- "currency": "RMB"
- },
- "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"
- }
- }
- }
|