Skip to content

docs: document Atlas Cloud via the custom OpenAI-compatible adapter#132

Merged
chauncygu merged 1 commit into
SafeRL-Lab:mainfrom
lucaszhu-hue:docs/atlascloud-custom-endpoint
Jun 4, 2026
Merged

docs: document Atlas Cloud via the custom OpenAI-compatible adapter#132
chauncygu merged 1 commit into
SafeRL-Lab:mainfrom
lucaszhu-hue:docs/atlascloud-custom-endpoint

Conversation

@lucaszhu-hue
Copy link
Copy Markdown
Contributor

Summary

CheetahClaws already supports "any OpenAI-compatible endpoint" through the zero-dependency custom/ adapter (CUSTOM_BASE_URL + CUSTOM_API_KEY). Atlas Cloud is a hosted OpenAI-compatible platform (DeepSeek, Qwen, GLM, Kimi, MiniMax, …), so it drops straight in — no code change.

  • README.md: an "Atlas Cloud (hosted, OpenAI-compatible)" subsection after the vLLM/self-hosted section, with the custom/ invocation and a collapsed list of all available Atlas chat models.
  • .env.example: a commented Atlas Cloud example using CUSTOM_BASE_URL / CUSTOM_API_KEY.

Validation

Docs / .env.example only — no Python paths changed.

The custom/ adapter calls the endpoint via the OpenAI SDK, so I validated that exact path against Atlas: OpenAI(base_url="https://api.atlascloud.ai/v1").chat.completions.create(model="deepseek-ai/deepseek-v4-pro", ...) returns a valid completion (HTTP 200, finish_reason=stop). deepseek-ai/deepseek-v4-pro is a reasoning model, so the example leaves max_tokens at the default-generous setting.

Notes

Providers here are documented as text (no per-provider logos), so I kept the Atlas entry text + link to match the existing style. Examples use placeholder keys only. Happy to adjust wording or placement.

🤖 Generated with Claude Code

Atlas Cloud exposes an OpenAI-compatible API, so it works with the existing
zero-dependency `custom/` adapter (CUSTOM_BASE_URL + CUSTOM_API_KEY) with no
code changes. Add an Atlas Cloud subsection to the README and a commented
example to .env.example.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@chauncygu chauncygu merged commit 6b2274f into SafeRL-Lab:main Jun 4, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants