Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
The Vercel AI Gateway provides a unified API to access hundreds of models through a single endpoint.
| Property | Value |
|---|---|
| Provider | text vercel-ai-gateway |
| Auth | text AI_GATEWAY_API_KEY |
| API | Anthropic Messages compatible |
| Model catalog | Auto-discovered via text /v1/models |
text```bash} openclaw onboard --auth-choice ai-gateway-api-key ```
text```json5} { agents: { defaults: { model: { primary: "vercel-ai-gateway/anthropic/claude-opus-4.6" }, }, }, } ```
For scripted or CI setups, pass all values on the command line:
bashopenclaw onboard --non-interactive \ --mode local \ --auth-choice ai-gateway-api-key \ --ai-gateway-api-key "$AI_GATEWAY_API_KEY"
OpenClaw accepts Vercel Claude shorthand model refs and normalizes them at runtime:
| Shorthand input | Normalized model ref |
|---|---|
text vercel-ai-gateway/claude-opus-4.6 | text vercel-ai-gateway/anthropic/claude-opus-4.6 |
text vercel-ai-gateway/opus-4.6 | text vercel-ai-gateway/anthropic/claude-opus-4-6 |
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine