Create a chat completion

Proxies an OpenAI-compatible chat-completion request to the engine
serving the named ModelDeployment. The request and response bodies are
defined by the engine (vLLM / NIM); only the common fields are shown
here. To target a loaded LoRA adapter, set model to the adapter's
served name.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Kubernetes namespace of the resource.

string
required

Name of the resource.

Body Params

Minimal OpenAI-compatible chat-completion request. The engine accepts
the full OpenAI parameter set; only common fields are shown.

string
required

Served model name, or a loaded LoRA adapter's served name.

messages
array of objects
required
messages*
integer
number
boolean
Responses

401

Unauthorized — no or invalid bearer token provided.

404

Not Found — the resource does not exist.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json