Lists the available models
Agents API
Models for Agent API
Retrieve all available models for use with the Agent API.
GET
Lists the available models
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.
⚠️ Using our API via a dedicated deployment? Just replace
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicThis is the new Agents API with native Vercel AI SDK compatibility. If you’re using the legacy Assistants API, see the migration guide.
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
Model ID to use when creating or updating agents (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 agent configuration:
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.