| 123456789101112131415161718192021222324252627282930313233343536 | {    "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": {        "abab5.5-chat": {            "prompt": "0.015",            "completion": "0.015",            "unit": "0.001",            "currency": "RMB"        },        "abab5-chat": {            "prompt": "0.015",            "completion": "0.015",            "unit": "0.001",            "currency": "RMB"        },        "embo-01": {            "completion": "0",            "unit": "0.0001",            "currency": "RMB"        }    }}
 |