@quantumclaw/quantumclaw 2026.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4601 -0
- package/LICENSE +21 -0
- package/README.md +559 -0
- package/assets/avatar-placeholder.svg +19 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/docs/.i18n/README.md +31 -0
- package/docs/.i18n/glossary.ja-JP.json +14 -0
- package/docs/.i18n/glossary.zh-CN.json +302 -0
- package/docs/.i18n/ja-JP.tm.jsonl +0 -0
- package/docs/assets/install-script.svg +1 -0
- package/docs/assets/macos-onboarding/01-macos-warning.jpeg +0 -0
- package/docs/assets/macos-onboarding/02-local-networks.jpeg +0 -0
- package/docs/assets/macos-onboarding/03-security-notice.png +0 -0
- package/docs/assets/macos-onboarding/04-choose-gateway.png +0 -0
- package/docs/assets/macos-onboarding/05-permissions.png +0 -0
- package/docs/assets/pixel-lobster.svg +60 -0
- package/docs/assets/quantumclaw-logo-text-dark.png +0 -0
- package/docs/assets/quantumclaw-logo-text-dark.svg +418 -0
- package/docs/assets/quantumclaw-logo-text.png +0 -0
- package/docs/assets/quantumclaw-logo-text.svg +418 -0
- package/docs/assets/showcase/agents-ui.jpg +0 -0
- package/docs/assets/showcase/bambu-cli.png +0 -0
- package/docs/assets/showcase/codexmonitor.png +0 -0
- package/docs/assets/showcase/gohome-grafana.png +0 -0
- package/docs/assets/showcase/ios-testflight.jpg +0 -0
- package/docs/assets/showcase/oura-health.png +0 -0
- package/docs/assets/showcase/padel-cli.svg +11 -0
- package/docs/assets/showcase/padel-screenshot.jpg +0 -0
- package/docs/assets/showcase/papla-tts.jpg +0 -0
- package/docs/assets/showcase/pr-review-telegram.jpg +0 -0
- package/docs/assets/showcase/roborock-screenshot.jpg +0 -0
- package/docs/assets/showcase/roborock-status.svg +13 -0
- package/docs/assets/showcase/roof-camera-sky.jpg +0 -0
- package/docs/assets/showcase/snag.png +0 -0
- package/docs/assets/showcase/tesco-shop.jpg +0 -0
- package/docs/assets/showcase/wienerlinien.png +0 -0
- package/docs/assets/showcase/wine-cellar-skill.jpg +0 -0
- package/docs/assets/showcase/winix-air-purifier.jpg +0 -0
- package/docs/assets/showcase/xuezh-pronunciation.jpeg +0 -0
- package/docs/assets/sponsors/blacksmith.svg +14 -0
- package/docs/assets/sponsors/convex.svg +16 -0
- package/docs/assets/sponsors/openai.svg +3 -0
- package/docs/assets/sponsors/vercel.svg +5 -0
- package/docs/auth-credential-semantics.md +53 -0
- package/docs/automation/auth-monitoring.md +44 -0
- package/docs/automation/cron-jobs.md +727 -0
- package/docs/automation/cron-vs-heartbeat.md +286 -0
- package/docs/automation/gmail-pubsub.md +256 -0
- package/docs/automation/hooks.md +1056 -0
- package/docs/automation/poll.md +86 -0
- package/docs/automation/standing-orders.md +251 -0
- package/docs/automation/troubleshooting.md +122 -0
- package/docs/automation/webhook.md +217 -0
- package/docs/brave-search.md +93 -0
- package/docs/channels/bluebubbles.md +347 -0
- package/docs/channels/broadcast-groups.md +442 -0
- package/docs/channels/channel-routing.md +139 -0
- package/docs/channels/discord.md +1229 -0
- package/docs/channels/feishu.md +747 -0
- package/docs/channels/googlechat.md +261 -0
- package/docs/channels/group-messages.md +84 -0
- package/docs/channels/groups.md +379 -0
- package/docs/channels/imessage.md +367 -0
- package/docs/channels/index.md +47 -0
- package/docs/channels/irc.md +242 -0
- package/docs/channels/line.md +194 -0
- package/docs/channels/location.md +56 -0
- package/docs/channels/matrix.md +677 -0
- package/docs/channels/mattermost.md +427 -0
- package/docs/channels/msteams.md +780 -0
- package/docs/channels/nextcloud-talk.md +138 -0
- package/docs/channels/nostr.md +249 -0
- package/docs/channels/pairing.md +114 -0
- package/docs/channels/signal.md +329 -0
- package/docs/channels/slack.md +603 -0
- package/docs/channels/synology-chat.md +134 -0
- package/docs/channels/telegram.md +987 -0
- package/docs/channels/tlon.md +276 -0
- package/docs/channels/troubleshooting.md +118 -0
- package/docs/channels/twitch.md +379 -0
- package/docs/channels/whatsapp.md +460 -0
- package/docs/channels/zalo.md +243 -0
- package/docs/channels/zalouser.md +181 -0
- package/docs/ci.md +55 -0
- package/docs/cli/acp.md +288 -0
- package/docs/cli/agent.md +29 -0
- package/docs/cli/agents.md +123 -0
- package/docs/cli/approvals.md +50 -0
- package/docs/cli/backup.md +76 -0
- package/docs/cli/browser.md +106 -0
- package/docs/cli/channels.md +102 -0
- package/docs/cli/clawbot.md +21 -0
- package/docs/cli/completion.md +35 -0
- package/docs/cli/config.md +295 -0
- package/docs/cli/configure.md +36 -0
- package/docs/cli/cron.md +77 -0
- package/docs/cli/daemon.md +53 -0
- package/docs/cli/dashboard.md +22 -0
- package/docs/cli/devices.md +139 -0
- package/docs/cli/directory.md +63 -0
- package/docs/cli/dns.md +23 -0
- package/docs/cli/docs.md +15 -0
- package/docs/cli/doctor.md +48 -0
- package/docs/cli/gateway.md +235 -0
- package/docs/cli/health.md +21 -0
- package/docs/cli/hooks.md +329 -0
- package/docs/cli/index.md +1150 -0
- package/docs/cli/logs.md +28 -0
- package/docs/cli/memory.md +66 -0
- package/docs/cli/message.md +278 -0
- package/docs/cli/models.md +81 -0
- package/docs/cli/node.md +127 -0
- package/docs/cli/nodes.md +75 -0
- package/docs/cli/onboard.md +157 -0
- package/docs/cli/pairing.md +32 -0
- package/docs/cli/plugins.md +210 -0
- package/docs/cli/qr.md +46 -0
- package/docs/cli/reset.md +20 -0
- package/docs/cli/sandbox.md +197 -0
- package/docs/cli/secrets.md +188 -0
- package/docs/cli/security.md +79 -0
- package/docs/cli/sessions.md +110 -0
- package/docs/cli/setup.md +29 -0
- package/docs/cli/skills.md +36 -0
- package/docs/cli/status.md +30 -0
- package/docs/cli/system.md +60 -0
- package/docs/cli/tui.md +30 -0
- package/docs/cli/uninstall.md +20 -0
- package/docs/cli/update.md +103 -0
- package/docs/cli/voicecall.md +34 -0
- package/docs/cli/webhooks.md +25 -0
- package/docs/concepts/agent-loop.md +148 -0
- package/docs/concepts/agent-workspace.md +236 -0
- package/docs/concepts/agent.md +122 -0
- package/docs/concepts/architecture.md +137 -0
- package/docs/concepts/compaction.md +123 -0
- package/docs/concepts/context-engine.md +268 -0
- package/docs/concepts/context.md +172 -0
- package/docs/concepts/delegate-architecture.md +296 -0
- package/docs/concepts/features.md +73 -0
- package/docs/concepts/markdown-formatting.md +130 -0
- package/docs/concepts/memory.md +108 -0
- package/docs/concepts/messages.md +154 -0
- package/docs/concepts/model-failover.md +152 -0
- package/docs/concepts/model-providers.md +607 -0
- package/docs/concepts/models.md +225 -0
- package/docs/concepts/multi-agent.md +552 -0
- package/docs/concepts/oauth.md +158 -0
- package/docs/concepts/presence.md +102 -0
- package/docs/concepts/queue.md +89 -0
- package/docs/concepts/retry.md +69 -0
- package/docs/concepts/session-pruning.md +121 -0
- package/docs/concepts/session-tool.md +242 -0
- package/docs/concepts/session.md +310 -0
- package/docs/concepts/streaming.md +155 -0
- package/docs/concepts/system-prompt.md +132 -0
- package/docs/concepts/timezone.md +91 -0
- package/docs/concepts/typebox.md +291 -0
- package/docs/concepts/typing-indicators.md +68 -0
- package/docs/concepts/usage-tracking.md +35 -0
- package/docs/date-time.md +128 -0
- package/docs/debug/node-issue.md +85 -0
- package/docs/diagnostics/flags.md +91 -0
- package/docs/docs.json +2078 -0
- package/docs/gateway/authentication.md +179 -0
- package/docs/gateway/background-process.md +97 -0
- package/docs/gateway/bonjour.md +177 -0
- package/docs/gateway/bridge-protocol.md +91 -0
- package/docs/gateway/cli-backends.md +225 -0
- package/docs/gateway/configuration-examples.md +651 -0
- package/docs/gateway/configuration-reference.md +3123 -0
- package/docs/gateway/configuration.md +633 -0
- package/docs/gateway/discovery.md +123 -0
- package/docs/gateway/doctor.md +362 -0
- package/docs/gateway/gateway-lock.md +34 -0
- package/docs/gateway/health.md +44 -0
- package/docs/gateway/heartbeat.md +393 -0
- package/docs/gateway/index.md +261 -0
- package/docs/gateway/local-models.md +152 -0
- package/docs/gateway/logging.md +113 -0
- package/docs/gateway/multiple-gateways.md +112 -0
- package/docs/gateway/network-model.md +22 -0
- package/docs/gateway/openai-http-api.md +132 -0
- package/docs/gateway/openresponses-http-api.md +295 -0
- package/docs/gateway/openshell.md +307 -0
- package/docs/gateway/pairing.md +99 -0
- package/docs/gateway/protocol.md +267 -0
- package/docs/gateway/remote-gateway-readme.md +158 -0
- package/docs/gateway/remote.md +153 -0
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +134 -0
- package/docs/gateway/sandboxing.md +469 -0
- package/docs/gateway/secrets-plan-contract.md +116 -0
- package/docs/gateway/secrets.md +503 -0
- package/docs/gateway/security/index.md +1220 -0
- package/docs/gateway/tailscale.md +132 -0
- package/docs/gateway/tools-invoke-http-api.md +118 -0
- package/docs/gateway/troubleshooting.md +378 -0
- package/docs/gateway/trusted-proxy-auth.md +330 -0
- package/docs/help/debugging.md +168 -0
- package/docs/help/environment.md +163 -0
- package/docs/help/faq.md +2997 -0
- package/docs/help/index.md +28 -0
- package/docs/help/scripts.md +28 -0
- package/docs/help/testing.md +526 -0
- package/docs/help/troubleshooting.md +297 -0
- package/docs/images/configure-model-picker-unsearchable.png +0 -0
- package/docs/images/feishu-step2-create-app.png +0 -0
- package/docs/images/feishu-step3-credentials.png +0 -0
- package/docs/images/feishu-step4-permissions.png +0 -0
- package/docs/images/feishu-step5-bot-capability.png +0 -0
- package/docs/images/feishu-step6-event-subscription.png +0 -0
- package/docs/images/feishu-verification-token.png +0 -0
- package/docs/images/groups-flow.svg +52 -0
- package/docs/images/mobile-ui-screenshot.png +0 -0
- package/docs/index.md +196 -0
- package/docs/install/ansible.md +230 -0
- package/docs/install/azure.md +311 -0
- package/docs/install/bun.md +55 -0
- package/docs/install/development-channels.md +120 -0
- package/docs/install/digitalocean.md +129 -0
- package/docs/install/docker-vm-runtime.md +142 -0
- package/docs/install/docker.md +375 -0
- package/docs/install/exe-dev.md +126 -0
- package/docs/install/fly.md +501 -0
- package/docs/install/gcp.md +402 -0
- package/docs/install/hetzner.md +251 -0
- package/docs/install/index.md +183 -0
- package/docs/install/installer.md +415 -0
- package/docs/install/kubernetes.md +191 -0
- package/docs/install/macos-vm.md +281 -0
- package/docs/install/migrating-matrix.md +346 -0
- package/docs/install/migrating.md +110 -0
- package/docs/install/nix.md +89 -0
- package/docs/install/node.md +138 -0
- package/docs/install/northflank.mdx +54 -0
- package/docs/install/oracle.md +156 -0
- package/docs/install/podman.md +133 -0
- package/docs/install/railway.mdx +100 -0
- package/docs/install/raspberry-pi.md +159 -0
- package/docs/install/render.mdx +169 -0
- package/docs/install/uninstall.md +128 -0
- package/docs/install/updating.md +128 -0
- package/docs/ja-JP/index.md +186 -0
- package/docs/ja-JP/start/getting-started.md +125 -0
- package/docs/ja-JP/start/wizard.md +77 -0
- package/docs/logging.md +352 -0
- package/docs/nav-tabs-underline.js +100 -0
- package/docs/network.md +54 -0
- package/docs/nodes/audio.md +187 -0
- package/docs/nodes/camera.md +162 -0
- package/docs/nodes/images.md +72 -0
- package/docs/nodes/index.md +393 -0
- package/docs/nodes/location-command.md +98 -0
- package/docs/nodes/media-understanding.md +394 -0
- package/docs/nodes/talk.md +92 -0
- package/docs/nodes/troubleshooting.md +114 -0
- package/docs/nodes/voicewake.md +66 -0
- package/docs/perplexity.md +174 -0
- package/docs/pi-dev.md +80 -0
- package/docs/pi.md +567 -0
- package/docs/platforms/android.md +168 -0
- package/docs/platforms/digitalocean.md +266 -0
- package/docs/platforms/index.md +54 -0
- package/docs/platforms/ios.md +220 -0
- package/docs/platforms/linux.md +94 -0
- package/docs/platforms/mac/bundled-gateway.md +73 -0
- package/docs/platforms/mac/canvas.md +125 -0
- package/docs/platforms/mac/child-process.md +69 -0
- package/docs/platforms/mac/dev-setup.md +104 -0
- package/docs/platforms/mac/health.md +34 -0
- package/docs/platforms/mac/icon.md +31 -0
- package/docs/platforms/mac/logging.md +57 -0
- package/docs/platforms/mac/menu-bar.md +81 -0
- package/docs/platforms/mac/peekaboo.md +65 -0
- package/docs/platforms/mac/permissions.md +50 -0
- package/docs/platforms/mac/remote.md +84 -0
- package/docs/platforms/mac/signing.md +47 -0
- package/docs/platforms/mac/skills.md +33 -0
- package/docs/platforms/mac/voice-overlay.md +60 -0
- package/docs/platforms/mac/voicewake.md +67 -0
- package/docs/platforms/mac/webchat.md +43 -0
- package/docs/platforms/mac/xpc.md +61 -0
- package/docs/platforms/macos.md +226 -0
- package/docs/platforms/oracle.md +303 -0
- package/docs/platforms/raspberry-pi.md +412 -0
- package/docs/platforms/windows.md +241 -0
- package/docs/plugins/agent-tools.md +10 -0
- package/docs/plugins/architecture.md +1366 -0
- package/docs/plugins/building-extensions.md +10 -0
- package/docs/plugins/building-plugins.md +239 -0
- package/docs/plugins/bundles.md +181 -0
- package/docs/plugins/community.md +145 -0
- package/docs/plugins/manifest.md +241 -0
- package/docs/plugins/sdk-channel-plugins.md +370 -0
- package/docs/plugins/sdk-entrypoints.md +161 -0
- package/docs/plugins/sdk-migration.md +172 -0
- package/docs/plugins/sdk-overview.md +196 -0
- package/docs/plugins/sdk-provider-plugins.md +370 -0
- package/docs/plugins/sdk-runtime.md +345 -0
- package/docs/plugins/sdk-setup.md +331 -0
- package/docs/plugins/sdk-testing.md +263 -0
- package/docs/plugins/voice-call.md +380 -0
- package/docs/plugins/zalouser.md +77 -0
- package/docs/prose.md +134 -0
- package/docs/providers/anthropic.md +259 -0
- package/docs/providers/bedrock.md +176 -0
- package/docs/providers/claude-max-api-proxy.md +154 -0
- package/docs/providers/cloudflare-ai-gateway.md +71 -0
- package/docs/providers/deepgram.md +93 -0
- package/docs/providers/github-copilot.md +72 -0
- package/docs/providers/glm.md +43 -0
- package/docs/providers/google.md +78 -0
- package/docs/providers/groq.md +96 -0
- package/docs/providers/huggingface.md +209 -0
- package/docs/providers/index.md +69 -0
- package/docs/providers/kilocode.md +74 -0
- package/docs/providers/litellm.md +154 -0
- package/docs/providers/minimax.md +224 -0
- package/docs/providers/mistral.md +54 -0
- package/docs/providers/models.md +45 -0
- package/docs/providers/modelstudio.md +66 -0
- package/docs/providers/moonshot.md +175 -0
- package/docs/providers/nvidia.md +55 -0
- package/docs/providers/ollama.md +352 -0
- package/docs/providers/openai.md +303 -0
- package/docs/providers/opencode-go.md +45 -0
- package/docs/providers/opencode.md +64 -0
- package/docs/providers/openrouter.md +37 -0
- package/docs/providers/perplexity-provider.md +62 -0
- package/docs/providers/qianfan.md +38 -0
- package/docs/providers/qwen.md +53 -0
- package/docs/providers/sglang.md +104 -0
- package/docs/providers/synthetic.md +99 -0
- package/docs/providers/together.md +66 -0
- package/docs/providers/venice.md +282 -0
- package/docs/providers/vercel-ai-gateway.md +60 -0
- package/docs/providers/vllm.md +92 -0
- package/docs/providers/volcengine.md +74 -0
- package/docs/providers/xai.md +60 -0
- package/docs/providers/xiaomi.md +86 -0
- package/docs/providers/zai.md +46 -0
- package/docs/reference/AGENTS.default.md +126 -0
- package/docs/reference/RELEASING.md +42 -0
- package/docs/reference/api-usage-costs.md +144 -0
- package/docs/reference/credits.md +30 -0
- package/docs/reference/device-models.md +47 -0
- package/docs/reference/memory-config.md +711 -0
- package/docs/reference/prompt-caching.md +185 -0
- package/docs/reference/rpc.md +43 -0
- package/docs/reference/secretref-credential-surface.md +140 -0
- package/docs/reference/secretref-user-supplied-credentials-matrix.json +563 -0
- package/docs/reference/session-management-compaction.md +324 -0
- package/docs/reference/templates/AGENTS.dev.md +83 -0
- package/docs/reference/templates/AGENTS.md +219 -0
- package/docs/reference/templates/BOOT.md +11 -0
- package/docs/reference/templates/BOOTSTRAP.md +62 -0
- package/docs/reference/templates/HEARTBEAT.md +14 -0
- package/docs/reference/templates/IDENTITY.dev.md +47 -0
- package/docs/reference/templates/IDENTITY.md +29 -0
- package/docs/reference/templates/SOUL.dev.md +76 -0
- package/docs/reference/templates/SOUL.md +43 -0
- package/docs/reference/templates/TOOLS.dev.md +24 -0
- package/docs/reference/templates/TOOLS.md +47 -0
- package/docs/reference/templates/USER.dev.md +18 -0
- package/docs/reference/templates/USER.md +23 -0
- package/docs/reference/test.md +90 -0
- package/docs/reference/token-use.md +175 -0
- package/docs/reference/transcript-hygiene.md +151 -0
- package/docs/reference/wizard.md +235 -0
- package/docs/security/CONTRIBUTING-THREAT-MODEL.md +98 -0
- package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
- package/docs/security/formal-verification.md +167 -0
- package/docs/start/bootstrapping.md +41 -0
- package/docs/start/docs-directory.md +66 -0
- package/docs/start/getting-started.md +116 -0
- package/docs/start/hubs.md +198 -0
- package/docs/start/lore.md +219 -0
- package/docs/start/onboarding-overview.md +67 -0
- package/docs/start/onboarding.md +91 -0
- package/docs/start/openclaw.md +221 -0
- package/docs/start/quickstart.md +22 -0
- package/docs/start/setup.md +164 -0
- package/docs/start/showcase.md +418 -0
- package/docs/start/wizard-cli-automation.md +215 -0
- package/docs/start/wizard-cli-reference.md +299 -0
- package/docs/start/wizard.md +125 -0
- package/docs/style.css +37 -0
- package/docs/tools/acp-agents.md +623 -0
- package/docs/tools/agent-send.md +100 -0
- package/docs/tools/apply-patch.md +51 -0
- package/docs/tools/brave-search.md +93 -0
- package/docs/tools/browser-linux-troubleshooting.md +138 -0
- package/docs/tools/browser-login.md +73 -0
- package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +211 -0
- package/docs/tools/browser.md +731 -0
- package/docs/tools/btw.md +142 -0
- package/docs/tools/capability-cookbook.md +119 -0
- package/docs/tools/clawhub.md +298 -0
- package/docs/tools/creating-skills.md +117 -0
- package/docs/tools/diffs.md +386 -0
- package/docs/tools/elevated.md +114 -0
- package/docs/tools/exec-approvals.md +430 -0
- package/docs/tools/exec.md +207 -0
- package/docs/tools/firecrawl.md +140 -0
- package/docs/tools/index.md +137 -0
- package/docs/tools/llm-task.md +119 -0
- package/docs/tools/lobster.md +340 -0
- package/docs/tools/loop-detection.md +100 -0
- package/docs/tools/multi-agent-sandbox-tools.md +364 -0
- package/docs/tools/pdf.md +156 -0
- package/docs/tools/perplexity-search.md +174 -0
- package/docs/tools/plugin.md +255 -0
- package/docs/tools/reactions.md +64 -0
- package/docs/tools/skills-config.md +86 -0
- package/docs/tools/skills.md +309 -0
- package/docs/tools/slash-commands.md +294 -0
- package/docs/tools/subagents.md +295 -0
- package/docs/tools/tavily.md +125 -0
- package/docs/tools/thinking.md +96 -0
- package/docs/tools/tts.md +406 -0
- package/docs/tools/web.md +516 -0
- package/docs/tts.md +406 -0
- package/docs/vps.md +112 -0
- package/docs/web/control-ui.md +275 -0
- package/docs/web/dashboard.md +54 -0
- package/docs/web/index.md +120 -0
- package/docs/web/tui.md +170 -0
- package/docs/web/webchat.md +61 -0
- package/docs/whatsapp-openclaw-ai-zh.jpg +0 -0
- package/docs/whatsapp-openclaw.jpg +0 -0
- package/docs/zh-CN/AGENTS.md +61 -0
- package/docs/zh-CN/automation/auth-monitoring.md +47 -0
- package/docs/zh-CN/automation/cron-jobs.md +435 -0
- package/docs/zh-CN/automation/cron-vs-heartbeat.md +286 -0
- package/docs/zh-CN/automation/gmail-pubsub.md +249 -0
- package/docs/zh-CN/automation/hooks.md +1051 -0
- package/docs/zh-CN/automation/poll.md +76 -0
- package/docs/zh-CN/automation/troubleshooting.md +8 -0
- package/docs/zh-CN/automation/webhook.md +163 -0
- package/docs/zh-CN/brave-search.md +60 -0
- package/docs/zh-CN/channels/bluebubbles.md +354 -0
- package/docs/zh-CN/channels/broadcast-groups.md +449 -0
- package/docs/zh-CN/channels/channel-routing.md +117 -0
- package/docs/zh-CN/channels/discord.md +468 -0
- package/docs/zh-CN/channels/feishu.md +728 -0
- package/docs/zh-CN/channels/googlechat.md +257 -0
- package/docs/zh-CN/channels/grammy.md +38 -0
- package/docs/zh-CN/channels/group-messages.md +91 -0
- package/docs/zh-CN/channels/groups.md +379 -0
- package/docs/zh-CN/channels/imessage.md +302 -0
- package/docs/zh-CN/channels/index.md +53 -0
- package/docs/zh-CN/channels/line.md +180 -0
- package/docs/zh-CN/channels/location.md +63 -0
- package/docs/zh-CN/channels/matrix.md +221 -0
- package/docs/zh-CN/channels/mattermost.md +144 -0
- package/docs/zh-CN/channels/msteams.md +775 -0
- package/docs/zh-CN/channels/nextcloud-talk.md +142 -0
- package/docs/zh-CN/channels/nostr.md +249 -0
- package/docs/zh-CN/channels/pairing.md +89 -0
- package/docs/zh-CN/channels/signal.md +209 -0
- package/docs/zh-CN/channels/slack.md +531 -0
- package/docs/zh-CN/channels/synology-chat.md +138 -0
- package/docs/zh-CN/channels/telegram.md +751 -0
- package/docs/zh-CN/channels/tlon.md +136 -0
- package/docs/zh-CN/channels/troubleshooting.md +36 -0
- package/docs/zh-CN/channels/twitch.md +385 -0
- package/docs/zh-CN/channels/whatsapp.md +411 -0
- package/docs/zh-CN/channels/zalo.md +196 -0
- package/docs/zh-CN/channels/zalouser.md +147 -0
- package/docs/zh-CN/cli/acp.md +173 -0
- package/docs/zh-CN/cli/agent.md +30 -0
- package/docs/zh-CN/cli/agents.md +82 -0
- package/docs/zh-CN/cli/approvals.md +57 -0
- package/docs/zh-CN/cli/browser.md +114 -0
- package/docs/zh-CN/cli/channels.md +86 -0
- package/docs/zh-CN/cli/config.md +57 -0
- package/docs/zh-CN/cli/configure.md +38 -0
- package/docs/zh-CN/cli/cron.md +43 -0
- package/docs/zh-CN/cli/dashboard.md +23 -0
- package/docs/zh-CN/cli/devices.md +74 -0
- package/docs/zh-CN/cli/directory.md +70 -0
- package/docs/zh-CN/cli/dns.md +30 -0
- package/docs/zh-CN/cli/docs.md +22 -0
- package/docs/zh-CN/cli/doctor.md +48 -0
- package/docs/zh-CN/cli/gateway.md +206 -0
- package/docs/zh-CN/cli/health.md +28 -0
- package/docs/zh-CN/cli/hooks.md +298 -0
- package/docs/zh-CN/cli/index.md +1143 -0
- package/docs/zh-CN/cli/logs.md +31 -0
- package/docs/zh-CN/cli/memory.md +52 -0
- package/docs/zh-CN/cli/message.md +246 -0
- package/docs/zh-CN/cli/models.md +85 -0
- package/docs/zh-CN/cli/node.md +115 -0
- package/docs/zh-CN/cli/nodes.md +80 -0
- package/docs/zh-CN/cli/onboard.md +164 -0
- package/docs/zh-CN/cli/pairing.md +28 -0
- package/docs/zh-CN/cli/plugins.md +66 -0
- package/docs/zh-CN/cli/reset.md +24 -0
- package/docs/zh-CN/cli/sandbox.md +158 -0
- package/docs/zh-CN/cli/security.md +33 -0
- package/docs/zh-CN/cli/sessions.md +23 -0
- package/docs/zh-CN/cli/setup.md +36 -0
- package/docs/zh-CN/cli/skills.md +33 -0
- package/docs/zh-CN/cli/status.md +33 -0
- package/docs/zh-CN/cli/system.md +63 -0
- package/docs/zh-CN/cli/tui.md +30 -0
- package/docs/zh-CN/cli/uninstall.md +24 -0
- package/docs/zh-CN/cli/update.md +101 -0
- package/docs/zh-CN/cli/voicecall.md +41 -0
- package/docs/zh-CN/cli/webhooks.md +32 -0
- package/docs/zh-CN/concepts/agent-loop.md +146 -0
- package/docs/zh-CN/concepts/agent-workspace.md +219 -0
- package/docs/zh-CN/concepts/agent.md +115 -0
- package/docs/zh-CN/concepts/architecture.md +123 -0
- package/docs/zh-CN/concepts/compaction.md +67 -0
- package/docs/zh-CN/concepts/context.md +168 -0
- package/docs/zh-CN/concepts/features.md +59 -0
- package/docs/zh-CN/concepts/markdown-formatting.md +117 -0
- package/docs/zh-CN/concepts/memory.md +412 -0
- package/docs/zh-CN/concepts/messages.md +141 -0
- package/docs/zh-CN/concepts/model-failover.md +145 -0
- package/docs/zh-CN/concepts/model-providers.md +606 -0
- package/docs/zh-CN/concepts/models.md +225 -0
- package/docs/zh-CN/concepts/multi-agent.md +372 -0
- package/docs/zh-CN/concepts/oauth.md +164 -0
- package/docs/zh-CN/concepts/presence.md +99 -0
- package/docs/zh-CN/concepts/queue.md +94 -0
- package/docs/zh-CN/concepts/retry.md +76 -0
- package/docs/zh-CN/concepts/session-pruning.md +129 -0
- package/docs/zh-CN/concepts/session-tool.md +200 -0
- package/docs/zh-CN/concepts/session.md +166 -0
- package/docs/zh-CN/concepts/streaming.md +133 -0
- package/docs/zh-CN/concepts/system-prompt.md +101 -0
- package/docs/zh-CN/concepts/timezone.md +96 -0
- package/docs/zh-CN/concepts/typebox.md +284 -0
- package/docs/zh-CN/concepts/typing-indicators.md +74 -0
- package/docs/zh-CN/concepts/usage-tracking.md +42 -0
- package/docs/zh-CN/date-time.md +129 -0
- package/docs/zh-CN/debug/node-issue.md +90 -0
- package/docs/zh-CN/diagnostics/flags.md +98 -0
- package/docs/zh-CN/gateway/authentication.md +184 -0
- package/docs/zh-CN/gateway/background-process.md +100 -0
- package/docs/zh-CN/gateway/bonjour.md +174 -0
- package/docs/zh-CN/gateway/bridge-protocol.md +86 -0
- package/docs/zh-CN/gateway/cli-backends.md +213 -0
- package/docs/zh-CN/gateway/configuration-examples.md +587 -0
- package/docs/zh-CN/gateway/configuration-reference.md +3103 -0
- package/docs/zh-CN/gateway/configuration.md +640 -0
- package/docs/zh-CN/gateway/discovery.md +123 -0
- package/docs/zh-CN/gateway/doctor.md +238 -0
- package/docs/zh-CN/gateway/gateway-lock.md +41 -0
- package/docs/zh-CN/gateway/health.md +42 -0
- package/docs/zh-CN/gateway/heartbeat.md +274 -0
- package/docs/zh-CN/gateway/index.md +335 -0
- package/docs/zh-CN/gateway/local-models.md +159 -0
- package/docs/zh-CN/gateway/logging.md +114 -0
- package/docs/zh-CN/gateway/multiple-gateways.md +119 -0
- package/docs/zh-CN/gateway/network-model.md +23 -0
- package/docs/zh-CN/gateway/openai-http-api.md +125 -0
- package/docs/zh-CN/gateway/openresponses-http-api.md +317 -0
- package/docs/zh-CN/gateway/pairing.md +99 -0
- package/docs/zh-CN/gateway/protocol.md +220 -0
- package/docs/zh-CN/gateway/remote-gateway-readme.md +164 -0
- package/docs/zh-CN/gateway/remote.md +133 -0
- package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +135 -0
- package/docs/zh-CN/gateway/sandboxing.md +188 -0
- package/docs/zh-CN/gateway/security/index.md +777 -0
- package/docs/zh-CN/gateway/tailscale.md +124 -0
- package/docs/zh-CN/gateway/tools-invoke-http-api.md +92 -0
- package/docs/zh-CN/gateway/troubleshooting.md +771 -0
- package/docs/zh-CN/help/debugging.md +160 -0
- package/docs/zh-CN/help/environment.md +88 -0
- package/docs/zh-CN/help/faq.md +2640 -0
- package/docs/zh-CN/help/index.md +28 -0
- package/docs/zh-CN/help/scripts.md +35 -0
- package/docs/zh-CN/help/testing.md +375 -0
- package/docs/zh-CN/help/troubleshooting.md +104 -0
- package/docs/zh-CN/index.md +186 -0
- package/docs/zh-CN/install/ansible.md +215 -0
- package/docs/zh-CN/install/bun.md +65 -0
- package/docs/zh-CN/install/development-channels.md +81 -0
- package/docs/zh-CN/install/docker.md +532 -0
- package/docs/zh-CN/install/exe-dev.md +133 -0
- package/docs/zh-CN/install/fly.md +490 -0
- package/docs/zh-CN/install/gcp.md +510 -0
- package/docs/zh-CN/install/hetzner.md +337 -0
- package/docs/zh-CN/install/index.md +235 -0
- package/docs/zh-CN/install/installer.md +422 -0
- package/docs/zh-CN/install/macos-vm.md +288 -0
- package/docs/zh-CN/install/migrating.md +199 -0
- package/docs/zh-CN/install/nix.md +99 -0
- package/docs/zh-CN/install/node.md +8 -0
- package/docs/zh-CN/install/northflank.mdx +60 -0
- package/docs/zh-CN/install/railway.mdx +106 -0
- package/docs/zh-CN/install/render.mdx +169 -0
- package/docs/zh-CN/install/uninstall.md +135 -0
- package/docs/zh-CN/install/updating.md +233 -0
- package/docs/zh-CN/logging.md +329 -0
- package/docs/zh-CN/network.md +59 -0
- package/docs/zh-CN/nodes/audio.md +120 -0
- package/docs/zh-CN/nodes/camera.md +162 -0
- package/docs/zh-CN/nodes/images.md +79 -0
- package/docs/zh-CN/nodes/index.md +348 -0
- package/docs/zh-CN/nodes/location-command.md +120 -0
- package/docs/zh-CN/nodes/media-understanding.md +380 -0
- package/docs/zh-CN/nodes/talk.md +97 -0
- package/docs/zh-CN/nodes/troubleshooting.md +8 -0
- package/docs/zh-CN/nodes/voicewake.md +72 -0
- package/docs/zh-CN/perplexity.md +102 -0
- package/docs/zh-CN/pi-dev.md +77 -0
- package/docs/zh-CN/pi.md +619 -0
- package/docs/zh-CN/platforms/android.md +155 -0
- package/docs/zh-CN/platforms/digitalocean.md +273 -0
- package/docs/zh-CN/platforms/index.md +60 -0
- package/docs/zh-CN/platforms/ios.md +114 -0
- package/docs/zh-CN/platforms/linux.md +100 -0
- package/docs/zh-CN/platforms/mac/bundled-gateway.md +75 -0
- package/docs/zh-CN/platforms/mac/canvas.md +128 -0
- package/docs/zh-CN/platforms/mac/child-process.md +73 -0
- package/docs/zh-CN/platforms/mac/dev-setup.md +109 -0
- package/docs/zh-CN/platforms/mac/health.md +41 -0
- package/docs/zh-CN/platforms/mac/icon.md +38 -0
- package/docs/zh-CN/platforms/mac/logging.md +64 -0
- package/docs/zh-CN/platforms/mac/menu-bar.md +88 -0
- package/docs/zh-CN/platforms/mac/peekaboo.md +62 -0
- package/docs/zh-CN/platforms/mac/permissions.md +46 -0
- package/docs/zh-CN/platforms/mac/remote.md +90 -0
- package/docs/zh-CN/platforms/mac/signing.md +54 -0
- package/docs/zh-CN/platforms/mac/skills.md +40 -0
- package/docs/zh-CN/platforms/mac/voice-overlay.md +67 -0
- package/docs/zh-CN/platforms/mac/voicewake.md +74 -0
- package/docs/zh-CN/platforms/mac/webchat.md +43 -0
- package/docs/zh-CN/platforms/mac/xpc.md +68 -0
- package/docs/zh-CN/platforms/macos.md +193 -0
- package/docs/zh-CN/platforms/oracle.md +310 -0
- package/docs/zh-CN/platforms/raspberry-pi.md +416 -0
- package/docs/zh-CN/platforms/windows.md +247 -0
- package/docs/zh-CN/plugins/agent-tools.md +99 -0
- package/docs/zh-CN/plugins/manifest.md +68 -0
- package/docs/zh-CN/plugins/voice-call.md +250 -0
- package/docs/zh-CN/plugins/zalouser.md +88 -0
- package/docs/zh-CN/prose.md +141 -0
- package/docs/zh-CN/providers/anthropic.md +265 -0
- package/docs/zh-CN/providers/bedrock.md +170 -0
- package/docs/zh-CN/providers/claude-max-api-proxy.md +155 -0
- package/docs/zh-CN/providers/cloudflare-ai-gateway.md +78 -0
- package/docs/zh-CN/providers/deepgram.md +97 -0
- package/docs/zh-CN/providers/github-copilot.md +67 -0
- package/docs/zh-CN/providers/glm.md +50 -0
- package/docs/zh-CN/providers/huggingface.md +216 -0
- package/docs/zh-CN/providers/index.md +69 -0
- package/docs/zh-CN/providers/kilocode.md +80 -0
- package/docs/zh-CN/providers/litellm.md +160 -0
- package/docs/zh-CN/providers/minimax.md +222 -0
- package/docs/zh-CN/providers/mistral.md +61 -0
- package/docs/zh-CN/providers/models.md +51 -0
- package/docs/zh-CN/providers/moonshot.md +182 -0
- package/docs/zh-CN/providers/nvidia.md +62 -0
- package/docs/zh-CN/providers/ollama.md +359 -0
- package/docs/zh-CN/providers/openai.md +308 -0
- package/docs/zh-CN/providers/opencode-go.md +52 -0
- package/docs/zh-CN/providers/opencode.md +71 -0
- package/docs/zh-CN/providers/openrouter.md +44 -0
- package/docs/zh-CN/providers/qianfan.md +45 -0
- package/docs/zh-CN/providers/qwen.md +55 -0
- package/docs/zh-CN/providers/sglang.md +111 -0
- package/docs/zh-CN/providers/synthetic.md +106 -0
- package/docs/zh-CN/providers/together.md +72 -0
- package/docs/zh-CN/providers/venice.md +289 -0
- package/docs/zh-CN/providers/vercel-ai-gateway.md +66 -0
- package/docs/zh-CN/providers/xiaomi.md +93 -0
- package/docs/zh-CN/providers/zai.md +53 -0
- package/docs/zh-CN/reference/AGENTS.default.md +131 -0
- package/docs/zh-CN/reference/RELEASING.md +48 -0
- package/docs/zh-CN/reference/api-usage-costs.md +141 -0
- package/docs/zh-CN/reference/credits.md +34 -0
- package/docs/zh-CN/reference/device-models.md +54 -0
- package/docs/zh-CN/reference/rpc.md +48 -0
- package/docs/zh-CN/reference/session-management-compaction.md +287 -0
- package/docs/zh-CN/reference/templates/AGENTS.dev.md +89 -0
- package/docs/zh-CN/reference/templates/AGENTS.md +225 -0
- package/docs/zh-CN/reference/templates/BOOT.md +17 -0
- package/docs/zh-CN/reference/templates/BOOTSTRAP.md +68 -0
- package/docs/zh-CN/reference/templates/HEARTBEAT.md +18 -0
- package/docs/zh-CN/reference/templates/IDENTITY.dev.md +54 -0
- package/docs/zh-CN/reference/templates/IDENTITY.md +36 -0
- package/docs/zh-CN/reference/templates/SOUL.dev.md +83 -0
- package/docs/zh-CN/reference/templates/SOUL.md +49 -0
- package/docs/zh-CN/reference/templates/TOOLS.dev.md +31 -0
- package/docs/zh-CN/reference/templates/TOOLS.md +53 -0
- package/docs/zh-CN/reference/templates/USER.dev.md +25 -0
- package/docs/zh-CN/reference/templates/USER.md +30 -0
- package/docs/zh-CN/reference/test.md +57 -0
- package/docs/zh-CN/reference/token-use.md +119 -0
- package/docs/zh-CN/reference/transcript-hygiene.md +109 -0
- package/docs/zh-CN/reference/wizard.md +242 -0
- package/docs/zh-CN/security/formal-verification.md +171 -0
- package/docs/zh-CN/start/bootstrapping.md +9 -0
- package/docs/zh-CN/start/docs-directory.md +70 -0
- package/docs/zh-CN/start/getting-started.md +143 -0
- package/docs/zh-CN/start/hubs.md +194 -0
- package/docs/zh-CN/start/lore.md +226 -0
- package/docs/zh-CN/start/onboarding-overview.md +58 -0
- package/docs/zh-CN/start/onboarding.md +105 -0
- package/docs/zh-CN/start/openclaw.md +248 -0
- package/docs/zh-CN/start/quickstart.md +88 -0
- package/docs/zh-CN/start/setup.md +153 -0
- package/docs/zh-CN/start/showcase.md +423 -0
- package/docs/zh-CN/start/wizard-cli-automation.md +222 -0
- package/docs/zh-CN/start/wizard-cli-reference.md +306 -0
- package/docs/zh-CN/start/wizard.md +132 -0
- package/docs/zh-CN/tools/agent-send.md +59 -0
- package/docs/zh-CN/tools/apply-patch.md +57 -0
- package/docs/zh-CN/tools/browser-linux-troubleshooting.md +144 -0
- package/docs/zh-CN/tools/browser-login.md +75 -0
- package/docs/zh-CN/tools/browser.md +553 -0
- package/docs/zh-CN/tools/chrome-extension.md +183 -0
- package/docs/zh-CN/tools/clawhub.md +209 -0
- package/docs/zh-CN/tools/creating-skills.md +61 -0
- package/docs/zh-CN/tools/elevated.md +64 -0
- package/docs/zh-CN/tools/exec-approvals.md +234 -0
- package/docs/zh-CN/tools/exec.md +169 -0
- package/docs/zh-CN/tools/firecrawl.md +68 -0
- package/docs/zh-CN/tools/index.md +515 -0
- package/docs/zh-CN/tools/llm-task.md +117 -0
- package/docs/zh-CN/tools/lobster.md +349 -0
- package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +401 -0
- package/docs/zh-CN/tools/plugin.md +1612 -0
- package/docs/zh-CN/tools/reactions.md +29 -0
- package/docs/zh-CN/tools/skills-config.md +78 -0
- package/docs/zh-CN/tools/skills.md +279 -0
- package/docs/zh-CN/tools/slash-commands.md +205 -0
- package/docs/zh-CN/tools/subagents.md +167 -0
- package/docs/zh-CN/tools/thinking.md +80 -0
- package/docs/zh-CN/tools/web.md +289 -0
- package/docs/zh-CN/tts.md +375 -0
- package/docs/zh-CN/vps.md +47 -0
- package/docs/zh-CN/web/control-ui.md +191 -0
- package/docs/zh-CN/web/dashboard.md +53 -0
- package/docs/zh-CN/web/index.md +118 -0
- package/docs/zh-CN/web/tui.md +166 -0
- package/docs/zh-CN/web/webchat.md +56 -0
- package/package.json +841 -0
- package/quantumclaw.mjs +135 -0
- package/skills/1password/SKILL.md +70 -0
- package/skills/1password/references/cli-examples.md +29 -0
- package/skills/1password/references/get-started.md +17 -0
- package/skills/apple-notes/SKILL.md +77 -0
- package/skills/apple-reminders/SKILL.md +118 -0
- package/skills/bear-notes/SKILL.md +107 -0
- package/skills/blogwatcher/SKILL.md +69 -0
- package/skills/blucli/SKILL.md +47 -0
- package/skills/bluebubbles/SKILL.md +131 -0
- package/skills/camsnap/SKILL.md +45 -0
- package/skills/canvas/SKILL.md +198 -0
- package/skills/clawhub/SKILL.md +77 -0
- package/skills/coding-agent/SKILL.md +295 -0
- package/skills/discord/SKILL.md +197 -0
- package/skills/eightctl/SKILL.md +50 -0
- package/skills/gemini/SKILL.md +43 -0
- package/skills/gh-issues/SKILL.md +865 -0
- package/skills/gifgrep/SKILL.md +79 -0
- package/skills/github/SKILL.md +163 -0
- package/skills/gog/SKILL.md +116 -0
- package/skills/goplaces/SKILL.md +52 -0
- package/skills/healthcheck/SKILL.md +245 -0
- package/skills/himalaya/SKILL.md +257 -0
- package/skills/himalaya/references/configuration.md +184 -0
- package/skills/himalaya/references/message-composition.md +199 -0
- package/skills/imsg/SKILL.md +122 -0
- package/skills/mcporter/SKILL.md +61 -0
- package/skills/model-usage/SKILL.md +69 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +320 -0
- package/skills/model-usage/scripts/test_model_usage.py +40 -0
- package/skills/nano-pdf/SKILL.md +38 -0
- package/skills/node-connect/SKILL.md +142 -0
- package/skills/notion/SKILL.md +174 -0
- package/skills/obsidian/SKILL.md +81 -0
- package/skills/openai-image-gen/SKILL.md +92 -0
- package/skills/openai-image-gen/scripts/gen.py +328 -0
- package/skills/openai-image-gen/scripts/test_gen.py +140 -0
- package/skills/openai-whisper/SKILL.md +38 -0
- package/skills/openai-whisper-api/SKILL.md +52 -0
- package/skills/openai-whisper-api/scripts/transcribe.sh +85 -0
- package/skills/openhue/SKILL.md +112 -0
- package/skills/oracle/SKILL.md +125 -0
- package/skills/ordercli/SKILL.md +78 -0
- package/skills/peekaboo/SKILL.md +190 -0
- package/skills/sag/SKILL.md +87 -0
- package/skills/session-logs/SKILL.md +115 -0
- package/skills/sherpa-onnx-tts/SKILL.md +103 -0
- package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
- package/skills/skill-creator/SKILL.md +372 -0
- package/skills/skill-creator/license.txt +202 -0
- package/skills/skill-creator/scripts/init_skill.py +378 -0
- package/skills/skill-creator/scripts/package_skill.py +139 -0
- package/skills/skill-creator/scripts/quick_validate.py +159 -0
- package/skills/skill-creator/scripts/test_package_skill.py +160 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
- package/skills/slack/SKILL.md +144 -0
- package/skills/songsee/SKILL.md +49 -0
- package/skills/sonoscli/SKILL.md +65 -0
- package/skills/spotify-player/SKILL.md +64 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +153 -0
- package/skills/tmux/scripts/find-sessions.sh +112 -0
- package/skills/tmux/scripts/wait-for-text.sh +83 -0
- package/skills/trello/SKILL.md +95 -0
- package/skills/video-frames/SKILL.md +46 -0
- package/skills/video-frames/scripts/frame.sh +81 -0
- package/skills/voice-call/SKILL.md +45 -0
- package/skills/wacli/SKILL.md +72 -0
- package/skills/weather/SKILL.md +112 -0
- package/skills/xurl/SKILL.md +461 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
---
|
|
2
|
+
read_when:
|
|
3
|
+
- 你想将 Synthetic 用作模型提供商
|
|
4
|
+
- 你需要 Synthetic API key 或 base URL 设置
|
|
5
|
+
summary: 在 QuantumClaw 中使用 Synthetic 的 Anthropic 兼容 API
|
|
6
|
+
title: Synthetic
|
|
7
|
+
x-i18n:
|
|
8
|
+
generated_at: "2026-03-16T06:27:11Z"
|
|
9
|
+
model: gpt-5.4
|
|
10
|
+
provider: openai
|
|
11
|
+
source_hash: 3a2adb0b831babe3e88b027772167748764d85ee72d402ff759571420a91757f
|
|
12
|
+
source_path: providers/synthetic.md
|
|
13
|
+
workflow: 15
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Synthetic
|
|
17
|
+
|
|
18
|
+
Synthetic 提供与 Anthropic 兼容的端点。QuantumClaw 将其注册为
|
|
19
|
+
`synthetic` 提供商,并使用 Anthropic Messages API。
|
|
20
|
+
|
|
21
|
+
## 快速设置
|
|
22
|
+
|
|
23
|
+
1. 设置 `SYNTHETIC_API_KEY`(或运行下面的向导)。
|
|
24
|
+
2. 运行新手引导:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
quantumclaw onboard --auth-choice synthetic-api-key
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
默认模型会设置为:
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
synthetic/hf:MiniMaxAI/MiniMax-M2.5
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## 配置示例
|
|
37
|
+
|
|
38
|
+
```json5
|
|
39
|
+
{
|
|
40
|
+
env: { SYNTHETIC_API_KEY: "sk-..." },
|
|
41
|
+
agents: {
|
|
42
|
+
defaults: {
|
|
43
|
+
model: { primary: "synthetic/hf:MiniMaxAI/MiniMax-M2.5" },
|
|
44
|
+
models: { "synthetic/hf:MiniMaxAI/MiniMax-M2.5": { alias: "MiniMax M2.5" } },
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
models: {
|
|
48
|
+
mode: "merge",
|
|
49
|
+
providers: {
|
|
50
|
+
synthetic: {
|
|
51
|
+
baseUrl: "https://api.synthetic.new/anthropic",
|
|
52
|
+
apiKey: "${SYNTHETIC_API_KEY}",
|
|
53
|
+
api: "anthropic-messages",
|
|
54
|
+
models: [
|
|
55
|
+
{
|
|
56
|
+
id: "hf:MiniMaxAI/MiniMax-M2.5",
|
|
57
|
+
name: "MiniMax M2.5",
|
|
58
|
+
reasoning: false,
|
|
59
|
+
input: ["text"],
|
|
60
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
61
|
+
contextWindow: 192000,
|
|
62
|
+
maxTokens: 65536,
|
|
63
|
+
},
|
|
64
|
+
],
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
}
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
注意:QuantumClaw 的 Anthropic 客户端会将 `/v1` 追加到 base URL 后面,因此请使用
|
|
72
|
+
`https://api.synthetic.new/anthropic`(而不是 `/anthropic/v1`)。如果 Synthetic 更改了
|
|
73
|
+
其 base URL,请覆盖 `models.providers.synthetic.baseUrl`。
|
|
74
|
+
|
|
75
|
+
## 模型目录
|
|
76
|
+
|
|
77
|
+
下面所有模型的成本都为 `0`(输入/输出/缓存)。
|
|
78
|
+
|
|
79
|
+
| 模型 ID | 上下文窗口 | 最大 tokens | 推理 | 输入 |
|
|
80
|
+
| ------------------------------------------------------ | ---------- | ----------- | ----- | ------------ |
|
|
81
|
+
| `hf:MiniMaxAI/MiniMax-M2.5` | 192000 | 65536 | false | text |
|
|
82
|
+
| `hf:moonshotai/Kimi-K2-Thinking` | 256000 | 8192 | true | text |
|
|
83
|
+
| `hf:zai-org/GLM-4.7` | 198000 | 128000 | false | text |
|
|
84
|
+
| `hf:deepseek-ai/DeepSeek-R1-0528` | 128000 | 8192 | false | text |
|
|
85
|
+
| `hf:deepseek-ai/DeepSeek-V3-0324` | 128000 | 8192 | false | text |
|
|
86
|
+
| `hf:deepseek-ai/DeepSeek-V3.1` | 128000 | 8192 | false | text |
|
|
87
|
+
| `hf:deepseek-ai/DeepSeek-V3.1-Terminus` | 128000 | 8192 | false | text |
|
|
88
|
+
| `hf:deepseek-ai/DeepSeek-V3.2` | 159000 | 8192 | false | text |
|
|
89
|
+
| `hf:meta-llama/Llama-3.3-70B-Instruct` | 128000 | 8192 | false | text |
|
|
90
|
+
| `hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8` | 524000 | 8192 | false | text |
|
|
91
|
+
| `hf:moonshotai/Kimi-K2-Instruct-0905` | 256000 | 8192 | false | text |
|
|
92
|
+
| `hf:openai/gpt-oss-120b` | 128000 | 8192 | false | text |
|
|
93
|
+
| `hf:Qwen/Qwen3-235B-A22B-Instruct-2507` | 256000 | 8192 | false | text |
|
|
94
|
+
| `hf:Qwen/Qwen3-Coder-480B-A35B-Instruct` | 256000 | 8192 | false | text |
|
|
95
|
+
| `hf:Qwen/Qwen3-VL-235B-A22B-Instruct` | 250000 | 8192 | false | text + image |
|
|
96
|
+
| `hf:zai-org/GLM-4.5` | 128000 | 128000 | false | text |
|
|
97
|
+
| `hf:zai-org/GLM-4.6` | 198000 | 128000 | false | text |
|
|
98
|
+
| `hf:deepseek-ai/DeepSeek-V3` | 128000 | 8192 | false | text |
|
|
99
|
+
| `hf:Qwen/Qwen3-235B-A22B-Thinking-2507` | 256000 | 8192 | true | text |
|
|
100
|
+
|
|
101
|
+
## 说明
|
|
102
|
+
|
|
103
|
+
- 模型引用使用 `synthetic/<modelId>`。
|
|
104
|
+
- 如果你启用了模型允许列表(`agents.defaults.models`),请添加你
|
|
105
|
+
计划使用的每个模型。
|
|
106
|
+
- 有关提供商规则,请参阅 [Model providers](/concepts/model-providers)。
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
read_when:
|
|
3
|
+
- 你想在 QuantumClaw 中使用 Together AI
|
|
4
|
+
- 你需要 API 密钥环境变量或 CLI 身份验证选项
|
|
5
|
+
summary: Together AI 设置(身份验证 + 模型选择)
|
|
6
|
+
x-i18n:
|
|
7
|
+
generated_at: "2026-03-16T06:27:08Z"
|
|
8
|
+
model: gpt-5.4
|
|
9
|
+
provider: openai
|
|
10
|
+
source_hash: 4f2ba5a12b03d0140feba4f54e0540bb57237cd131c8f1d826bc3629fde2d111
|
|
11
|
+
source_path: providers/together.md
|
|
12
|
+
workflow: 15
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Together AI
|
|
16
|
+
|
|
17
|
+
[Together AI](https://together.ai) 通过统一 API 提供对领先开源模型的访问,包括 Llama、DeepSeek、Kimi 等。
|
|
18
|
+
|
|
19
|
+
- 提供商:`together`
|
|
20
|
+
- 身份验证:`TOGETHER_API_KEY`
|
|
21
|
+
- API:兼容 OpenAI
|
|
22
|
+
|
|
23
|
+
## 快速开始
|
|
24
|
+
|
|
25
|
+
1. 设置 API 密钥(推荐:为 Gateway 网关存储它):
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
quantumclaw onboard --auth-choice together-api-key
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
2. 设置默认模型:
|
|
32
|
+
|
|
33
|
+
```json5
|
|
34
|
+
{
|
|
35
|
+
agents: {
|
|
36
|
+
defaults: {
|
|
37
|
+
model: { primary: "together/moonshotai/Kimi-K2.5" },
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
}
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## 非交互式示例
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
quantumclaw onboard --non-interactive \
|
|
47
|
+
--mode local \
|
|
48
|
+
--auth-choice together-api-key \
|
|
49
|
+
--together-api-key "$TOGETHER_API_KEY"
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
这会将 `together/moonshotai/Kimi-K2.5` 设置为默认模型。
|
|
53
|
+
|
|
54
|
+
## 环境说明
|
|
55
|
+
|
|
56
|
+
如果 Gateway 网关作为守护进程运行(launchd/systemd),请确保 `TOGETHER_API_KEY`
|
|
57
|
+
对该进程可用(例如在 `~/.quantumclaw/.env` 中,或通过
|
|
58
|
+
`env.shellEnv`)。
|
|
59
|
+
|
|
60
|
+
## 可用模型
|
|
61
|
+
|
|
62
|
+
Together AI 提供对许多热门开源模型的访问:
|
|
63
|
+
|
|
64
|
+
- **GLM 4.7 Fp8** - 具有 200K 上下文窗口的默认模型
|
|
65
|
+
- **Llama 3.3 70B Instruct Turbo** - 快速、高效的指令跟随模型
|
|
66
|
+
- **Llama 4 Scout** - 具备图像理解能力的视觉模型
|
|
67
|
+
- **Llama 4 Maverick** - 高级视觉和推理模型
|
|
68
|
+
- **DeepSeek V3.1** - 强大的编码和推理模型
|
|
69
|
+
- **DeepSeek R1** - 高级推理模型
|
|
70
|
+
- **Kimi K2 Instruct** - 具有 262K 上下文窗口的高性能模型
|
|
71
|
+
|
|
72
|
+
所有模型都支持标准聊天补全,并兼容 OpenAI API。
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
---
|
|
2
|
+
read_when:
|
|
3
|
+
- 你想在 QuantumClaw 中使用注重隐私的推理
|
|
4
|
+
- 你想获得 Venice AI 设置指引
|
|
5
|
+
summary: 在 QuantumClaw 中使用 Venice AI 注重隐私的模型
|
|
6
|
+
title: Venice AI
|
|
7
|
+
x-i18n:
|
|
8
|
+
generated_at: "2026-03-16T06:27:49Z"
|
|
9
|
+
model: gpt-5.4
|
|
10
|
+
provider: openai
|
|
11
|
+
source_hash: e72c7ad24b045e9695530bee80ab7213986742354b7553b72bb230b75edf76e8
|
|
12
|
+
source_path: providers/venice.md
|
|
13
|
+
workflow: 15
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Venice AI(Venice 亮点)
|
|
17
|
+
|
|
18
|
+
**Venice** 是我们重点推荐的 Venice 设置,适用于隐私优先的推理,并可选择通过匿名访问专有模型。
|
|
19
|
+
|
|
20
|
+
Venice AI 提供注重隐私的 AI 推理,支持未审查模型,并可通过其匿名代理访问主要专有模型。所有推理默认都是私密的——不会使用你的数据进行训练,也不会记录日志。
|
|
21
|
+
|
|
22
|
+
## 为什么在 QuantumClaw 中使用 Venice
|
|
23
|
+
|
|
24
|
+
- **私密推理**,适用于开源模型(不记录日志)。
|
|
25
|
+
- 当你需要时可使用**未审查模型**。
|
|
26
|
+
- 当质量更重要时,可**匿名访问**专有模型(Opus/GPT/Gemini)。
|
|
27
|
+
- 兼容 OpenAI 的 `/v1` 端点。
|
|
28
|
+
|
|
29
|
+
## 隐私模式
|
|
30
|
+
|
|
31
|
+
Venice 提供两个隐私级别 —— 理解这一点对于选择你的模型至关重要:
|
|
32
|
+
|
|
33
|
+
| 模式 | 说明 | 模型 |
|
|
34
|
+
| -------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
|
|
35
|
+
| **私密** | 完全私密。提示词/响应**绝不会被存储或记录**。临时性。 | Llama、Qwen、DeepSeek、Kimi、MiniMax、Venice Uncensored 等。 |
|
|
36
|
+
| **匿名** | 通过 Venice 代理并剥离元数据。底层提供商(OpenAI、Anthropic、Google、xAI)看到的是匿名请求。 | Claude、GPT、Gemini、Grok |
|
|
37
|
+
|
|
38
|
+
## 功能
|
|
39
|
+
|
|
40
|
+
- **注重隐私**:可在 “private”(完全私密)和 “anonymized”(代理)模式之间选择
|
|
41
|
+
- **未审查模型**:访问不受内容限制的模型
|
|
42
|
+
- **主流模型访问**:通过 Venice 的匿名代理使用 Claude、GPT、Gemini 和 Grok
|
|
43
|
+
- **兼容 OpenAI 的 API**:标准 `/v1` 端点,易于集成
|
|
44
|
+
- **流式传输**:✅ 所有模型都支持
|
|
45
|
+
- **函数调用**:✅ 选定模型支持(请检查模型能力)
|
|
46
|
+
- **视觉**:✅ 具备视觉能力的模型支持
|
|
47
|
+
- **无硬性速率限制**:极端使用情况下可能会应用公平使用节流
|
|
48
|
+
|
|
49
|
+
## 设置
|
|
50
|
+
|
|
51
|
+
### 1. 获取 API 密钥
|
|
52
|
+
|
|
53
|
+
1. 在 [venice.ai](https://venice.ai) 注册
|
|
54
|
+
2. 前往 **Settings → API Keys → Create new key**
|
|
55
|
+
3. 复制你的 API 密钥(格式:`vapi_xxxxxxxxxxxx`)
|
|
56
|
+
|
|
57
|
+
### 2. 配置 QuantumClaw
|
|
58
|
+
|
|
59
|
+
**选项 A:环境变量**
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
export VENICE_API_KEY="vapi_xxxxxxxxxxxx"
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
**选项 B:交互式设置(推荐)**
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
quantumclaw onboard --auth-choice venice-api-key
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
这将会:
|
|
72
|
+
|
|
73
|
+
1. 提示输入你的 API 密钥(或使用现有的 `VENICE_API_KEY`)
|
|
74
|
+
2. 显示所有可用的 Venice 模型
|
|
75
|
+
3. 让你选择默认模型
|
|
76
|
+
4. 自动配置该提供商
|
|
77
|
+
|
|
78
|
+
**选项 C:非交互式**
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
quantumclaw onboard --non-interactive \
|
|
82
|
+
--auth-choice venice-api-key \
|
|
83
|
+
--venice-api-key "vapi_xxxxxxxxxxxx"
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### 3. 验证设置
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
quantumclaw agent --model venice/kimi-k2-5 --message "Hello, are you working?"
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
## 模型选择
|
|
93
|
+
|
|
94
|
+
设置完成后,QuantumClaw 会显示所有可用的 Venice 模型。请根据你的需要进行选择:
|
|
95
|
+
|
|
96
|
+
- **默认模型**:`venice/kimi-k2-5`,适合强大的私密推理 + 视觉。
|
|
97
|
+
- **高能力选项**:`venice/claude-opus-4-6`,适合最强的匿名 Venice 路径。
|
|
98
|
+
- **隐私**:选择 “private” 模型以获得完全私密的推理。
|
|
99
|
+
- **能力**:选择 “anonymized” 模型,以通过 Venice 的代理访问 Claude、GPT、Gemini。
|
|
100
|
+
|
|
101
|
+
你可以随时更改默认模型:
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
quantumclaw models set venice/kimi-k2-5
|
|
105
|
+
quantumclaw models set venice/claude-opus-4-6
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
列出所有可用模型:
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
quantumclaw models list | grep venice
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
## 通过 `quantumclaw configure` 配置
|
|
115
|
+
|
|
116
|
+
1. 运行 `quantumclaw configure`
|
|
117
|
+
2. 选择 **Model/auth**
|
|
118
|
+
3. 选择 **Venice AI**
|
|
119
|
+
|
|
120
|
+
## 我应该使用哪个模型?
|
|
121
|
+
|
|
122
|
+
| 使用场景 | 推荐模型 | 原因 |
|
|
123
|
+
| -------------------- | -------------------------------- | -------------------------------- |
|
|
124
|
+
| **通用聊天(默认)** | `kimi-k2-5` | 强大的私密推理 + 视觉 |
|
|
125
|
+
| **整体最佳质量** | `claude-opus-4-6` | 最强的匿名 Venice 选项 |
|
|
126
|
+
| **隐私 + 编码** | `qwen3-coder-480b-a35b-instruct` | 具有大上下文的私密编码模型 |
|
|
127
|
+
| **私密视觉** | `kimi-k2-5` | 无需离开私密模式即可支持视觉 |
|
|
128
|
+
| **快速 + 便宜** | `qwen3-4b` | 轻量级推理模型 |
|
|
129
|
+
| **复杂私密任务** | `deepseek-v3.2` | 推理能力强,但不支持 Venice 工具 |
|
|
130
|
+
| **未审查** | `venice-uncensored` | 无内容限制 |
|
|
131
|
+
|
|
132
|
+
## 可用模型(共 41 个)
|
|
133
|
+
|
|
134
|
+
### 私密模型(26 个)—— 完全私密,不记录日志
|
|
135
|
+
|
|
136
|
+
| 模型 ID | 名称 | 上下文 | 功能 |
|
|
137
|
+
| -------------------------------------- | ------------------------------------ | ------ | ------------------ |
|
|
138
|
+
| `kimi-k2-5` | Kimi K2.5 | 256k | 默认、推理、视觉 |
|
|
139
|
+
| `kimi-k2-thinking` | Kimi K2 Thinking | 256k | 推理 |
|
|
140
|
+
| `llama-3.3-70b` | Llama 3.3 70B | 128k | 通用 |
|
|
141
|
+
| `llama-3.2-3b` | Llama 3.2 3B | 128k | 通用 |
|
|
142
|
+
| `hermes-3-llama-3.1-405b` | Hermes 3 Llama 3.1 405B | 128k | 通用,工具已禁用 |
|
|
143
|
+
| `qwen3-235b-a22b-thinking-2507` | Qwen3 235B Thinking | 128k | 推理 |
|
|
144
|
+
| `qwen3-235b-a22b-instruct-2507` | Qwen3 235B Instruct | 128k | 通用 |
|
|
145
|
+
| `qwen3-coder-480b-a35b-instruct` | Qwen3 Coder 480B | 256k | 编码 |
|
|
146
|
+
| `qwen3-coder-480b-a35b-instruct-turbo` | Qwen3 Coder 480B Turbo | 256k | 编码 |
|
|
147
|
+
| `qwen3-5-35b-a3b` | Qwen3.5 35B A3B | 256k | 推理、视觉 |
|
|
148
|
+
| `qwen3-next-80b` | Qwen3 Next 80B | 256k | 通用 |
|
|
149
|
+
| `qwen3-vl-235b-a22b` | Qwen3 VL 235B(视觉) | 256k | 视觉 |
|
|
150
|
+
| `qwen3-4b` | Venice Small(Qwen3 4B) | 32k | 快速、推理 |
|
|
151
|
+
| `deepseek-v3.2` | DeepSeek V3.2 | 160k | 推理,工具已禁用 |
|
|
152
|
+
| `venice-uncensored` | Venice Uncensored(Dolphin-Mistral) | 32k | 未审查,工具已禁用 |
|
|
153
|
+
| `mistral-31-24b` | Venice Medium(Mistral) | 128k | 视觉 |
|
|
154
|
+
| `google-gemma-3-27b-it` | Google Gemma 3 27B Instruct | 198k | 视觉 |
|
|
155
|
+
| `openai-gpt-oss-120b` | OpenAI GPT OSS 120B | 128k | 通用 |
|
|
156
|
+
| `nvidia-nemotron-3-nano-30b-a3b` | NVIDIA Nemotron 3 Nano 30B | 128k | 通用 |
|
|
157
|
+
| `olafangensan-glm-4.7-flash-heretic` | GLM 4.7 Flash Heretic | 128k | 推理 |
|
|
158
|
+
| `zai-org-glm-4.6` | GLM 4.6 | 198k | 通用 |
|
|
159
|
+
| `zai-org-glm-4.7` | GLM 4.7 | 198k | 推理 |
|
|
160
|
+
| `zai-org-glm-4.7-flash` | GLM 4.7 Flash | 128k | 推理 |
|
|
161
|
+
| `zai-org-glm-5` | GLM 5 | 198k | 推理 |
|
|
162
|
+
| `minimax-m21` | MiniMax M2.1 | 198k | 推理 |
|
|
163
|
+
| `minimax-m25` | MiniMax M2.5 | 198k | 推理 |
|
|
164
|
+
|
|
165
|
+
### 匿名模型(15 个)—— 通过 Venice 代理
|
|
166
|
+
|
|
167
|
+
| 模型 ID | 名称 | 上下文 | 功能 |
|
|
168
|
+
| ------------------------------- | -------------------------------- | ------ | ---------------- |
|
|
169
|
+
| `claude-opus-4-6` | Claude Opus 4.6(通过 Venice) | 1M | 推理、视觉 |
|
|
170
|
+
| `claude-opus-4-5` | Claude Opus 4.5(通过 Venice) | 198k | 推理、视觉 |
|
|
171
|
+
| `claude-sonnet-4-6` | Claude Sonnet 4.6(通过 Venice) | 1M | 推理、视觉 |
|
|
172
|
+
| `claude-sonnet-4-5` | Claude Sonnet 4.5(通过 Venice) | 198k | 推理、视觉 |
|
|
173
|
+
| `openai-gpt-54` | GPT-5.4(通过 Venice) | 1M | 推理、视觉 |
|
|
174
|
+
| `openai-gpt-53-codex` | GPT-5.3 Codex(通过 Venice) | 400k | 推理、视觉、编码 |
|
|
175
|
+
| `openai-gpt-52` | GPT-5.2(通过 Venice) | 256k | 推理 |
|
|
176
|
+
| `openai-gpt-52-codex` | GPT-5.2 Codex(通过 Venice) | 256k | 推理、视觉、编码 |
|
|
177
|
+
| `openai-gpt-4o-2024-11-20` | GPT-4o(通过 Venice) | 128k | 视觉 |
|
|
178
|
+
| `openai-gpt-4o-mini-2024-07-18` | GPT-4o Mini(通过 Venice) | 128k | 视觉 |
|
|
179
|
+
| `gemini-3-1-pro-preview` | Gemini 3.1 Pro(通过 Venice) | 1M | 推理、视觉 |
|
|
180
|
+
| `gemini-3-pro-preview` | Gemini 3 Pro(通过 Venice) | 198k | 推理、视觉 |
|
|
181
|
+
| `gemini-3-flash-preview` | Gemini 3 Flash(通过 Venice) | 256k | 推理、视觉 |
|
|
182
|
+
| `grok-41-fast` | Grok 4.1 Fast(通过 Venice) | 1M | 推理、视觉 |
|
|
183
|
+
| `grok-code-fast-1` | Grok Code Fast 1(通过 Venice) | 256k | 推理、编码 |
|
|
184
|
+
|
|
185
|
+
## 模型发现
|
|
186
|
+
|
|
187
|
+
当设置了 `VENICE_API_KEY` 时,QuantumClaw 会自动从 Venice API 发现模型。如果 API 不可访问,则会回退到静态目录。
|
|
188
|
+
|
|
189
|
+
`/models` 端点是公开的(列出模型无需身份验证),但推理需要有效的 API 密钥。
|
|
190
|
+
|
|
191
|
+
## 流式传输与工具支持
|
|
192
|
+
|
|
193
|
+
| 功能 | 支持情况 |
|
|
194
|
+
| ------------- | ---------------------------------------------------------- |
|
|
195
|
+
| **流式传输** | ✅ 所有模型 |
|
|
196
|
+
| **函数调用** | ✅ 大多数模型(请检查 API 中的 `supportsFunctionCalling`) |
|
|
197
|
+
| **视觉/图像** | ✅ 标有 “Vision” 功能的模型 |
|
|
198
|
+
| **JSON 模式** | ✅ 通过 `response_format` 支持 |
|
|
199
|
+
|
|
200
|
+
## 定价
|
|
201
|
+
|
|
202
|
+
Venice 使用基于积分的系统。当前费率请查看 [venice.ai/pricing](https://venice.ai/pricing):
|
|
203
|
+
|
|
204
|
+
- **私密模型**:通常成本更低
|
|
205
|
+
- **匿名模型**:与直接 API 定价相近,外加少量 Venice 费用
|
|
206
|
+
|
|
207
|
+
## 对比:Venice 与直接 API
|
|
208
|
+
|
|
209
|
+
| 方面 | Venice(匿名) | 直接 API |
|
|
210
|
+
| -------- | -------------------- | -------------- |
|
|
211
|
+
| **隐私** | 元数据被剥离,匿名化 | 关联到你的账户 |
|
|
212
|
+
| **延迟** | +10-50ms(代理) | 直接 |
|
|
213
|
+
| **功能** | 支持大多数功能 | 完整功能 |
|
|
214
|
+
| **计费** | Venice 积分 | 提供商计费 |
|
|
215
|
+
|
|
216
|
+
## 使用示例
|
|
217
|
+
|
|
218
|
+
```bash
|
|
219
|
+
# 使用默认私密模型
|
|
220
|
+
quantumclaw agent --model venice/kimi-k2-5 --message "Quick health check"
|
|
221
|
+
|
|
222
|
+
# 通过 Venice 使用 Claude Opus(匿名)
|
|
223
|
+
quantumclaw agent --model venice/claude-opus-4-6 --message "Summarize this task"
|
|
224
|
+
|
|
225
|
+
# 使用未审查模型
|
|
226
|
+
quantumclaw agent --model venice/venice-uncensored --message "Draft options"
|
|
227
|
+
|
|
228
|
+
# 使用带图像的视觉模型
|
|
229
|
+
quantumclaw agent --model venice/qwen3-vl-235b-a22b --message "Review attached image"
|
|
230
|
+
|
|
231
|
+
# 使用编码模型
|
|
232
|
+
quantumclaw agent --model venice/qwen3-coder-480b-a35b-instruct --message "Refactor this function"
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
## 故障排除
|
|
236
|
+
|
|
237
|
+
### API 密钥无法识别
|
|
238
|
+
|
|
239
|
+
```bash
|
|
240
|
+
echo $VENICE_API_KEY
|
|
241
|
+
quantumclaw models list | grep venice
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
请确保该密钥以 `vapi_` 开头。
|
|
245
|
+
|
|
246
|
+
### 模型不可用
|
|
247
|
+
|
|
248
|
+
Venice 模型目录会动态更新。运行 `quantumclaw models list` 以查看当前可用的模型。某些模型可能暂时离线。
|
|
249
|
+
|
|
250
|
+
### 连接问题
|
|
251
|
+
|
|
252
|
+
Venice API 地址为 `https://api.venice.ai/api/v1`。请确保你的网络允许 HTTPS 连接。
|
|
253
|
+
|
|
254
|
+
## 配置文件示例
|
|
255
|
+
|
|
256
|
+
```json5
|
|
257
|
+
{
|
|
258
|
+
env: { VENICE_API_KEY: "vapi_..." },
|
|
259
|
+
agents: { defaults: { model: { primary: "venice/kimi-k2-5" } } },
|
|
260
|
+
models: {
|
|
261
|
+
mode: "merge",
|
|
262
|
+
providers: {
|
|
263
|
+
venice: {
|
|
264
|
+
baseUrl: "https://api.venice.ai/api/v1",
|
|
265
|
+
apiKey: "${VENICE_API_KEY}",
|
|
266
|
+
api: "openai-completions",
|
|
267
|
+
models: [
|
|
268
|
+
{
|
|
269
|
+
id: "kimi-k2-5",
|
|
270
|
+
name: "Kimi K2.5",
|
|
271
|
+
reasoning: true,
|
|
272
|
+
input: ["text", "image"],
|
|
273
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
274
|
+
contextWindow: 256000,
|
|
275
|
+
maxTokens: 65536,
|
|
276
|
+
},
|
|
277
|
+
],
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
}
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
## 链接
|
|
285
|
+
|
|
286
|
+
- [Venice AI](https://venice.ai)
|
|
287
|
+
- [API Documentation](https://docs.venice.ai)
|
|
288
|
+
- [Pricing](https://venice.ai/pricing)
|
|
289
|
+
- [Status](https://status.venice.ai)
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
read_when:
|
|
3
|
+
- 你想将 Vercel AI Gateway 与 QuantumClaw 一起使用
|
|
4
|
+
- 你需要 API key 环境变量或 CLI 认证选项
|
|
5
|
+
summary: Vercel AI Gateway 设置(认证 + 模型选择)
|
|
6
|
+
title: Vercel AI Gateway
|
|
7
|
+
x-i18n:
|
|
8
|
+
generated_at: "2026-03-16T06:27:18Z"
|
|
9
|
+
model: gpt-5.4
|
|
10
|
+
provider: openai
|
|
11
|
+
source_hash: f30768dc3db49708b25042d317906f7ad9a2c72b0fa03263bc04f5eefbf7a507
|
|
12
|
+
source_path: providers/vercel-ai-gateway.md
|
|
13
|
+
workflow: 15
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Vercel AI Gateway
|
|
17
|
+
|
|
18
|
+
[Vercel AI Gateway](https://vercel.com/ai-gateway) 提供统一 API,可通过单个端点访问数百个模型。
|
|
19
|
+
|
|
20
|
+
- 提供商:`vercel-ai-gateway`
|
|
21
|
+
- 认证:`AI_GATEWAY_API_KEY`
|
|
22
|
+
- API:兼容 Anthropic Messages
|
|
23
|
+
- QuantumClaw 会自动发现 Gateway 的 `/v1/models` 目录,因此 `/models vercel-ai-gateway`
|
|
24
|
+
会包含当前模型引用,例如 `vercel-ai-gateway/openai/gpt-5.4`。
|
|
25
|
+
|
|
26
|
+
## 快速开始
|
|
27
|
+
|
|
28
|
+
1. 设置 API key(推荐:为 Gateway 网关持久保存它):
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
quantumclaw onboard --auth-choice ai-gateway-api-key
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
2. 设置默认模型:
|
|
35
|
+
|
|
36
|
+
```json5
|
|
37
|
+
{
|
|
38
|
+
agents: {
|
|
39
|
+
defaults: {
|
|
40
|
+
model: { primary: "vercel-ai-gateway/anthropic/claude-opus-4.6" },
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
}
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## 非交互式示例
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
quantumclaw onboard --non-interactive \
|
|
50
|
+
--mode local \
|
|
51
|
+
--auth-choice ai-gateway-api-key \
|
|
52
|
+
--ai-gateway-api-key "$AI_GATEWAY_API_KEY"
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## 环境说明
|
|
56
|
+
|
|
57
|
+
如果 Gateway 作为守护进程运行(launchd/systemd),请确保 `AI_GATEWAY_API_KEY`
|
|
58
|
+
对此进程可用(例如放在 `~/.quantumclaw/.env` 中,或通过
|
|
59
|
+
`env.shellEnv` 提供)。
|
|
60
|
+
|
|
61
|
+
## 模型 ID 简写
|
|
62
|
+
|
|
63
|
+
QuantumClaw 接受 Vercel Claude 简写模型引用,并会在运行时将其规范化:
|
|
64
|
+
|
|
65
|
+
- `vercel-ai-gateway/claude-opus-4.6` -> `vercel-ai-gateway/anthropic/claude-opus-4.6`
|
|
66
|
+
- `vercel-ai-gateway/opus-4.6` -> `vercel-ai-gateway/anthropic/claude-opus-4-6`
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
read_when:
|
|
3
|
+
- 你想在 QuantumClaw 中使用 Xiaomi MiMo 模型
|
|
4
|
+
- 你需要设置 `XIAOMI_API_KEY`
|
|
5
|
+
summary: 在 QuantumClaw 中使用 Xiaomi MiMo 模型
|
|
6
|
+
title: Xiaomi MiMo
|
|
7
|
+
x-i18n:
|
|
8
|
+
generated_at: "2026-03-20T01:18:00Z"
|
|
9
|
+
model: gpt-5.4
|
|
10
|
+
provider: openai
|
|
11
|
+
source_hash: e0abfbe49f438807ce1c5cf5d7910e930c0d670f447f6eb53ca4e9af61cc0843
|
|
12
|
+
source_path: providers/xiaomi.md
|
|
13
|
+
workflow: 15
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Xiaomi MiMo
|
|
17
|
+
|
|
18
|
+
Xiaomi MiMo 是 **MiMo** 模型的 API 平台。QuantumClaw 使用 Xiaomi 提供的
|
|
19
|
+
OpenAI 兼容端点,并通过 API key 认证。请在
|
|
20
|
+
[Xiaomi MiMo console](https://platform.xiaomimimo.com/#/console/api-keys) 中创建你的 API key,然后用它配置内置的
|
|
21
|
+
`xiaomi` 提供商。
|
|
22
|
+
|
|
23
|
+
## 模型概览
|
|
24
|
+
|
|
25
|
+
- **mimo-v2-flash**:默认文本模型,262144-token 上下文窗口
|
|
26
|
+
- **mimo-v2-pro**:支持推理的文本模型,1048576-token 上下文窗口
|
|
27
|
+
- **mimo-v2-omni**:支持推理的多模态模型,支持文本和图像输入,262144-token 上下文窗口
|
|
28
|
+
- Base URL:`https://api.xiaomimimo.com/v1`
|
|
29
|
+
- API:`openai-completions`
|
|
30
|
+
- 认证方式:`Bearer $XIAOMI_API_KEY`
|
|
31
|
+
|
|
32
|
+
## CLI 设置
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
quantumclaw onboard --auth-choice xiaomi-api-key
|
|
36
|
+
# 或非交互式
|
|
37
|
+
quantumclaw onboard --auth-choice xiaomi-api-key --xiaomi-api-key "$XIAOMI_API_KEY"
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## 配置片段
|
|
41
|
+
|
|
42
|
+
```json5
|
|
43
|
+
{
|
|
44
|
+
env: { XIAOMI_API_KEY: "your-key" },
|
|
45
|
+
agents: { defaults: { model: { primary: "xiaomi/mimo-v2-flash" } } },
|
|
46
|
+
models: {
|
|
47
|
+
mode: "merge",
|
|
48
|
+
providers: {
|
|
49
|
+
xiaomi: {
|
|
50
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
51
|
+
api: "openai-completions",
|
|
52
|
+
apiKey: "XIAOMI_API_KEY",
|
|
53
|
+
models: [
|
|
54
|
+
{
|
|
55
|
+
id: "mimo-v2-flash",
|
|
56
|
+
name: "Xiaomi MiMo V2 Flash",
|
|
57
|
+
reasoning: false,
|
|
58
|
+
input: ["text"],
|
|
59
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
60
|
+
contextWindow: 262144,
|
|
61
|
+
maxTokens: 8192,
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
id: "mimo-v2-pro",
|
|
65
|
+
name: "Xiaomi MiMo V2 Pro",
|
|
66
|
+
reasoning: true,
|
|
67
|
+
input: ["text"],
|
|
68
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
69
|
+
contextWindow: 1048576,
|
|
70
|
+
maxTokens: 32000,
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
id: "mimo-v2-omni",
|
|
74
|
+
name: "Xiaomi MiMo V2 Omni",
|
|
75
|
+
reasoning: true,
|
|
76
|
+
input: ["text", "image"],
|
|
77
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
78
|
+
contextWindow: 262144,
|
|
79
|
+
maxTokens: 32000,
|
|
80
|
+
},
|
|
81
|
+
],
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
}
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## 说明
|
|
89
|
+
|
|
90
|
+
- 默认模型引用:`xiaomi/mimo-v2-flash`。
|
|
91
|
+
- 额外内置模型:`xiaomi/mimo-v2-pro`、`xiaomi/mimo-v2-omni`。
|
|
92
|
+
- 当设置了 `XIAOMI_API_KEY`(或存在凭证配置文件)时,提供商会自动注入。
|
|
93
|
+
- 有关提供商规则,请参阅 [/concepts/model-providers](/concepts/model-providers)。
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
read_when:
|
|
3
|
+
- 你想在 QuantumClaw 中使用 Z.AI / GLM 模型
|
|
4
|
+
- 你需要简单的 `ZAI_API_KEY` 设置
|
|
5
|
+
summary: 在 QuantumClaw 中使用 Z.AI(GLM 模型)
|
|
6
|
+
title: Z.AI
|
|
7
|
+
x-i18n:
|
|
8
|
+
generated_at: "2026-03-16T06:27:34Z"
|
|
9
|
+
model: gpt-5.4
|
|
10
|
+
provider: openai
|
|
11
|
+
source_hash: 79ea8f3d6c286b5fef090e54257eb7c60c82b29630cee3f54e96161e55349bf5
|
|
12
|
+
source_path: providers/zai.md
|
|
13
|
+
workflow: 15
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Z.AI
|
|
17
|
+
|
|
18
|
+
Z.AI 是 **GLM** 模型的 API 平台。它为 GLM 提供 REST API,并使用 API key
|
|
19
|
+
进行认证。请在 Z.AI 控制台中创建你的 API key。QuantumClaw 使用 `zai` 提供商
|
|
20
|
+
配合 Z.AI API key。
|
|
21
|
+
|
|
22
|
+
## CLI 设置
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
# Coding Plan Global,推荐给 Coding Plan 用户
|
|
26
|
+
quantumclaw onboard --auth-choice zai-coding-global
|
|
27
|
+
|
|
28
|
+
# Coding Plan CN(中国区域),推荐给 Coding Plan 用户
|
|
29
|
+
quantumclaw onboard --auth-choice zai-coding-cn
|
|
30
|
+
|
|
31
|
+
# 通用 API
|
|
32
|
+
quantumclaw onboard --auth-choice zai-global
|
|
33
|
+
|
|
34
|
+
# 通用 API CN(中国区域)
|
|
35
|
+
quantumclaw onboard --auth-choice zai-cn
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## 配置片段
|
|
39
|
+
|
|
40
|
+
```json5
|
|
41
|
+
{
|
|
42
|
+
env: { ZAI_API_KEY: "sk-..." },
|
|
43
|
+
agents: { defaults: { model: { primary: "zai/glm-5" } } },
|
|
44
|
+
}
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## 说明
|
|
48
|
+
|
|
49
|
+
- GLM 模型可用作 `zai/<model>`(例如:`zai/glm-5`)。
|
|
50
|
+
- `tool_stream` 默认启用,用于 Z.AI 工具调用流式传输。若要禁用,请设置
|
|
51
|
+
`agents.defaults.models["zai/<model>"].params.tool_stream` 为 `false`。
|
|
52
|
+
- 关于模型家族概览,请参阅 [/providers/glm](/providers/glm)。
|
|
53
|
+
- Z.AI 使用带有你的 API key 的 Bearer 认证。
|