查询当前 API Key 可用模型,兼容 OpenAI、Claude 与 Gemini 风格。
Documentation Index
Fetch the complete documentation index at: https://docs.geeknow.top/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key 和 anthropic-version 时走 Claude 风格;带 x-goog-api-key 或 key 查询参数时走 Gemini 风格。
| Method | Path | 说明 |
|---|---|---|
GET | /v1/models | OpenAI/Claude/Gemini 兼容模型列表 |
GET | /v1/models/{model} | 查询单个模型 |
GET | /v1beta/models | Gemini 原生模型列表 |
GET | /v1beta/openai/models | Gemini 下的 OpenAI 兼容模型列表 |