Add Atlas Cloud model shortcut - #87
Conversation
|
@binyangzhu000-sudo We already support openrouter: as a native provider — 272 models currently registered with real pricing built in (no custom-model workaround needed, unlike this shortcut). That already covers most of what's being added here. Closing as duplicate — let me know if there's a specific model or use case OpenRouter doesn't cover and we can revisit. |
There was a problem hiding this comment.
Solid addition. The implementation is clean, well-contained, and the test coverage is good. Two minor things worth addressing in a follow-up, though neither blocks merge.
Atlas Cloud's LLM models are fully reachable via openrouter: today with no workaround. We'd rather invest in a generic named-endpoint mechanism than accumulate per-vendor shortcuts
Summary
atlascloud:,atlas-cloud:, andatlas:model shortcuts that route through the existing OpenAI-compatible custom model path.https://api.atlascloud.ai/v1, withATLASCLOUD_API_BASE/ATLASCLOUD_BASE_URL/ATLAS_CLOUD_API_BASE/ATLAS_CLOUD_BASE_URLoverrides.ATLASCLOUD_API_KEYandATLAS_CLOUD_API_KEYinto the existing OpenAI-compatible API key flow, and cover the shortcut behavior with focused loader tests.No README changes.
Validation
npm ci --ignore-scriptsnpm run buildnode --test test/loader-atlascloud.test.ts --experimental-strip-typesnpm testgit diff --checkqwen/qwen3.5-flashplusdeepseek-ai/deepseek-v4-pro