Skip to main content
praisonai models browses every model your install knows about — provider, capabilities, context window, and cost — so you pick the right one before you run.

Quick Start

1

List all models

2

Filter by provider or name

3

Inspect a specific model

4

Validate a model ID before using it

Agent-centric example

Subcommands

Flags

praisonai models list

praisonai models describe <model>

praisonai models validate <model>

Fallback behaviour

If litellm is not installed, the CLI falls back to a curated static list covering OpenAI, Anthropic, Google, Groq, and Ollama models. All three subcommands work against the static list. Install litellm for the full live catalogue:

Best Practices

Catch typos in llm= before the agent fails on the first API call — praisonai models validate <id> exits 1 and suggests similar IDs on a miss.
Pipe praisonai models list --json into jq to filter by capability or cost in CI pipelines.
The static fallback covers only a handful of common models. Install praisonai[litellm] to unlock 100+ models with live pricing data.

Model Catalogue

Long-form feature article with output samples and caching details

Models Overview

Picking the right model for your workload

Auth

Store provider API keys before running agents

Run

Run agents with the model you picked