-
Notifications
You must be signed in to change notification settings - Fork 12.9k
docs: add Atlas Cloud as OpenAI-compatible LLM backend option#2717
Open
lucaszhu-hue wants to merge 1 commit into
Open
docs: add Atlas Cloud as OpenAI-compatible LLM backend option #2717lucaszhu-hue wants to merge 1 commit into
lucaszhu-hue wants to merge 1 commit into
Conversation
- README.md: Atlas Cloud section at top with logo, blurb, 59-model list, and coding plan link; add Atlas Cloud to provider mention in Philosophy - README_zh.md: matching Chinese section with Atlas Cloud logo and blurb - .claude/skills/add-opencode/SKILL.md: new Atlas Cloud config example showing OPENCODE_PROVIDER=openai + ANTHROPIC_BASE_URL pointing to https://api.atlascloud.ai/v1, plus OneCLI secret registration steps - assets/atlas-cloud-logo.png: logo asset for README sections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Atlas Cloud as a documented LLM backend option for NanoClaw agents.
What changed:
README.md— Atlas Cloud section added at the top (logo + blurb + 59-model details block + coding plan link). Users immediately see that Atlas Cloud works as a drop-in backend via/add-opencode.README_zh.md— matching Chinese section with Atlas Cloud logo and blurb for Chinese-speaking users..claude/skills/add-opencode/SKILL.md— new Atlas Cloud config example alongside the existing DeepSeek / OpenRouter / Anthropic examples. Shows theOPENCODE_PROVIDER=openai+ANTHROPIC_BASE_URL=https://api.atlascloud.ai/v1pattern and the OneCLI secret registration command.assets/atlas-cloud-logo.png— logo asset used in the README sections.No code changes. Atlas Cloud is fully OpenAI-compatible — it works today through the existing
/add-opencodeskill withANTHROPIC_BASE_URL=https://api.atlascloud.ai/v1. This PR just makes the option discoverable in the docs.Atlas Cloud gives NanoClaw users a single endpoint for 59 frontier LLMs (DeepSeek-V4, Kimi K2, Qwen3, GPT-5, Gemini 2.5 Pro, Claude...) without managing multiple API keys.
🤖 Generated with Claude Code