docs: add Atomic Chat provider section#23069
Open
Vect0rM wants to merge 2 commits intoanomalyco:devfrom
Open
Conversation
Made-with: Cursor
Made-with: Cursor
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
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.
Issue for this PR
Closes #
Type of change
What does this PR do?
Adds an Atomic Chat provider section to
providers.mdxin English and all 16 translated locales (ar, bs, da, de, es, fr, it, ja, ko, nb, pl, pt-br, ru, th, tr, zh-cn, zh-tw). Inserted alphabetically between Anthropic and Azure OpenAI.Atomic Chat (https://atomic.chat) is a desktop app that runs local LLMs behind an OpenAI-compatible server on fixed port
1337. The new section shows how to wire it up viaopencode.jsonwith@ai-sdk/openai-compatible, using the same shape as the existing llama.cpp, LM Studio and Ollama entries.Also notes that once the companion models.dev entry (anomalyco/models.dev#1476) is merged, the provider becomes discoverable through
/connectand/modelswithout manual config.How did you verify your code works?
127.0.0.1:1337using exactly theopencode.jsonshown in the docs and confirmed/modelslistsQwen3_5-9B-IQ4_XSand chat completions stream correctly.curl http://127.0.0.1:1337/v1/modelsreturns the same normalized IDs referenced in the docs.bun run --cwd packages/web dev) and checked that every locale's providers page renders the new section with working code blocks and anchors.Screenshots / recordings
Docs-only change; no UI to screenshot.
Checklist