EnraiEnrai

Models

Current and planned model backends for Enrai.

Models

Enrai is designed to support multiple coding model backends over time.

Current availability

  • Codex: available now
  • Qwen: coming soon
  • Cerebras: coming soon
  • Claude Code: coming soon

Status

ModelStatusNotes
CodexAvailablePrimary coding backend today.
QwenComing soonPlanned as an additional model option.
CerebrasComing soonPlanned for alternative inference/runtime paths.
Claude CodeComing soonPlanned as another coding-agent backend.

Direction

The goal is to let Enrai act as a stable workspace layer while model providers remain swappable.

That means:

  • the editor and terminal stay the same
  • session management stays the same
  • rollout handling stays the same
  • queueing and task execution stay the same
  • the model backend can evolve independently

Codex is the only backend that should be considered active today. The others should be treated as roadmap items until they are wired into the runtime and the UI.