Tool to get realtime chat completions from Parallel AI. Use when you need conversational AI responses or structured outputs via chat interface. Can be combined with Task API processors for research-grade structured outputs with citations and reasoning.
nintegerThe number of chat completions to generate. Note: This parameter is currently unsupported by the API.
modelRequiredstringThe model to use for chat completions. Available models: 'speed' (low latency), 'lite', 'base', 'core' (research-grade outputs).
top_pnumberThe top p to use for chat completions. Note: This parameter is currently unsupported by the API.
streambooleanWhether to stream the chat completions. When true, returns a stream of partial responses.
messagesRequiredarrayThe messages to use for chat completions. Must contain at least one message.
max_tokensintegerThe maximum number of tokens to generate. Note: This parameter is currently unsupported by the API.
temperaturenumberThe temperature to use for chat completions. Note: This parameter is currently unsupported by the API.
response_formatobjectResponse format configuration for chat completions.
presence_penaltynumberThe presence penalty to use for chat completions. Note: This parameter is currently unsupported by the API.
frequency_penaltynumberThe frequency penalty to use for chat completions. Note: This parameter is currently unsupported by the API.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.