Agent Skill · Frontline

ai-models

List and inspect Frontline AI models from the CLI, and choose valid model IDs for agent settings.

Provider: Frontline Path in repo: ai-models/SKILL.md

Skill body

AI Models

List available text models:

frontline ai-models list --type TEXT --table

List transcription models:

frontline ai-models list --type TRANSCRIPTION

List file-analysis models (used by the automation FILE_ANALYSIS / OCR node):

frontline ai-models list --type FILE_ANALYSIS

Get the default model:

frontline ai-models default --type TEXT

Inspect a model:

frontline ai-models describe <aiModelId>

Use only TEXT model IDs as aiModelId in agent settings:

frontline agents agent-setting update --data '{"aiModelId":1,"instructions":"Answer concisely.","temperature":0.2}'

When sending IDs of other objects in CLI payloads, prefer commands that validate references in the same execution. frontline agents agent-setting update preflights aiModelId and customToolIds when the Public API exposes those resources, then sends the update. The backend remains the source of truth for every existence and ownership check.


See also

Skill frontmatter

allowed-tools: Bash(frontline:*)

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/ai-models"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.