Creates a model response for the given chat conversation using an OpenAI model.
model
: Currently, only the gpt-5-eu
, gpt-5-mini-eu
, gpt-5-nano
, gpt-4.1-eu
, gpt-4.1-mini-eu
, gpt-4.1-nano-eu
, o4-mini-eu
,o3-eu
, o3-mini-eu
, o1-eu
,gpt-4o
,gpt-4o-mini-eu
, and gpt-35-turbo
models are supported.
n
: Not supported.service_tier
: Not supported.parallel_tool_calls
: Not supported.stream_options
: Not supported.429 Too Many Requests
response.
Please note that the rate limits are subject to change, refer to this documentation for the most up-to-date information.
In case you need a higher rate limit, please contact us at support@langdock.com.
API key as Bearer token. Format "Bearer YOUR_API_KEY"
The region of the API to use.
eu
, us
OK
Represents a chat completion response returned by model, based on the provided input.