Skip to content

feat: add Atlas Cloud setup provider#5566

Open
binyangzhu000-sudo wants to merge 1 commit into
odysseus-dev:devfrom
binyangzhu000-sudo:codex/atlascloud-setup-provider
Open

feat: add Atlas Cloud setup provider#5566
binyangzhu000-sudo wants to merge 1 commit into
odysseus-dev:devfrom
binyangzhu000-sudo:codex/atlascloud-setup-provider

Conversation

@binyangzhu000-sudo

@binyangzhu000-sudo binyangzhu000-sudo commented Jul 16, 2026

Copy link
Copy Markdown

Summary

  • Add Atlas Cloud as a built-in /setup OpenAI-compatible provider preset.
  • Label Atlas Cloud endpoints in the model/provider UI and backend error messages.
  • Curate Atlas Cloud model discovery around live-verified chat and reasoning model IDs.

Linked Issue

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactor
  • Test update

How to Test

Run the focused provider setup and endpoint tests:

.venv/bin/python -m pytest tests/test_slash_setup_provider_aliases.py tests/test_provider_endpoints_url_building.py tests/test_provider_classification.py tests/test_provider_label_js.py tests/test_provider_endpoints_headers.py tests/test_model_routes.py -q
/Users/zby/.local/bin/python3.11 -m py_compile src/llm_core.py routes/model_routes.py
node -e "import('./static/js/providers.js').then(m => console.log(m.providerLabel('https://api.atlascloud.ai/v1')))"
git diff --check

I also verified the live Atlas Cloud /v1/models catalog returns qwen/qwen3.5-flash and deepseek-ai/deepseek-v4-pro.

Checklist

  • I searched existing issues and PRs to avoid duplicates.
  • I tested the changes locally.
  • No README changes.

@github-actions github-actions Bot added the needs work PR description incomplete — please update before review label Jul 16, 2026
@binyangzhu000-sudo binyangzhu000-sudo changed the title Add Atlas Cloud setup provider feat: add Atlas Cloud setup provider Jul 16, 2026
@github-actions github-actions Bot added ready for review Description complete — ready for maintainer review and removed needs work PR description incomplete — please update before review labels Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review Description complete — ready for maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant