Baserow integrates with multiple AI providers (OpenAI, Anthropic, Ollama, OpenRouter, Mistral) to power the AI field and generative features.
Baserow’s generative AI configuration lets you connect your preferred AI models directly to your workspace.
Baserow Self-Hosted users can configure at workspace-level for team-specific models, or instance-level for organization-wide settings.
For self-hosted Baserow, configure API keys globally using environment variables. This applies settings across all workspaces in your instance.
Workspace-level configuration overrides instance defaults. Leave fields blank to use instance-level settings.
Provider | Required Configuration | Example Models |
---|---|---|
OpenAI | API key + Organization (optional) + Enabled Models | gpt-3.5-turbo, gpt-4 |
Anthropic | API key + Enabled Models | claude-3-haiku-20240307, claude-opus-4-20250514 |
Ollama | Host + Enabled Models | llama2, mistral |
Mistral | API key + Enabled Models | mistral-large-latest, mistral-small-latest |
OpenRouter | API key + Organization (optional) + Enabled Models | openai/gpt-4o,anthropic/claude-3-haiku |
Provide:
gpt-3.5-turbo, gpt-4-turbo-preview
). Note that this only works if an OpenAI API key is set. If this variable is not provided, the user won’t be able to choose a model.Provide:
claude-3-haiku-20240307, claude-opus-4-20250514
)Provide:
openai/gpt-4o
, anthropic/claude-3-haiku
). Note that this only works if an API key is set. If this variable is not provided, the user won’t be able to choose a model.Provide:
llama2
)Ollama enables local model hosting for enhanced data privacy.
Provide:
mistral-large-latest,mistral-small-latest
)Baserow integrates with multiple AI providers (OpenAI, Anthropic, Ollama, OpenRouter, Mistral) to power the AI field and generative features.
Yes. Configure multiple providers at workspace or instance level. Users can select their preferred model when creating AI fields.
AI fields will be disabled until you add at least one provider’s API key at workspace or instance level.
Yes. Workspace-level API keys and model selections take precedence over instance defaults. Leave workspace fields blank to inherit instance configuration.
Need help? Visit the Baserow community or contact support for assistance with your account.