# CLI Models

> ---

- Skill: `jaccen/cli-models` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaccen/cli-models`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaccen/cli-models/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jaccen (https://skillmd.com/u/jaccen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jaccen/cli-models

---

﻿---
name: cli-models
description: Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## Overview

Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants.

## Quick install

```bash
npm install -g AIRoute   # or: npx AIRoute
AIRoute --version
```

## Subcommands

### `models [provider]`

**Flags:**

- `--search <query>`
- `--json`

**Example:**

```bash
AIRoute models [provider]
```

