获取模型价格列表
GET/api/pricing
返回所有模型的提示/补全倍率。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
模型价格与倍率接口
/api/pricing
返回所有模型的提示/补全倍率。
{
"success": true,
"data": [
{
"model_name": "gpt-4o",
"model_ratio": 2.5,
"completion_ratio": 3,
"model_price": 0
}
]
}
| 字段 | 说明 |
|---|---|
model_ratio | 提示倍率(1 倍 = $0.002 / 1K tokens) |
completion_ratio | 补全倍率(相对提示) |
model_price | 按次计费(>0 时优先使用) |