Models and Coding Plans

Model catalog

Discover the models currently available to a Codius organization.

Models & plansGuide

The live API is the source of truth for model availability:

curl https://api.codius.ai/v1/v1/models \
  -H "Authorization: Bearer $CODIUS_API_KEY"

Availability may depend on plan, organization policy, and rollout state. Store model IDs as configuration rather than assuming a marketing name is a permanent identifier.

Use the catalog in Codius App

Connect your organization API key under Host Settings → Providers → Codius models. Codius App loads the available models and automatically prepares each compatible agent session. You do not need to download or maintain a provider configuration file.

Reading the catalog

  • Model ID is the stable value passed to the API and selected by Codius App.
  • Context is the maximum context exposed by the current catalog entry, not a promise that every request can consume the full amount.
  • Tool support is required before a model appears in the compatible set.
  • Availability can still depend on organization policy, plan, or a staged rollout.

Do not copy a static model table into application code. Query /v1/models at startup or provide a refresh action.

Last reviewed 2026-07-28 · Capability verified · Public docs are adapted and capability-checked before publication.

Provenance: apps/web/content/docs/models/catalog.mdx from CodiusAI/codius at working-tree.