For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
User GuideDeveloper GuidesAPI Reference
User GuideDeveloper GuidesAPI Reference
  • Getting Started
    • What is Runtype?
    • Creating your account
    • Platform Keys vs. BYOK
    • Understanding the Runtype UI
    • Quickstart: Social Media Post Generator
    • Quickstart: From Agent to Chat Widget
  • Dashboard
    • What is the Dashboard?
    • Daily Executions
  • Playground
    • What is the Playground?
  • Products & Surfaces
    • What are Products?
    • What are Surfaces?
    • Creating a Product
    • Setting up a Chat Surface
    • Setting up an API Surface
    • Setting up an MCP Surface
    • Setting up an A2A Surface
    • Setting up a Slack Surface
    • MCP authentication
    • Authenticating with product API keys
    • Embedding the chat widget (script tag)
    • Embedding the chat widget (React)
    • Surface orchestration modes
    • Product views
    • Adding Capabilities to a product
    • Connecting external agents
    • How A2A works
    • Connecting to Cursor / VS Code
    • Connecting to Claude Desktop
    • Scoping API keys to capabilities
    • Auto-generated OpenAPI spec
    • Calling your API endpoints
    • Client tokens and domain restrictions
    • AI-powered theme generation
    • Widget theming and customization
    • Product versioning and status
  • Flows
    • What are Flows?
    • Creating and Editing Flows
    • Flow step types overview
    • Agent and Flow Templates
    • Using prompt steps
    • Using transform-data steps
    • Using conditional steps
    • Using fetch-url and api-call steps
    • Using record steps (upsert/retrieve)
    • Flow variables and templates
    • Flow versioning and publishing
    • Running flows in batch
    • Handling batch failures
    • Debugging flows
  • Agents
    • What are Agents?
    • Creating and configuring Agents
    • Agent tools
  • Records
    • What are Records?
    • Creating and managing records
    • Using records in flows
    • Filtering and searching records
  • Tools
    • What are Tools?
    • Built-in Tools
    • Creating custom tools
    • Creating external tools
    • Runtime tools
  • Evals
    • What are Evals?
    • Running an Eval
    • Interpreting eval results
  • Schedules
    • What are Schedules?
    • Automating batch processing
  • Logs
    • What are Logs?
    • Working with Logs
  • Integrations
    • Connecting AI model providers
    • Slack integration
    • Google Workspace integration
    • GitHub integration
    • Linear integration
    • Weaviate (vector search)
    • Firecrawl (web scraping)
    • Exa (web search)
  • Settings
    • What's in Settings?
    • Available AI models
    • What are Organizations?
    • Managing AI models
    • Managing API keys
    • Billing and plans
    • Usage data
    • Team members and permissions
    • Appearance and preferences
    • Integrations (PostHog, Weaviate, Daytona)
  • Troubleshooting & FAQ
    • FAQ
    • Rate Limits and Usage
    • Managing Runtype with Claude
    • Flow execution failures
    • Common errors and solutions
    • Authentication issues
Dashboard
LogoLogo
On this page
  • Accessing model settings
  • Available models
  • Adding and removing models
  • Setting a default model
  • Cost estimates
  • Model recommendations
  • Next steps
Settings

Managing AI models

Was this page helpful?
Previous

Managing API keys

Next
Built with

Configure which AI models are available in Runtype and set default parameters for each model.

Accessing model settings

  1. Go to Settings → Models
  2. See all connected model providers and available models

Available models

Models appear based on connected providers:

  • Platform models: Available by default (rate-limited)
  • BYOK models: Appear after connecting provider API keys

Adding and removing models

  1. Click Add Model to browse available models
  2. Filter by capability, context length, price, or provider
  3. Click Add to My Models to add a model to your workspace
  4. To remove a model, use the actions menu on the model card and select Delete Configuration

Only models in your workspace appear in model dropdowns throughout Runtype.

Setting a default model

  1. Open the actions menu on a model card
  2. Select Set as Default

The default model is used when no specific model is selected in a Flow or Agent step.

Cost estimates

View estimated costs per model:

  • Cost per 1K tokens
  • Usage stats for configured models (requests this month)

Enable only the models your team actively uses. Too many models make dropdowns unwieldy and increase decision fatigue.

Model recommendations

Use CaseRecommended Model
General purposeGPT-5.4 or Claude Sonnet 4.6
Fast, cheap tasksGPT-5.4 Nano or Claude Haiku 4.5
Long contextClaude Sonnet 4.6 or Gemini 3.1 Pro
Code generationGPT-5.4 or Claude Sonnet 4.6
Image generationDALL-E

Next steps

  • Connecting AI model providers to add BYOK models
  • Platform keys vs Bring Your Own Key (BYOK)
  • Using prompt steps to use models in Flows
  • Usage data to monitor model costs