{
"success": true,
"pricing_version": "a42d372ccf0b5dd13ecf71203521f9d2",
"group_ratio": {
"default": 1,
"open ai 特价": 0.5,
"claude 特价": 0.3,
"claude-max": 0.8,
"gpt-image-2": 1
},
"usable_group": {
"default": "",
"open ai 特价": "open ai 自有号池",
"claude 特价": "claude 自有号池",
"claude-max": "claude 满血渠道",
"gpt-image-2": ""
},
"auto_groups": [],
"supported_endpoint": {
"openai": { "path": "/v1/chat/completions", "method": "POST" },
"anthropic": { "path": "/v1/messages", "method": "POST" },
"image_generation": { "path": "/v1/images/generations", "method": "POST" },
"image_edits": { "path": "/v1/images/edits", "method": "POST" }
},
"data": [
{
"model_name": "gpt-5.5",
"enable_groups": ["open ai 特价", "default"],
"model_ratio": 2.5,
"completion_ratio": 6,
"cache_ratio": 0.1,
"quota_type": 0,
"model_price": 0,
"supported_endpoint_types": ["openai"]
},
{
"model_name": "claude-opus-4-8",
"enable_groups": ["claude 特价", "claude-max"],
"model_ratio": 2.5,
"completion_ratio": 5,
"cache_ratio": 0.1,
"quota_type": 0,
"model_price": 0,
"supported_endpoint_types": ["anthropic", "openai"]
},
{
"model_name": "gpt-image-2",
"enable_groups": ["gpt-image-2", "default"],
"model_ratio": 0,
"completion_ratio": 0,
"cache_ratio": null,
"quota_type": 1,
"model_price": 0.08,
"resolution_options": [
{ "resolution": "1k", "model_price": 0.08, "max_n": 1 },
{ "resolution": "2k", "model_price": 0.15, "max_n": 4 },
{ "resolution": "4k", "model_price": 0.30, "max_n": 4 }
],
"supported_endpoint_types": ["image_generation", "image_edits"]
}
]
}