-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
mistral_ai
URLs
Polling Sources
new-model-added
Prompt
Emit new event when a new AI model is registered or becomes available.
new-batch-job-completed
Prompt
Emit new event when a new batch completion job request is completed.
new-batch-job-failure
Prompt
Emit new event when an batch completion job fails. Useful for monitoring errors and retry automation.
Actions
generate-text
Prompt
Send a prompt to a selected Mistral AI agent and receive a generated text completion. Requires message, agent ID, and optional generation parameters (e.g., max_tokens).
list-models
Prompt
Retrieve a list of available Mistral AI models that the user is authorized to access. Useful for dynamic workflows that select models at runtime.
create-embeddings
Prompt
Create new embedding in Mistral AI. Required props are model and input.
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done