Integrations

Connecting AI model providers

Runtype comes with platform keys, so you can start using popular AI models without adding any provider accounts. If you want dedicated rate limits, direct provider billing, or access to a provider’s full model catalog, you can connect your own keys in Settings.

For a full comparison, see Platform Keys vs. Bring Your Own Key (BYOK).

What you get by default

Every Runtype account includes platform keys for popular models from OpenAI, Anthropic, Google, xAI, and open-source models through Mixlayer. You can start building Flows and Agents right away, with no extra setup.

Why connect your own keys?

Adding your own provider keys is optional. It helps when you want dedicated rate limits, direct provider billing, access to the full model catalog, or more headroom for high-volume production workloads.

Supported providers

Runtype supports direct providers such as OpenAI, Anthropic, Google, xAI, Mistral, Cohere, and AI21; inference providers such as Together.ai, Amazon Bedrock, Vertex AI, and Mixlayer; gateway providers such as Vercel AI Gateway, OpenRouter, and Azure; and OpenAI-compatible providers such as Groq, Fireworks, and Ollama.

Add a provider

You can start either from a model or from a provider.

Option A: Start from a model

  1. Go to Settings → Models.

  2. Open the My Providers tab.

  3. Click Add Model and browse or search the catalog.

  4. Select a model. If it needs a key you have not added yet, Runtype prompts you to enter one.

Option B: Start from a provider

  1. Go to Settings → Models.

  2. Open the My Providers tab.

  3. Find the provider card and click Configure.

  4. Enter your key details and click Save API Key.

  5. Enable the models you want to use.

You can connect multiple providers at once. For example, you might use OpenAI for GPT models and image generation, Anthropic for long-context work, and Google for multimodal use cases, then switch between them across your Flows and Agents.

Get API keys

Each provider has its own setup flow. Use the provider’s dashboard to create the credentials, then add them in Settings → Models under My Providers.

OpenAI

  1. Sign in at platform.openai.com.

  2. Go to API keys and create a new secret key.

  3. Copy the key and paste it into OpenAI → Configure in Runtype.

Anthropic

  1. Sign in at console.anthropic.com.

  2. Go to API Keys and create a key.

  3. Copy the key and paste it into Anthropic → Configure in Runtype.

Google

  1. Sign in at aistudio.google.com.

  2. Create an API key and copy it.

  3. Paste it into Google → Configure in Runtype.

xAI

  1. Sign in at console.x.ai.

  2. Generate an API key and copy it.

  3. Paste it into xAI → Configure in Runtype.

Mixlayer

Mixlayer models are already available through platform keys. If you want dedicated access, create a Mixlayer key and add it in Mixlayer → Configure.

  1. Create an account at mixlayer.com.

  2. Generate a key from the API keys page.

  3. Copy the key and paste it into Runtype.

Amazon Bedrock

  1. Create an AWS access key with Bedrock permissions.

  2. In Runtype, open Amazon Bedrock → Configure.

  3. Enter the access key, secret key, and region.

Vertex AI

  1. Create a service account in Google Cloud with Vertex AI permissions.

  2. In Runtype, open Vertex AI → Configure.

  3. Upload the service account JSON and set the project and location.

OpenAI-compatible providers

  1. Get a base URL and API key from your provider.

  2. In Runtype, open Generic OpenAI-Compatible → Configure.

  3. Enter the base URL and API key, then define the models you want available.

Keep your API keys private. Do not share them publicly or commit them to version control.

Choose which models to enable

  1. In Settings → Models, click Add Model or open a provider card.

  2. Select the models you want to use.

  3. Enabled models appear in model pickers across Runtype, including Flows, Agents, and the Playground.

Only enable the models you actively use. This keeps model pickers shorter and easier to scan.

Understand costs with BYOK

When you use your own keys, the provider bills you directly. Runtype does not add extra charges on top. Check your provider’s billing dashboard for exact costs.

Remove a provider

  1. Go to Settings → Models and open My Providers.

  2. Find the provider and click Manage keys.

  3. Remove the key you no longer need and confirm.

If a model is available through platform keys, related Flows and Agents can continue using it after you remove your own key. If the model depends only on your key, update the model selection in those Flows or Agents.

What’s next

Was this helpful?