See also: ollama CLI for the
praisonai ollama command with Weak-Model-Proof execution.Environment Variables
SettingMODEL_NAME=ollama/llama3.2 is enough — the default base URL http://localhost:11434/v1 is used automatically. The OLLAMA_API_KEY environment variable is consulted; OPENAI_API_KEY is not used as a fallback (though most local Ollama setups don’t need an API key).
Models
Run models locally with Ollama. Popular options:- Recommended:
ollama/llama3.2(latest Llama) - Reasoning:
ollama/deepseek-r1(reasoning model) - Small:
ollama/qwen3(efficient) - Code:
ollama/codellama(coding tasks)

