feat(provider): add Atlas Cloud as an OpenAI-compatible provider#277
Open
lucaszhu-hue wants to merge 1 commit into
Open
feat(provider): add Atlas Cloud as an OpenAI-compatible provider#277lucaszhu-hue wants to merge 1 commit into
lucaszhu-hue wants to merge 1 commit into
Conversation
Atlas Cloud is a full-modal, OpenAI-compatible inference gateway (DeepSeek, Qwen, GLM, Kimi, MiniMax, …). Mirrors the existing moonshot / xai / openrouter provider pattern. - src/providers.ts: atlascloud entry (prefix 'atlascloud:', ATLASCLOUD_API_KEY, fast model deepseek-ai/deepseek-v4-flash) - src/model/llm.ts: atlascloud factory (ChatOpenAI + baseURL) - README.md: ATLASCLOUD_API_KEY in the .env example block + logo/blurb Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
f552263 to
4d197a9
Compare
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 provider following the existing pattern (matches how moonshot, xAI, OpenRouter are registered).
Atlas Cloud is a full-modal, OpenAI-compatible inference gateway (DeepSeek V4, Qwen3, GLM, Kimi, MiniMax, …).
src/providers.tsatlascloudentry withmodelPrefix: 'atlascloud:',apiKeyEnvVar: 'ATLASCLOUD_API_KEY', fast modelsrc/model/llm.tsatlascloudfactory:ChatOpenAI+configuration.baseURL: 'https://api.atlascloud.ai/v1'README.mdATLASCLOUD_API_KEYin the .env block + logo/blurbValidation
Verified:
POST https://api.atlascloud.ai/v1/chat/completionswithdeepseek-ai/deepseek-v4-pro→ HTTP 200. Theatlascloud:prefix strips cleanly via.replace(/^atlascloud:/, '')before passing to the API.🤖 Generated with Claude Code
🤝 Partnership & contact
This PR comes from the Atlas Cloud team. Beyond the integration above, we'd love to explore a closer collaboration with dexter — for example co-marketing or a featured integration.
If that sounds interesting, reach out anytime:
And of course, happy to revise this PR to match your project's conventions — just leave a comment. 🙌