Create Text Dialogue Request
Creates a model response for the given chat conversation.
The REST API endpoint can be used with the locally running MindsDB at https://api.siliconstorm.ai/v1/chat/completions.
Authorizations
Use the following format for authentication: Bearer <your api key>.
Body
The model to use for processing
DeepSeek-R1
Array of messages
Flag to indicate if the response should be streamed
Response
Unique identifier for the completion chunk
The object type, always 'chat.completion.chunk'
Timestamp of the creation
The model used for generating the response
The choices array containing the chat response content
Token usage details, included in the final response when completed
Unique identifier for the completion chunk
The object type, always 'chat.completion.chunk'
Timestamp of the creation
The model used for generating the response
The choices array containing the chat response content
Token usage details, included in the final response when completed