Skip to main content
GET
Use this endpoint to discover exactly which model IDs your key can access before sending chat or embeddings requests.

Base URL

https://api.dottxt.ai/v1

Practical request pattern

Example response shape

Notes

  • Use data[].id directly in model for POST /chat/completions.
  • If auth is missing or invalid, this endpoint returns 401.

Authorizations

Authorization
string
header
required

API key authentication. Include your key in the Authorization header:

API keys can be created and managed in the dashboard.

Response

List of models your API key can access.

Response for listing available models.

data
object[]
required

The list of available models.

object
string
required

The object type, always "list".

Example:

"list"