Skip to content

feat: add Atlas Cloud as an OpenAI-compatible LLM provider#12759

Open
lucaszhu-hue wants to merge 1 commit into
continuedev:mainfrom
lucaszhu-hue:feat/add-atlascloud-provider
Open

feat: add Atlas Cloud as an OpenAI-compatible LLM provider#12759
lucaszhu-hue wants to merge 1 commit into
continuedev:mainfrom
lucaszhu-hue:feat/add-atlascloud-provider

Conversation

@lucaszhu-hue

@lucaszhu-hue lucaszhu-hue commented Jun 18, 2026

Copy link
Copy Markdown

Description

This PR adds Atlas Cloud as a new LLM provider. Atlas Cloud is an OpenAI-compatible API gateway that provides access to 300+ open-source and frontier models (DeepSeek, Llama, Qwen, and more).

Implementation mirrors the existing OpenAI-compatible providers (e.g. Tensorix, Deepseek): AtlasCloud extends the OpenAI base class and only overrides apiBase (https://api.atlascloud.ai/v1/) and the default model (deepseek-ai/deepseek-v4-pro). The API key is supplied via the standard apiKey config field.

Changes

  • core/llm/llms/AtlasCloud.ts — new provider class extending OpenAI
  • core/llm/llms/index.ts — register the provider
  • core/llm/autodetect.ts — add to templating/parallel provider lists
  • packages/openai-adapters/src/index.ts + types.ts — OpenAI-compatible adapter mapping
  • gui/src/pages/AddNewModel/configs/providers.ts — Add Model UI entry
  • extensions/vscode/config_schema.json — config schema enum + description
  • docs/docs.json + docs/customize/model-providers/more/atlascloud.mdx — provider docs

Notes

  • Atlas Cloud is fully OpenAI-compatible; the API key is read from the standard apiKey field.
  • For questions or partnership, contact marketing@atlascloud.ai.

Summary by cubic

Adds Atlas Cloud as an OpenAI‑compatible LLM provider. You can now choose atlascloud to use 300+ models via https://api.atlascloud.ai/v1/ (default: DeepSeek V4 Pro).

  • New Features
    • New AtlasCloud class extends OpenAI and defines api base and default model.
    • Provider registered in core, including templating, image support, and parallel lists.
    • packages/openai-adapters maps atlascloud to the OpenAI-compatible adapter.
    • VS Code schema and Add Model UI updated; uses apiKey.
    • Docs added with setup examples and nav entry.

Written for commit 50918a3. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@lucaszhu-hue lucaszhu-hue requested a review from a team as a code owner June 18, 2026 04:33
@lucaszhu-hue lucaszhu-hue requested review from sestinj and removed request for a team June 18, 2026 04:33
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jun 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 9 files

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant