Skip to main content
Available for Pro plan and above

Where to Configure It

  1. Open the target space.
  2. Click Settings in the top right corner.
  3. Go to AI settings.
AI settings page

Setup Steps

Under AI Capabilities, turn on what you need:
  • AI Field
  • AI Chat
Enabling AI Chat controls whether the chat feature is available in the space.

Add LLM Provider

When you add a new LLM provider, choose OpenAI, Anthropic, or OpenAI Compatible as the provider type. Use OpenAI Compatible for services that expose an OpenAI-compatible API endpoint. If a task uses images, screenshots, or other visual input, choose a model with vision support. Models without vision support will fail on these multimodal tasks.
Click Add LLM provider and fill in the following:
  • Name: Used to distinguish different providers.
  • Provider type: Select the provider type.
  • Base URL: Enter the provider’s API endpoint.
  • API Key: Enter the API key from the provider.
  • Models: Enter the model names you want to connect. Separate multiple models with English commas.
Add LLM provider dialog

Test Model Capabilities

There are currently three ways to test:
  • Click Test on the LLM provider row.
  • Click Test on an individual model row.
  • Click Test Model Capabilities in the top-right corner of the list to batch-test all configured models.
If a model is meant for image generation, check Image Generation Model before running the test. Once checked, Teable tests it as an image model for text-to-image and image-to-image capabilities. If it is not checked, the model is tested as a regular text model.

Configuration Tips

Base URL and Models

Some Coding Plan keys may only work in designated coding tools and may not be standard API keys. Check the provider’s terms before using them with third-party services. To connect Teable, use a standard API key created in the provider dashboard.
Common examples:
Model names must match the provider documentation exactly and are case-sensitive. Separate multiple models with English commas.
Notes:
  • Model names are case-sensitive. Use the exact names from the provider documentation.
  • Some providers require no spaces after commas, for example gpt-5.5,o3.
  • For OpenAI Compatible providers, use the model naming format required by that provider. Some services use provider/model-name.

FAQ

Check whether the Base URL is correct, whether it was mistakenly filled with the provider homepage URL, or whether it has an extra trailing /. If you are using an OpenAI-compatible endpoint, also confirm that /v1 is not missing.
Check whether the API Key is valid and whether the account still has credits or permission to call the model.
Check whether the Base URL is correct and whether your current environment can reach that address.
Make sure the Models value matches the provider documentation exactly, including case and separator format.
This kind of key may not support standard API calls, or the provider’s terms may not allow third-party service use. Check the provider’s Coding Plan terms first. To connect Teable, use a standard API Key created in the provider dashboard.
If the model is meant for image generation, check Image Generation Model first and then test again. Once checked, Teable tests text-to-image and image-to-image capabilities instead.
Last modified on July 7, 2026