The models endpoint returns every AI model that your account can access through the gateway. Call this endpoint to discover available model IDs, then pass those IDs in theDocumentation Index
Fetch the complete documentation index at: https://docs.metask.ai/llms.txt
Use this file to discover all available pages before exploring further.
model field of your chat completion requests. The response format matches the OpenAI models list API exactly.
Endpoint
Authentication
Pass your API key as a Bearer token in theAuthorization header. See API Authentication for details.
Request parameters
This endpoint takes no query parameters or request body.Response fields
Always
"list".An array of model objects, one per available model.
Examples
Example response
The list of available models may change as new models are added or retired. Fetch the models list dynamically in your application rather than hardcoding model IDs.