๐Ÿš€Setup & Installation

OpenClaw Provider Configuration Guide

Intermediate30-45 minutesUpdated 2025-02-04

OpenClaw supports multiple cloud providers for hosting AI models, storage, and services. Providers are configured in the gateway to route requests to AWS Bedrock, Azure OpenAI, GCP Vertex AI, or local models. This guide covers provider setup, credential management, failover configuration, and cost optimization across multi-cloud deployments.

Why This Is Hard to Do Yourself

These are the common pitfalls that trip people up.

๐Ÿ”‘

Credential management

Each provider has different auth mechanisms: API keys, service accounts, IAM roles. Keeping credentials secure and rotated is complex.

๐Ÿ’ฐ

Cost optimization

Different providers charge different rates. Routing requests to the cheapest available provider saves money but requires configuration.

๐ŸŒ

Multi-cloud failover

Setting up automatic failover when a provider is unavailable requires health checks and retry logic.

โš™๏ธ

Model availability

Not all models are available on all providers. Claude 3.5 on AWS Bedrock, GPT-4 on Azure, etc. Mapping is confusing.

Step-by-Step Guide

Step 1

Understanding OpenClaw providers

What are providers and how do they work?

Step 2

Configure Anthropic provider

Set up direct Anthropic API access.

Step 3

Configure AWS Bedrock provider

Set up AWS Bedrock for Claude models with IAM auth.

Warning: AWS Bedrock requires requesting access to models. Go to AWS Console โ†’ Bedrock โ†’ Model access and request Claude models.

Step 4

Configure Azure OpenAI provider

Set up Azure OpenAI for GPT models.

Step 5

Configure GCP Vertex AI provider

Set up GCP Vertex AI for Claude and Gemini models.

Step 6

Configure local Ollama provider

Set up local models for privacy and cost savings.

Step 7

Configure multi-provider failover

Set up automatic failover between providers.

Provider Configuration Getting Complex?

We set up multi-cloud provider routing with failover, cost optimization, and credential management. Get the right provider mix for your workload and budget.

Get matched with a specialist who can help.

Sign Up for Expert Help โ†’

Frequently Asked Questions