Provider
Connetti Alice a qualsiasi provider di modelli.
OpenRouter
Access 200+ models from one API key. The easiest way to try multiple providers.
Anthropic
Claude models — strong reasoning, long context, excellent for code.
OpenAI
GPT-4o, o1, o3 — the original frontier models.
Gemini models — multimodal, large context windows.
Ollama
Run models locally on your machine. No data leaves your hardware.
llama.cpp
Local GGUF inference. Lightweight, fast, runs on CPU or GPU.
DeepSeek
Cost-effective models with strong coding performance.
xAI
Grok models from xAI.
Quick Setup
# OpenRouter (easiest)
alice config set model.provider openrouter
alice config set model.api_key YOUR_KEY
# Anthropic
alice config set model.provider anthropic
alice config set model.api_key YOUR_KEY
# Local with Ollama
alice config set model.provider ollama
alice config set model.model llama3