feat: add Atlas Cloud as multi-engine LLM provider#324
Conversation
- 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
left a comment
There was a problem hiding this comment.
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
|
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. |
将 Atlas Cloud 添加为 clawpanel 的 LLM 引擎选项。
Atlas Cloud 提供 DeepSeek-V4、Qwen3、Kimi K2、GPT-5、Claude 等 59 个前沿模型,通过统一 OpenAI 兼容 API 一键接入,无缝集成到 clawpanel 多引擎管理体系中。
改动内容
atlas-cloudprovider 条目,配置https://api.atlascloud.ai/v1为 base URL,包含 40 个 LLM 模型(DeepSeek-V4、Kimi K2、Qwen3、GPT-5、Claude、Grok-4、Gemini 等)public/atlas-cloud-logo.png为什么合适
Atlas Cloud 使用标准 OpenAI 兼容 API,可直接接入 clawpanel 现有多引擎框架,用户只需填写 API Key 即可一键切换,访问全球 59 个前沿模型。
查看全部模型 · Coding Plan