OpenAI
Overview
Kranos supports OpenAI models (GPT-4o, o1, and others) for agents that require OpenAI's specific capabilities. OpenAI agents can be used for general reasoning, code generation, and structured output tasks.
Setup
- Go to Settings → AI Agents in the Kranos dashboard.
- Select OpenAI and click Configure.
- Enter your OpenAI API key (get one here).
- Choose a default model (e.g.
gpt-4ooro1). - Click Save. OpenAI will be available as a model option when spawning agents.
Models
| Model | Description |
|---|---|
gpt-4o | Recommended default — fast, multimodal, and capable for most tasks |
o1 | Best for complex reasoning and multi-step problem solving |
o1-mini | Lightweight reasoning model — faster and more cost-efficient than o1 |
Note: Only Admins can enable or disable models.
To disable a model, go to Settings → AI Tools, find the model, and uncheck it. Disabled models will no longer be available when spawning agents.