v1

latestOpenAPI 3.0.3AGPL-3.02026-07-26591738.7 KB
LLM Models

获取单个 LLM 模型

get/api/v1/provider/models/llm/{model_uuid}

Path parameters

model_uuidstring uuid required

Response

成功

codeinteger

Example response

{
  "data": {
    "model": {
      "name": "gpt-4o",
      "abilities": [
        "chat",
        "vision",
        "tool-use"
      ]
    }
  }
}