LM Studio Component

Drag & Drop Local LLM Component
LM Studio Component

Overview

A drag-and-drop component for integrating with LM Studio's local LLM server. Configure model parameters and connect inputs/outputs while keeping all processing on your local machine.

Component Configuration

Basic Parameters

  • InputText input for the model
  • System MessageSystem prompt to guide model behavior
  • StreamToggle for streaming responses
  • Base URLDefault: http://localhost:1234/v1

API Configuration

  • LM Studio API KeyYour API authentication key
  • Model KwargsAdditional model parameters
  • Model NameSelected model identifier

Generation Parameters

  • Max TokensMaximum number of tokens to generate
  • TemperatureCreativity control (0.1 default)
  • SeedRandom seed for reproducibility (1 default)

Output Connections

  • TextGenerated text output
  • Language ModelModel information and metadata

Usage Tips

  • Ensure LM Studio server is running
  • Verify correct base URL
  • Use consistent seeds for reproducibility
  • Start with low temperature values

Best Practices

  • Monitor system resources
  • Set appropriate token limits
  • Test with streaming enabled
  • Implement proper error handling