Skip to main content

AI Providers

Roundtable supports five AI providers, giving you the flexibility to choose the models and pricing that best fit your team's needs. Each workspace connects to exactly one provider at a time, and you can switch providers at any point.

Supported Providers

Vertex AI

Vertex AI is Google Cloud's enterprise AI platform. Because Roundtable runs on GCP, Vertex AI is the most tightly integrated provider — no API key is required.

AuthenticationAutomatic via Workload Identity (no API key)
Best forTeams already on GCP who want zero-config AI
Supported modelsGemini 3.1 Pro Preview, Gemini 3.1 Flash-Lite, Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash
tip

Vertex AI is the default provider for new workspaces. Since it uses Workload Identity, there's nothing to configure — it works out of the box.

Google AI Studio

Google AI Studio provides access to the same Gemini model family as Vertex AI, but authenticates with a personal API key instead of GCP Workload Identity. This makes it a great option for teams that aren't running on Google Cloud.

AuthenticationAPI key (from aistudio.google.com)
Best forNon-GCP users who want access to Gemini models
Supported modelsGemini 3.1 Pro Preview, Gemini 3.1 Flash-Lite, Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash

OpenAI

OpenAI brings GPT-4 and the o-series reasoning models to Roundtable.

AuthenticationAPI key (from platform.openai.com)
Best forTeams that prefer GPT models or need specific OpenAI capabilities
Supported modelsGPT-4o, GPT-4o Mini, GPT-4.1, GPT-4.1 Mini, o3-mini

Anthropic

Anthropic provides access to the Claude model family, known for strong reasoning and long-context performance.

AuthenticationAPI key (from console.anthropic.com)
Best forTeams that prefer Claude's conversational style and safety features
Supported modelsClaude Opus 4.5, Claude Sonnet 4.5, Claude 3.5 Haiku

Ollama

Ollama lets you connect Roundtable to self-hosted open-source models. No API key is needed — just point Roundtable at your Ollama server.

AuthenticationNone (self-hosted)
Best forAir-gapped environments, cost control, or open-source model experimentation
Supported modelsLlama 3.1 8B, Llama 3.1 70B, Qwen 2 7B, Mistral 7B, Code Llama 13B
info

Ollama uses dynamic model discovery. Roundtable queries your Ollama server at connection time and lists every model you have pulled locally. If you pull a new model on your server, it will appear in Roundtable automatically the next time the model list is refreshed.


Provider Comparison

ProviderAuth MethodAPI Key RequiredModelsStrengths
Vertex AIWorkload IdentityNoGemini 3.1 Pro Preview, 3.1 Flash-Lite, 2.5 Pro, 2.5 Flash, 2.0 FlashZero-config for GCP users, enterprise-grade
Google AI StudioAPI KeyYesGemini 3.1 Pro Preview, 3.1 Flash-Lite, 2.5 Pro, 2.5 Flash, 2.0 FlashSame Gemini models without GCP dependency
OpenAIAPI KeyYesGPT-4o, GPT-4o Mini, GPT-4.1, GPT-4.1 Mini, o3-miniIndustry-standard GPT models, reasoning with o3
AnthropicAPI KeyYesClaude Opus 4.5, Claude Sonnet 4.5, Claude 3.5 HaikuStrong reasoning, large context windows
OllamaNoneNoLlama 3.1 8B/70B, Qwen 2 7B, Mistral 7B, Code Llama 13B + dynamicSelf-hosted, no per-token cost, fully private

Setting API Keys

API keys are configured per-workspace through the workspace settings modal.

  1. Open your workspace.
  2. Click the Settings icon (gear) in the workspace header.
  3. Navigate to the AI Provider section.
  4. Select your provider from the dropdown.
  5. If the provider requires an API key, paste it into the API Key field.
  6. Click Save.
warning

API keys are stored securely in GCP Secret Manager and are never exposed to other workspace members. Only workspace owners and admins can view or change the provider configuration.


Custom Model IDs

If a model you need isn't listed in the default dropdown, you can enter a custom model ID manually. This is useful when:

  • A provider releases a new model that Roundtable hasn't added to its curated list yet.
  • You're using a fine-tuned model with a custom identifier.
  • Your Ollama server hosts a model variant with a non-standard name.

To use a custom model ID:

  1. Open Settings → AI Provider in your workspace.
  2. Select your provider.
  3. In the Model dropdown, choose Custom.
  4. Enter the full model identifier (e.g., ft:gpt-4o:my-org:my-finetune:abc123).
  5. Click Save.
info

Roundtable passes the custom model ID directly to the provider's API. Make sure the ID is valid for your selected provider, or requests will fail.


Switching Providers on an Existing Workspace

You can change your workspace's AI provider at any time without losing conversation history or workspace data.

  1. Open Settings → AI Provider.
  2. Select the new provider from the dropdown.
  3. Enter an API key if required.
  4. Choose a model.
  5. Click Save.

The change takes effect immediately. New messages in the workspace will be handled by the updated provider and model. Previous conversation history is preserved, but keep in mind:

  • Token counts may differ. Different providers tokenize text differently, so your token usage may change.
  • Tool support is consistent. All 16 built-in tools work identically across every provider.
  • System prompts carry over. Your workspace system prompt is provider-agnostic and does not need to be rewritten.