Skip to content

Supported models

Bourd can run your prompts against every major Model Provider. You choose which Model Providers, and which models within each Model Provider, for every prompt run and every schedule.

The list below is generated at build time from Bourd’s public model catalogue endpoint, so what you see here is what the platform can run today. Only active models are shown. Retired models drop off this page but stay queryable in historical reports so older runs remain readable.

New models added to the catalogue are not included in your existing schedules. To run a new model on an existing schedule, edit the schedule and add it.

Anthropic

  • Claude Haiku 4.5 anthropic/claude-haiku-4.5
  • Claude Opus 4.6 anthropic/claude-opus-4.6
  • Claude Opus 4.7 anthropic/claude-opus-4.7
  • Claude Sonnet 4.6 anthropic/claude-sonnet-4.6

DeepSeek

  • DeepSeek V3.2 deepseek/deepseek-v3.2
  • DeepSeek V4 Flash deepseek/deepseek-v4-flash
  • DeepSeek V4 Pro deepseek/deepseek-v4-pro

Google

  • Gemini 2.5 Pro google/gemini-2.5-pro
  • Gemini 3.1 Flash Lite Preview google/gemini-3.1-flash-lite-preview
  • Gemini 3.1 Pro Preview google/gemini-3.1-pro-preview
  • Gemini 3 Flash Preview google/gemini-3-flash-preview

Google AI Mode

  • Google AI Mode google/ai-mode

Google AI Overview

  • Google AI Overview google/ai-overview

Meta

  • Llama 4 Maverick meta-llama/llama-4-maverick

OpenAI

  • GPT-5.3 Chat openai/gpt-5.3-chat
  • GPT-5.3 Codex openai/gpt-5.3-codex
  • GPT-5.4 openai/gpt-5.4
  • GPT-5.5 openai/gpt-5.5

Perplexity

  • Sonar Deep Research perplexity/sonar-deep-research
  • Sonar Pro perplexity/sonar-pro
  • Sonar Pro Search perplexity/sonar-pro-search
  • Sonar Reasoning Pro perplexity/sonar-reasoning-pro

xAI

  • Grok 4 x-ai/grok-4
  • Grok 4.1 Fast x-ai/grok-4.1-fast
  • Grok 4.20 x-ai/grok-4.20

Bourd publishes the catalogue at a public endpoint, GET https://api.geo.bourd.dev/models. This documentation site fetches that endpoint at build time, so the version above always matches what production accepts. If the API is unreachable during a deploy, the build fails instead of shipping stale copy.

If you are building an integration and need the catalogue at runtime, you can hit the same endpoint directly. No authentication is required.

Bourd retires a model when a Model Provider stops offering it or replaces it with a newer version. Once a model is retired:

  • It no longer appears on this page.
  • New one-off prompt runs cannot use it.
  • New schedules cannot include it.
  • Existing schedules that already include it continue to run it. (This may change; we will update this page if it does.)
  • Historical completions that ran against it are preserved and remain filterable in reports.

To see the models supported for your workspace, call GET /workspaces/{workspace_slug}/models. Today every workspace can run the full active catalogue listed above; this endpoint is authoritative for your workspace.