LLM Chat Demo

Test the integrated LLM providers with streaming support

No LLM Providers Configured

Please add API keys for at least one provider in your environment variables.

Configuration Status

openai

Status: Not configured

anthropic

Status: Not configured

openrouter

Status: Not configured

groq

Status: Not configured

cerebras

Status: Not configured

Quick Start Guide

  1. Add API keys to your .env file
  2. Select a provider and model from the settings tab
  3. Optionally customize the system prompt
  4. Start chatting with the AI!

Required Environment Variables:

# OpenAI
OPENAI_API_KEY=sk-...

# Anthropic
ANTHROPIC_API_KEY=sk-ant-...

# OpenRouter
OPENROUTER_API_KEY=sk-or-...

# Groq
GROQ_API_KEY=gsk_...

# Cerebras
CEREBRAS_API_KEY=csk-...