List all available models on TokenHub. Returns model IDs, provider, context window, and capabilities. Use model IDs in your chat and completion requests.
Use this file to discover all available pages before exploring further.
The models endpoint returns every model currently available on TokenHub, along with metadata about each one. Use the id field from this response when specifying the model parameter in your chat, completion, and embedding requests.
Filter the data array by capabilities.embeddings === true to get only models that work with the /v1/embeddings endpoint, or by capabilities.chat === true for chat-capable models. This avoids trial-and-error when selecting a model for a specific endpoint.