Native OpenAI Format
GET /v1/models
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
key (query) | string | Optional | Google API Key (for Gemini Format) |
x-api-key (header) | string | Optional | Anthropic API Key (for Claude Format) |
anthropic-version (header) | string | Optional | Anthropic API Version |
x-goog-api-key (header) | string | Optional | Google API Key (for Gemini Format) |
Request Example
{
"path": {},
"cookie": {},
"header": {},
"query": {},
"method": "GET"
}
Response Fields(200)
| Field Name | Type | Description |
|---|---|---|
| No structured response fields (may be binary or empty response body) |