Skip to main content
Portrix provides access to 400+ models from leading AI providers through a single, unified API. All models are accessed using the {provider}/{model} naming format — for example, openai/gpt-4o or anthropic/claude-3-5-sonnet.
The full list of available models is always up to date via the API: GET /v1/models. This page shows a curated overview of the most popular models. New models are added continuously as providers release them.

How to list models programmatically

Fetch the live model catalog at any time using the /v1/models endpoint:

OpenAI


Anthropic


Google


Mistral


Meta


Cohere


Model capabilities key

Use model IDs exactly as shown — for example, openai/gpt-4o — when making API calls. Omitting the provider prefix will result in a 404 Model Not Found error.