Skip to main content

Model Configuration

Configure LLM models from different providers for your applications.

Model Selection

OpenAI Models

Anthropic Models

Google Models

Common Parameters

temperature
number
Controls randomness (0.0 = deterministic, 1.0 = creative)
max_tokens
integer
Maximum tokens in response
top_p
number
Nucleus sampling threshold

Framework Integration

Agno

LangChain

Local Models (Ollama)

Install Ollama from ollama.ai for local model support.

API Keys

Set up provider API keys

Local RAG

Use local models with Ollama