获取模型信息
Chat (Multi-Protocol AI Gateway)
Get Model
GET
获取模型信息
Overview
Retrieve information about a specific model.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | The model ID (e.g., gpt-5.1) |
Response Format
Example
Using OpenAI SDK
Using cURL
Error Responses
| Status Code | Description |
|---|---|
| 404 | Model not found |
| 401 | Unauthorized - Invalid API key |