123456789101112131415161718192021222324252627 |
- {
- "support_provider_types": [
- "system",
- "custom"
- ],
- "system_config": {
- "supported_quota_types": [
- "free"
- ],
- "quota_unit": "tokens"
- },
- "model_flexibility": "fixed",
- "price_config": {
- "spark": {
- "prompt": "0.18",
- "completion": "0.18",
- "unit": "0.0001",
- "currency": "RMB"
- },
- "spark-v2": {
- "prompt": "0.36",
- "completion": "0.36",
- "unit": "0.0001",
- "currency": "RMB"
- }
- }
- }
|