mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
docs(google): document supported auth paths
This commit is contained in:
@@ -93,8 +93,10 @@ offering a verified manual API-key step when nothing is found. Sensitive
|
||||
credentials use masked input. Once inference passes, OpenClaw starts and
|
||||
helps configure the rest.
|
||||
|
||||
Gemini CLI remains available for normal agents after setup, but it is not
|
||||
offered for this inference gate because it cannot enforce the tool-free probe.
|
||||
Gemini CLI remains available as an explicitly configured runtime after setup,
|
||||
but Gemini CLI and Antigravity are not offered as detected inference routes.
|
||||
Use Google AI Studio API-key or Vertex AI for guided setup. The optional Gemini
|
||||
CLI runtime specifically requires an AI Studio API-key profile.
|
||||
|
||||
Full reference: [Onboarding (macOS App)](/start/onboarding)
|
||||
|
||||
|
||||
@@ -91,15 +91,16 @@ To use a Claude subscription when the Gateway host has no Claude CLI login, run
|
||||
printed token as **Anthropic setup-token** under **Connect with an API key or
|
||||
token**.
|
||||
|
||||
Installed Gemini CLI, Antigravity, Pi, and OpenCode CLIs are shown for context
|
||||
when they cannot be selected as the reusable guided-setup inference route.
|
||||
Gemini and Antigravity cannot enforce the tool-free inference probe. Pi and
|
||||
OpenCode are whole-agent harnesses rather than setup inference routes; their
|
||||
session integrations require separate runtime and plugin setup.
|
||||
Pi and OpenCode installs may be shown for context when they cannot be selected
|
||||
as the reusable guided-setup inference route. They are whole-agent harnesses,
|
||||
not setup inference routes; their session integrations require separate runtime
|
||||
and plugin setup. Gemini CLI and Antigravity are not offered as detected setup
|
||||
routes.
|
||||
|
||||
You can also sign in through the provider's own OAuth or device-pairing flow.
|
||||
The built-in choices include OpenAI/ChatGPT, OpenRouter, GitHub Copilot, Google
|
||||
Gemini CLI, xAI, MiniMax Global and CN, and Chutes. The list comes from the
|
||||
The built-in choices include OpenAI/ChatGPT, OpenRouter, GitHub Copilot, xAI,
|
||||
MiniMax Global and CN, and Chutes. Google is available through the supported AI
|
||||
Studio API-key route. The list comes from the
|
||||
Gateway's active text-inference provider plugins rather than a fixed app list,
|
||||
so another provider can opt in without adding provider-specific macOS code.
|
||||
|
||||
|
||||
@@ -92,10 +92,9 @@ Plain `openclaw onboard` follows this path:
|
||||
2. Detect configured models, API-key environment variables, supported local AI
|
||||
CLIs, and already installed tool-capable models from reachable Ollama or LM
|
||||
Studio servers on the Gateway host. This read-only pass never downloads a
|
||||
model. Gemini CLI, Antigravity, Pi, and OpenCode installs are also reported
|
||||
when they cannot serve as the reusable inference route for guided setup.
|
||||
Gemini and Antigravity cannot enforce the tool-free probe; Pi and OpenCode
|
||||
are whole-agent harnesses rather than setup inference routes.
|
||||
model. Pi and OpenCode installs may also be reported for context when they
|
||||
cannot serve as the reusable inference route. Gemini CLI and Antigravity are
|
||||
not offered as detected setup routes.
|
||||
3. Test the first detected candidate with a real completion. On failure, show the
|
||||
reason and continue to the next usable candidate.
|
||||
4. If detection is exhausted, choose OpenAI, Anthropic, xAI (Grok), Google, or
|
||||
|
||||
Reference in New Issue
Block a user