Create chat completion
Inference
Create chat completion
Generates a chat completion response for the provided model and chat history.
POST
Create chat completion
Authorizations
Security scheme that accepts Unikorn Identity JWTs.
Body
application/json; charset=utf-8
- Message
- ImageMessage
Controls which (if any) tool is called by the model. Only 'auto' and 'none' are supported here. 'required' tool_choice option requires vllm>=0.8.3 and is not currently supported.