docs(byok): add Atomic Chat as a local OpenAI-compatible provider#1198
Open
danyurkin wants to merge 4 commits into
Open
docs(byok): add Atomic Chat as a local OpenAI-compatible provider#1198danyurkin wants to merge 4 commits into
danyurkin wants to merge 4 commits into
Conversation
Atomic Chat (https://atomic.chat) runs open-weight models on-device and exposes an OpenAI-compatible server, so Droid can be used fully locally via BYOK (generic-chat-completion-api). Tested locally with droid 0.108.0 against Atomic Chat's server on 127.0.0.1:1337 (Qwen3-5-9B) — droid exec returned a successful response. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Adds a BYOK provider page for Atomic Chat under
docs/cli/byok/, plus a nav entry indocs.json.Why
Atomic Chat runs open-weight models locally (llama.cpp / MLX) and exposes an OpenAI-compatible server at
http://127.0.0.1:1337/v1, so Droid can use it as a local BYOK backend viageneric-chat-completion-api— agentic coding fully on-device, no cloud, no API keys.Tested
Verified with droid 0.108.0 against Atomic Chat on
127.0.0.1:1337(Qwen3-5-9B):Only the English nav is updated; the JP docs appear to be auto-synced separately.