Skip to main content

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

  1. Go to Settings → AI Agents in the Kranos dashboard.
  2. Select OpenAI and click Configure.
  3. Enter your OpenAI API key (get one here).
  4. Choose a default model (e.g. gpt-4o or o1).
  5. Click Save. OpenAI will be available as a model option when spawning agents.

Models

ModelDescription
gpt-4oRecommended default — fast, multimodal, and capable for most tasks
o1Best for complex reasoning and multi-step problem solving
o1-miniLightweight 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.