feat(llm): add Atlas Cloud router - #534
Open
binyangzhu000-sudo wants to merge 1 commit into
Open
Conversation
Signed-off-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com>
Collaborator
|
@binyangzhu000-sudo Thanks for adding a support for atlas cloud. We added other router support as we get funding to run the model the respective platform host. Do you pla to provide support ($$$) for Atlas cloud? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Atlas Cloud as an opt-in OpenAI-compatible router for the
direct-llm-agentbaseline. Theatlascloud/prefix strips cleanly before requests, uses the hosted API URL by default, and reads credentials fromATLASCLOUD_API_KEY.Atlas Cloud requests explicitly configure the OpenAI SDK with
max_retries=0, preventing an implicit duplicate generation request. Existing TokenRouter, LiteLLM, and runner defaults are unchanged.Type of Change
Industry Relevance
This adds another model endpoint for reproducible direct-model benchmark baselines while retaining the existing provider-prefixed model ID convention.
Related Issues
Testing & Validation
src/llm/testssuite passed (25 tests).Additional validation: Ruff format/lint, mypy, py_compile,
git diff --check, secret scan, current Atlas model catalog lookup, and one non-retried live chat-completions smoke request.Checklist