feat(agent): register AtlasCloud static models (#2421)

Harvested from #2343 with thanks to @lucaszhu-hue.

Registers AtlasCloud static model rows for Pro and Flash resolution, adds provider-hinted alias coverage, and updates neutral provider docs and env examples while leaving promotional assets/copy out.
This commit is contained in:
Hunter Bown
2026-05-31 03:05:28 -07:00
committed by GitHub
parent 3c0d56d424
commit 4085f71e2b
3 changed files with 60 additions and 4 deletions
+6
View File
@@ -25,6 +25,12 @@
# NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
# NVIDIA_NIM_MODEL=deepseek-ai/deepseek-v4-pro
# AtlasCloud OpenAI-compatible endpoint
# DEEPSEEK_PROVIDER=atlascloud
# ATLASCLOUD_API_KEY=
# ATLASCLOUD_BASE_URL=https://api.atlascloud.ai/v1
# ATLASCLOUD_MODEL=deepseek-ai/deepseek-v4-flash
# Logging
# `DEEPSEEK_LOG_LEVEL` is forwarded by the facade; `RUST_LOG` enables the
# TUI's lightweight verbose logs for info/debug/trace directives.