Skip to content

feat: add Atlas Cloud as multi-engine LLM provider#324

Open
lucaszhu-hue wants to merge 2 commits into
qingchencloud:mainfrom
lucaszhu-hue:feat/add-atlas-cloud
Open

feat: add Atlas Cloud as multi-engine LLM provider#324
lucaszhu-hue wants to merge 2 commits into
qingchencloud:mainfrom
lucaszhu-hue:feat/add-atlas-cloud

Conversation

@lucaszhu-hue

Copy link
Copy Markdown

Atlas Cloud 添加为 clawpanel 的 LLM 引擎选项。

Atlas Cloud 提供 DeepSeek-V4、Qwen3、Kimi K2、GPT-5、Claude 等 59 个前沿模型,通过统一 OpenAI 兼容 API 一键接入,无缝集成到 clawpanel 多引擎管理体系中。

改动内容

  • Hermes Provider Registry:在 中新增 atlas-cloud provider 条目,配置 https://api.atlascloud.ai/v1 为 base URL,包含 40 个 LLM 模型(DeepSeek-V4、Kimi K2、Qwen3、GPT-5、Claude、Grok-4、Gemini 等)
  • README:在顶部插入 Atlas Cloud 区块,含 59 个模型清单(LLM + Video + Image)
  • Logo:添加 public/atlas-cloud-logo.png

为什么合适

Atlas Cloud 使用标准 OpenAI 兼容 API,可直接接入 clawpanel 现有多引擎框架,用户只需填写 API Key 即可一键切换,访问全球 59 个前沿模型。

查看全部模型 · Coding Plan

- Add Atlas Cloud (atlas-cloud) provider entry to Hermes provider registry
  with 40 LLM models via OpenAI-compatible API (https://api.atlascloud.ai/v1)
- Update ALL_PROVIDERS list and registry test count (33 → 34)
- Insert Atlas Cloud sponsor block at top of README.md with 59-model table
- Add atlas-cloud-logo.png to public/

Atlas Cloud provides 59 frontier models (DeepSeek-V4, Qwen3, Kimi K2,
GPT-5, Claude, Grok-4, Gemini, etc.) through a unified OpenAI-compatible
API, making it a natural fit as a clawpanel multi-engine provider.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@1186258278 1186258278 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.

Thanks for the contribution.

We cannot accept this PR in its current form.

ClawPanel does not currently have a sponsorship, partnership, or commercial placement agreement with Atlas Cloud, so we cannot add a top-of-README promotional block, logo, tracking links, or marketing copy.

For provider integrations, please keep the PR strictly technical and neutral. If you would like Atlas Cloud to be considered as a supported provider, please open a smaller scoped PR that:

  • only adds the provider registry/configuration changes
  • removes the README hero/marketing section and logo
  • avoids promotional language and tracking links
  • only lists capabilities that ClawPanel actually supports
  • avoids model-name collisions that affect provider inference
  • includes or updates the relevant tests

We can review a neutral technical integration separately.

For sponsorships or promotional placements, please contact us first and wait for an explicit agreement before opening implementation PRs.

- Remove README hero/marketing block, 59-model table, logo, and UTM tracking links
- Keep atlas-cloud as a neutral OpenAI-compatible aggregator provider (runtime /models probe, like OpenRouter) — no static catalog, so no model-name collisions in find_provider_by_model
- Add test asserting atlas-cloud is a neutral aggregator
@lucaszhu-hue

Copy link
Copy Markdown
Author

Thanks for the feedback! Removed all promotional content (top README block, logo, tracking links, marketing copy) and kept the integration strictly technical and neutral. Please take another look.

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