List AI Models logo

Catalog action Utility

List AI models available via OpenRouter (Anthropic, OpenAI, Google, Meta, DeepSeek, etc.) with context window and USD pricing per 1M tokens. Supports an optional search filter on id/name. Ideal for: discovering valid 'model' values for the AI Prompt action, comparing model pricing.

At a Glance

FieldValue
Action IDopenrouter-list-models
CategoryUtility
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsai, llm, openrouter, utility, read

Payload Schema

FieldTypeRequiredDescription
searchstringNoOptional case-insensitive filter matched against model id and name (e.g., 'claude', 'gpt-5', 'gemini'). Omit to list the full catalog.

Result Schema

FieldTypeRequiredDescription
modelsarrayYesAvailable OpenRouter models, newest first (catalog order)
countnumberYesNumber of models returned

Examples

json
{ "type": "openrouter-list-models", "payload": { "search": "claude" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.