Process a chat messages request.
Documentation Index
Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request for interacting with the chat message AI service.
The list of input messages to be processed by the AI.
The unique identifier for the AI session associated with this request.
System-level messages or configurations to guide the AI's response.
The identifier of the AI model to be used for generating a response.
Specific parameters or settings that configure the AI model behavior.
A parameter for controlling the randomness of the model's output.
The maximum number of tokens to generate in the response.
Model response format specification for structured outputs.
Configuration for reasoning behavior and effort level.
Successful chat messages response.
Response from a Messages API.
The list of content generated by the model.
Text-based message content.
The id of the model used to generate the response.
The id of the AI Session associated with this request.
The reason that the model stopped.
TOOL_USE, MAX_TOKENS, STOP_SEQUENCE, END_TURN, CONTENT_FILTERED, SAFETY, UNKNOWN The token usage from the model provider.