Mistral AI Component

Drag & Drop LLM Component
Mistral AI Component

Overview

A drag-and-drop component for integrating Mistral AI models into your workflow. Configure model parameters and connect inputs/outputs to other components.

Component Configuration

Basic Parameters

  • InputText input for the model
  • System MessageSystem prompt to guide model behavior
  • StreamToggle for streaming responses
  • Model Namee.g., codestral-latest

Model Settings

  • Max TokensMaximum number of tokens to generate
  • TemperatureCreativity control (0.5 default)
  • Top PNucleus sampling parameter (1 default)
  • Random SeedFor reproducible outputs (1 default)
  • Safe ModeToggle content filtering

API Configuration

  • Mistral API BaseAPI endpoint URL
  • Mistral API KeyYour API authentication key
  • Max RetriesNumber of retry attempts (5 default)
  • TimeoutRequest timeout in seconds (60 default)
  • Max Concurrent RequestsConcurrent request limit (3 default)

Output Connections

  • TextGenerated text output
  • Language ModelModel information and metadata

Usage Tips

  • Start with default temperature (0.5)
  • Use system messages for consistent outputs
  • Enable streaming for real-time responses
  • Set appropriate timeout values

Best Practices

  • Secure API keys using environment variables
  • Monitor rate limits and concurrent requests
  • Implement proper error handling
  • Test with small inputs first