List models
Endpoints
List Models
Return the list of models available to your API key.
GET
List models
Use this endpoint to discover exactly which model IDs your key can access before sending chat or embeddings requests.Documentation Index
Fetch the complete documentation index at: https://docs.dottxt.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
https://api.dottxt.ai/v1
Practical request pattern
Example response shape
Notes
- Use
data[].iddirectly inmodelforPOST /chat/completions. - If auth is missing or invalid, this endpoint returns
401.
Authorizations
API key authentication. Include your key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
API keys can be created and managed in the dashboard.