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
| Model | Status | Notes |
|---|---|---|
| Codex | Available | Primary coding backend today. |
| Qwen | Coming soon | Planned as an additional model option. |
| Cerebras | Coming soon | Planned for alternative inference/runtime paths. |
| Claude Code | Coming soon | Planned 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.