list-models

List models supported by the inference engine via the Python helper.

1.7k|68|Updated Jun 23, 2025
One-click install
npx skills add https://github.com/trymirai/uzu --skill list-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-models
Source: https://github.com/trymirai/uzu/tree/main/agents/skills/list-models
Command: npx skills add https://github.com/trymirai/uzu --skill list-models

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gets a quick view of all models supported by the inference engine, enabling developers to decide which models to use or optimize without manual digging.

Core Features & Use Cases

  • Lists all models supported by the inference engine for quick discovery.
  • Helps compare model availability across versions and repos.
  • Use Case: Before integrating a new model, verify it is present and supported by the engine.

Quick Start

Run the helper to list all models supported by the inference engine.

Frequently Asked Questions about list-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list models supported by the inference engine?

To list models supported by the inference engine, run the Python helper in tools/helpers. It scans the internal model registry and returns model identifiers ready for evaluation, conversion, or deployment.

What is the best way to discover compatible models for a Python inference engine?

Discovering compatible models for a Python inference engine involves scanning the internal model registry via a helper script. This returns model identifiers, helping you quickly verify model availability without manual digging.

Can I compare model availability across versions using a Python helper?

Yes, you can compare model availability across versions and repos by listing the supported models. The helper scans the registry to return current model identifiers, aiding in deployment preparation and comparison.

When do I need to check the model registry before deployment?

You need to check the model registry before deployment when preparing model selections for experimentation. Scanning the registry via the Python helper ensures the chosen models are compatible with the current runtime environment.

Does listing supported models require external dependencies?

Listing supported models requires no external dependencies. It uses a Python helper in tools/helpers to directly scan the internal model registry, returning ready model identifiers for the inference engine.