Files
openclaw-skill/openclaw-knowhow-skill/output/openclaw-docs_data/pages/Vercel_AI_Gateway_448d653da8.json
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

33 lines
1.2 KiB
JSON
Executable File

{
"title": "Vercel AI Gateway",
"content": "The [Vercel AI Gateway](https://vercel.com/ai-gateway) provides a unified API to access hundreds of models through a single endpoint.\n\n* Provider: `vercel-ai-gateway`\n* Auth: `AI_GATEWAY_API_KEY`\n* API: Anthropic Messages compatible\n\n1. Set the API key (recommended: store it for the Gateway):\n\n2. Set a default model:\n\n## Non-interactive example\n\nIf the Gateway runs as a daemon (launchd/systemd), make sure `AI_GATEWAY_API_KEY`\nis available to that process (for example, in `~/.openclaw/.env` or via\n`env.shellEnv`).",
"code_samples": [
{
"code": "2. Set a default model:",
"language": "unknown"
},
{
"code": "## Non-interactive example",
"language": "unknown"
}
],
"headings": [
{
"level": "h2",
"text": "Quick start",
"id": "quick-start"
},
{
"level": "h2",
"text": "Non-interactive example",
"id": "non-interactive-example"
},
{
"level": "h2",
"text": "Environment note",
"id": "environment-note"
}
],
"url": "llms-txt#vercel-ai-gateway",
"links": []
}