You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add an Atlas Cloud community provider configuration example
link the example from the config examples index
keep the PR scoped to docs/config_example/ per the repository's community example guidance
Validation
Parsed the Markdown JSON example with JSON.parse
git diff --check
Checked the Atlas Cloud public model catalog endpoint with a browser user agent; it returned 419 model ids and included qwen/qwen3.5-flash and deepseek-ai/deepseek-v4-pro
Notes
No root README changes.
No sponsor block, logo placement, credits, partner copy, or promotional section added.
The example includes the repository's requested provider-specific non-affiliation disclaimer and does not include secrets.
Thanks for the contribution. Before merging, could you please help with the following?
Confirm the model-list endpoint
The example uses https://api.atlascloud.ai/v1 as the baseURL and /models as the discovery endpoint, which results in: https://api.atlascloud.ai/v1/models
The Notes section currently refers to /v1/models. Could you please confirm the intended full URL and update the configuration or documentation so they are consistent?
Consider models.dev metadata enrichment
Could you also evaluate whether adding the following would be appropriate?
"modelInfoFormat": "models.dev"
It can provide discovered models with metadata such as reasoning, tool-calling, and modality support. Since Atlas Cloud may return provider-prefixed or reseller model IDs, please first confirm that the returned IDs map well to the models.dev catalog.
Thank you!
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
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.
Summary
docs/config_example/per the repository's community example guidanceValidation
JSON.parsegit diff --checkqwen/qwen3.5-flashanddeepseek-ai/deepseek-v4-proNotes