🤖 Model Picker Demo

Test the multi-model LLM picker with OpenAI, Anthropic, and Google models

Model Configuration
Select and configure different LLM models with custom parameters

Current Model

Provider:google
Model:Gemini 2.5 Flash
Temperature:0.7
Max Tokens:8192

Features

StreamingFunction CallingImage InputReasoning
Chat Interface
The model picker is integrated into the chat. Try switching models mid-conversation.

Scratchpad

Temporary chat session

Gemini 1.5 Flash10:06 PM
Hello! I'm your AI assistant. Try switching between different models to see how they respond differently. You can access the model picker in the input area below.
Switch models mid-conversation
⏎ Send • Shift+⏎ New Line • ⌘K Focus
0/2000
How to Use

🎯 Model Selection

Click the model picker button to choose between Google Gemini, OpenAI GPT-4, or Anthropic Claude models.

⚙️ Parameter Tuning

Adjust temperature, max tokens, top-p, and other model-specific parameters to fine-tune responses.

🔄 Mid-Conversation Switching

Change models at any point during a conversation. The new model will handle subsequent responses.

⚠️ Setup Required

To test all models, you need to set up API keys:

  • OpenAI API Key: Add OPENAI_API_KEY to your environment
  • Anthropic API Key: Add ANTHROPIC_API_KEY to your environment
  • Google AI API Key: Add GOOGLE_GENERATIVE_AI_API_KEY to your environment

Without these keys, only the default Google Gemini model will work.