Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.puzld.cc/llms.txt

Use this file to discover all available pages before exploring further.

PuzldAI lets you pick specific models for each agent. Use aliases like sonnet, opus, haiku or full model names.

Quick Commands

TUI

/model                     # Open model selection panel
/model claude opus         # Set Claude to Opus
/model gemini flash        # Set Gemini to Flash
/model ollama llama3.2     # Set Ollama model

CLI

puzldai model show              # Show current models
puzldai model list              # List all available models
puzldai model list claude       # List models for specific agent
puzldai model set claude opus   # Set model for an agent
puzldai model clear claude      # Reset to CLI default

Per-Task Override

Override the model for a single task without changing settings:
puzldai run "task" -m opus              # Use Opus for this task
puzldai run "task" -a claude -m haiku   # Use Claude with Haiku
puzldai agent -a claude -m opus         # Interactive mode with Opus

Available Models

Claude

AliasFull Model Names
opusclaude-opus-4-20250514, claude-opus-4-5-20251101
sonnetclaude-sonnet-4-20250514, claude-sonnet-4-5-20250929
haikuclaude-haiku-4-5

Gemini

AliasFull Model Names
progemini-2.5-pro, gemini-3-pro-preview
flashgemini-2.5-flash
flash-litegemini-2.5-flash-lite

Codex

Model
gpt-5.1-codex-max
gpt-5.1-codex
gpt-5.1-codex-mini
gpt-5.1

Mistral

AliasFull Model Names
devstral-2mistral-vibe-cli-latest
devstral-smalldevstral-small-latest

Ollama

Any model installed locally:
ollama list                    # See installed models
/model ollama llama3.2         # Use specific model
/model ollama deepseek-r1      # Use DeepSeek

Model Selection Panel

The /model command opens an interactive panel:
  • Browse available models per agent
  • See which model is currently active
  • Quick-switch between models

Best Practices

Use CaseRecommended
Complex reasoningopus, pro
Fast responseshaiku, flash
Code generationsonnet, flash
Local/privateollama
Cost-conscioushaiku, ollama