Skip to main content
Agent Studio lets you connect your preferred large language model (LLM) provider, giving you control over model selection, data governance, and costs.

Advantages of using your own LLM

  • Cost control. Pay your LLM provider for tokens consumed by your agents. Search requests made by agents count toward your Algolia usage.
  • Vendor flexibility. Switch providers or models at any time. Choose the best model for each workload.
  • Data governance. Keep ownership of your data and business logic while choosing which provider processes your data.

Supported providers

To compare different providers and models for Agent Studio, see the Agent Studio benchmark. To request a provider that isn’t listed here, contact Algolia’s support team.
Algolia provides free access to OpenAI’s GPT-4.1 for testing. Production requires your own LLM provider. Use the same model in development and production for consistent behavior.
Agent Studio supports these models:
  • claude-fable-5
  • claude-opus-4-8
  • claude-opus-4-7
  • claude-opus-4-6
  • claude-sonnet-5
  • claude-sonnet-4-6
  • claude-opus-4-5-20251101
  • claude-haiku-4-5-20251001
  • claude-sonnet-4-5-20250929
  • claude-opus-4-1-20250805

Configuration requirements

  • Anthropic API key (required)
  • Custom endpoint URL (optional)
For more information about authenticating with Anthropic’s Claude API, see Authentication.

Add a provider

  1. Go to the Settings page in the Agent Studio dashboard.
  2. Click Create provider profile, and select your provider type.
  3. Enter a name for this provider configuration (for example, “OpenAI-Production” or “Azure-EU-Prod”) and fill in the required configuration fields.
  4. Click Save.
Your provider is now available for use when configuring agents.

Use your provider

Go to Agents in the Agent Studio dashboard. Create a new agent or select an existing one. For an existing agent, change the provider and model under Provider and model in the agent’s details view. Changes take effect immediately.

Manage providers

To update or delete providers, open Agent Studio’s Settings page and select the provider’s View actions menu. Provider updates affect all agents using that provider. If you delete a provider that’s in use, its agents stop working until you assign a different provider.

Advanced model capabilities

Different models support different configuration parameters. Agent Studio automatically detects and applies appropriate settings based on the model you select. To configure these parameters, use the update agent API method.
Most models support temperature configuration (0.0 to 2.0) to control randomness in responses. Use:
  • Lower values (0.0 to 0.5) for more deterministic, focused responses.
  • Higher values (1.0 to 2.0) for more creative and varied responses.
By default, Agent Studio doesn’t apply a temperature value. Models use their provider’s default (typically 1.0).You can set the temperature in your agent configuration:
Models that support temperature:
  • All Anthropic Claude models
  • All Google Gemini models
  • Most OpenAI GPT models (except GPT-5 and o-series)
  • Most OpenAI-compatible models
Models that don’t support temperature:
  • GPT-5 series models
  • o-series models (o1, o3, o4)
When temperature isn’t supported, it’s automatically excluded from requests.

See also

Last modified on July 23, 2026