Skip to main content

Models

Models are the LLM options available in Aegis. Each has a stable numeric id, a URL-safe slug (what you pass in model_slug on runs and evaluations), a display name, and supplier metadata. Use the table below to pick a valid slug when creating runs or evaluations.

There is no GET /models (or related) route on the API server—the catalog is documented here.

Available models

idslugnamethinkinglatestSupplier
1gpt-4oGPT-4ononoOpenAI
2gpt-4.1GPT-4.1nonoOpenAI
3o3-minio3-miniyesnoOpenAI
4o4-minio4-miniyesnoOpenAI
5gpt-5GPT-5yesnoOpenAI
6gpt-5.1GPT-5.1yesnoOpenAI
7gpt-5.2GPT-5.2yesnoOpenAI
8gpt-5.4GPT-5.4yesyesOpenAI
  • thinkingyes means the model is treated as a “thinking” / reasoning-style model in the product; no means it is not.
  • latestyes on exactly one model marks the current recommended “latest” line variant where applicable; other rows show no.

In API payloads, always use the slug (for example gpt-4o or gpt-5.4).