Skip to content

feat(provider): add Atlas Cloud provider#1549

Open
amit231self wants to merge 1 commit intoanomalyco:devfrom
amit231self:add-atlas-cloud-provider
Open

feat(provider): add Atlas Cloud provider#1549
amit231self wants to merge 1 commit intoanomalyco:devfrom
amit231self:add-atlas-cloud-provider

Conversation

@amit231self
Copy link
Copy Markdown

@amit231self amit231self commented Apr 23, 2026

Summary

  • Adds Atlas Cloud as a new OpenAI-compatible aggregation provider (https://api.atlascloud.ai/v1) with 27 LLM models.
  • Provider uses @ai-sdk/openai-compatible (no dedicated npm package), ATLAS_CLOUD_API_KEY for auth.
  • DeepSeek models (8) use full standalone definitions since they have no canonical match in the repo (variants like V3.2, V3.2 Exp, V3.2 Speciale, V3.2 Fast, V3.1, V3-0324, R1-0528, OCR).
  • All other models (19) use extends to inherit capabilities from their canonical providers, only overriding [cost] with Atlas Cloud's pricing:
    • Qwen (6) ← extends from alibaba/*
    • MoonshotAI (3) ← extends from moonshotai/*
    • MiniMax (4) ← extends from minimax/*
    • Zhipu/ZAI (6) ← extends from zhipuai/* and zai/*

Test plan

  • bun install
  • bun validate passes with all 27 Atlas Cloud models present

Adds Atlas Cloud as a new OpenAI-compatible aggregation provider
(https://api.atlascloud.ai/v1) with 27 LLM models across DeepSeek,
Qwen, MoonshotAI, MiniMax, and Zhipu AI/ZAI.

DeepSeek models use full definitions (no canonical match in the repo).
All other models use `extends` to inherit capabilities from their
canonical providers, only overriding cost with Atlas Cloud's pricing.

Generated with [OpenCode](https://opencode.ai) & GLM-5.1

Co-Authored-By: GLM-5.1 <noreply@zhipuai.ai>
@amit231self amit231self force-pushed the add-atlas-cloud-provider branch from dc80ca7 to c58d5e5 Compare April 23, 2026 11:38
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