orgo_list_ai_models
Retrieve available AI models from OpenRouter for use with AI completions. Configure your Orgo account with an OpenRouter API key to access 400+ models with pagination options.
Instructions
List available AI models through OpenRouter.
Returns a list of 400+ AI models available for use with orgo_ai_completion.
Requires OpenRouter API key configured in your Orgo account.
Args:
params (ListAIModelsInput): Input containing:
- limit (int): Maximum results, 1-200 (default: 50)
- offset (int): Skip for pagination (default: 0)
- response_format (ResponseFormat): 'markdown' or 'json'
Returns:
str: Formatted list of AI models with pagination
Examples:
- "List available AI models" -> orgo_list_ai_models with defaults
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |