Brain & Models

Model tab
Select LLM provider, model, and temperature

The Brain tab controls which AI model powers your agent's intelligence. Different models have different strengths.

Supported providers

ProviderModelsStrengths
OpenAIGPT-4o, GPT-4o-mini, GPT-4-turbo, GPT-3.5-turboBest all-around, strong tool use, fast
AnthropicClaude 3.5 Sonnet, Claude 3 Haiku, Claude 3 OpusLong context, nuanced reasoning, safe
Google GeminiGemini Pro, Gemini FlashMulti-modal (images + text), fast
MistralMistral Large, Mistral SmallCost-effective, fast, good for simple tasks
TinyGPTDefault modelBuilt-in; no API key needed, works out of the box

Configuration

SettingDescriptionRange
ProviderWhich AI company's model to useSelect from dropdown
ModelSpecific model versionDepends on provider
TemperatureControls randomness/creativity0.0 (deterministic) to 1.0 (creative)
Max tokensMaximum response lengthDepends on model (typically 1K-128K)
API keyYour API key for the providerBring your own or use saved keys

Azure OpenAI support

For enterprise users with Azure-hosted OpenAI:

SettingDescription
Azure endpointYour Azure OpenAI endpoint URL
Deployment nameThe model deployment name in Azure
API versionAzure API version string

Choosing the right model

Use caseRecommended modelWhy
General support botGPT-4o-mini or TinyGPTFast, cost-effective, handles most queries
Complex reasoningGPT-4o or Claude 3.5 SonnetBetter at multi-step thinking
Long document Q&AClaude 3.5 Sonnet200K token context window
Budget-consciousMistral Small or GPT-3.5-turboCheapest per-token cost
Image understandingGemini ProNative multi-modal support
No API key setupTinyGPTWorks immediately, no configuration

Temperature guide

TemperatureBehaviorUse when
0.0Always picks the most likely responseFactual Q&A, classification, data extraction
0.3Mostly consistent with slight variationCustomer support, documentation help
0.7Balanced creativity and consistencyGeneral conversation (default)
1.0Maximum creativity and randomnessCreative writing, brainstorming
Tip

Start with TinyGPT to test your agent quickly without API key setup. Once you're happy with the agent's behavior, switch to a provider-specific model for better quality or lower cost.

Warning

Each provider has different pricing. Using GPT-4o or Claude 3.5 Sonnet costs significantly more per interaction than GPT-3.5-turbo or Mistral Small. Check your credit usage regularly.

Note

API keys are stored securely and never exposed in the agent's public-facing chat. You can also save keys at the workspace level to reuse across multiple agents.