Skip to content

docs(byok): add Atomic Chat as a local OpenAI-compatible provider#1198

Open
danyurkin wants to merge 4 commits into
Factory-AI:mainfrom
danyurkin:docs/byok-atomic-chat
Open

docs(byok): add Atomic Chat as a local OpenAI-compatible provider#1198
danyurkin wants to merge 4 commits into
Factory-AI:mainfrom
danyurkin:docs/byok-atomic-chat

Conversation

@danyurkin

@danyurkin danyurkin commented Jun 7, 2026

Copy link
Copy Markdown

What

Adds a BYOK provider page for Atomic Chat under docs/cli/byok/, plus a nav entry in docs.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 via generic-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):

$ droid exec -m custom:Atomic-Chat-0 "Reply with one short friendly sentence."
Hello! I'm ready to help you with your coding tasks.

Only the English nav is updated; the JP docs appear to be auto-synced separately.

macbook and others added 4 commits June 7, 2026 11:18
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>
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