Skip to content

docs: add Atomic Chat provider section#23069

Open
Vect0rM wants to merge 2 commits intoanomalyco:devfrom
Vect0rM:docs-ru-atomic-chat-provider
Open

docs: add Atomic Chat provider section#23069
Vect0rM wants to merge 2 commits intoanomalyco:devfrom
Vect0rM:docs-ru-atomic-chat-provider

Conversation

@Vect0rM
Copy link
Copy Markdown

@Vect0rM Vect0rM commented Apr 17, 2026

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds an Atomic Chat provider section to providers.mdx in 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 via opencode.json with @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 /connect and /models without manual config.

How did you verify your code works?

  • Ran opencode locally against an Atomic Chat server on 127.0.0.1:1337 using exactly the opencode.json shown in the docs and confirmed /models lists Qwen3_5-9B-IQ4_XS and chat completions stream correctly.
  • Verified curl http://127.0.0.1:1337/v1/models returns the same normalized IDs referenced in the docs.
  • Built the docs site locally (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

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 17, 2026
@Vect0rM Vect0rM changed the title docs: add Atomic Chat provider section (all locales) docs: add Atomic Chat provider section Apr 17, 2026
@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant