[Deprecated] Lists the available models
Assistants API (Deprecating)
Models for Assistant API
deprecated
Retrieve all available models for use with the Assistant API.
GET
[Deprecated] Lists the available models
Retrieve the list of models and their ids, available for use with the Assistant API. This endpoint is useful when you want to see which models you can use when creating a temporary assistant.Documentation Index
Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
Use this file to discover all available pages before exploring further.
Example Request
Response Format
The API returns a list of available models in the following format:Response Fields
Always ‘list’, indicating the top-level JSON object type.
Array containing available model objects.
Model object fields
Model object fields
Unique identifier of the model (e.g., gpt-5).
Always ‘model’, indicating the object type.
Unix timestamp (ms) when the model was created.
Region where the model is available (e.g., “eu”, “us”, “global”).
Whether this model supports extended thinking mode.
Example response
Error Handling
model field of your assistant configuration:
Migrating to Agents API
The new Agents API offers improved compatibility with modern AI SDKs. The models endpoint has identical functionality. See the equivalent endpoint in the Agents API:Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.