Agent Skill · Frontline
ai-models
List and inspect Frontline AI models from the CLI, and choose valid model IDs for agent settings.
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
- Full reference: https://docs.getfrontline.ai/docs (concepts) and https://docs.getfrontline.ai/cli (command reference).
- App UI walkthroughs (channels, billing, settings): https://help.getfrontline.ai.
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.