OpenAI Component

Drag & Drop LLM Component
OpenAI Component

Overview

A drag-and-drop component for integrating OpenAI's language models. Configure model parameters and connect inputs/outputs to leverage OpenAI's powerful AI capabilities.

Component Configuration

Basic Parameters

  • InputText input for the model
  • System MessageSystem prompt to guide model behavior
  • StreamToggle for streaming responses
  • Model Namee.g., gpt-4o-mini

API Configuration

  • OpenAI API KeyYour API authentication key
  • OpenAI API BaseCustom API endpoint (optional)
  • JSON ModeToggle for JSON output format

Generation Parameters

  • Max TokensMaximum tokens to generate
  • TemperatureCreativity control (0.10 default)
  • SeedRandom seed for reproducibility (1 default)
  • Model KwargsAdditional model parameters

Output Connections

  • TextGenerated text output
  • Language ModelModel information and metadata

Usage Tips

  • Use JSON mode for structured output
  • Enable streaming for real-time responses
  • Set seed for reproducible results
  • Choose appropriate model for task

Best Practices

  • Secure API key handling
  • Monitor token usage
  • Implement proper error handling
  • Use system messages effectively