Action: Create Chat Completion

Mistral AI Operation

The Create Chat Completion action generates a response from the model based on the provided conversation history and input.

Example User Story

I want to get a quick, helpful response from the AI so I can ask questions and receive clear answers in real time.

Fields

Field Name
Field Type
Required

model

String

Yes

messages

Array

Yes

temperature

Float

No

max_tokens

Integer

No

Mistral AI

Example link

Code (Apache v2.0): Operation

Last updated