Documentation Index
Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported Providers
Astralform supports multiple LLM providers:| Provider | Models | Best For |
|---|---|---|
| OpenAI | GPT-4o, GPT-4o-mini | General purpose, vision |
| Anthropic | Claude Sonnet 4, Claude Haiku | Long context, reasoning |
| Groq | Llama 3, Mixtral | Fast inference |
| Ollama | Any local model | Self-hosted, privacy |
Configuration
LLM providers are configured per agent through the agent detail page:- Go to Agents and click an agent
- On the Model tab, select your provider
- Enter the provider API key
- Choose a model
- Click Save
OpenAI
gpt-4o- Most capablegpt-4o-mini- Faster, cheapergpt-4-turbo- Large context window
Anthropic
claude-sonnet-4-20250514- Best balanceclaude-haiku-3-5-20241022- Fast and efficient
Groq
llama-3.3-70b-versatile- Most capablellama-3.1-8b-instant- Fastestmixtral-8x7b-32768- Good balance
Ollama (Self-Hosted)
For local models:Ollama requires the model to be running on your server. No API key needed.
Model Parameters
Fine-tune model behavior:| Parameter | Description | Default |
|---|---|---|
temperature | Randomness (0-2) | 0.7 |
max_tokens | Maximum response length | 4096 |
top_p | Nucleus sampling | 1.0 |
Fallback Configuration
Configure a fallback provider for reliability:Cost Optimization
Tips for reducing costs:- Use smaller models for simple tasks
- Set appropriate
max_tokenslimits - Use Groq for high-volume, simple queries
- Consider Ollama for development
Next Steps
Agents
Configure agents with LLM, skills, and tools
MCP Servers
Add server-side tools
