LLM Models
获取所有 LLM 模型
获取所有大语言模型列表。可通过 provider_uuid 过滤特定供应商的模型。
get/api/v1/provider/models/llm
Query parameters
provider_uuidstring uuid
按供应商 UUID 过滤
Response
成功
Example response
{
"data": {
"models": [
{
"name": "gpt-4o",
"abilities": [
"chat",
"vision",
"tool-use"
]
}
]
}
}