123456789101112131415161718192021 |
- {
- "support_provider_types": [
- "custom"
- ],
- "system_config": null,
- "model_flexibility": "fixed",
- "price_config": {
- "qwen-turbo": {
- "prompt": "0.012",
- "completion": "0.012",
- "unit": "0.001",
- "currency": "RMB"
- },
- "qwen-plus": {
- "prompt": "0.14",
- "completion": "0.14",
- "unit": "0.001",
- "currency": "RMB"
- }
- }
- }
|