v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBAdmin
Get all available AI models
Returns the normalized OpenRouter model catalog fetched from OpenRouter with output_modalities=all.
get/api/ai/models
Response
Flat array of available models from the OpenRouter catalog
Example response
[
{
"id": "openai/gpt-4o",
"inputModality": [
"text",
"image"
],
"outputModality": [
"text"
],
"provider": "openrouter",
"modelId": "openai/gpt-4o"
}
]