| 123456789101112131415161718192021222324 | {    "support_provider_types": [        "custom"    ],    "system_config": null,    "model_flexibility": "fixed",    "supported_model_types": [        "text-generation"    ],    "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"        }    }}
 |