Skip to content

docs(inference): add Atomic Chat as OpenAI-compatible LLM provider#1809

Closed
yanalialiuk wants to merge 1 commit into
different-ai:devfrom
yanalialiuk:docs/atomic-chat-llm-provider
Closed

docs(inference): add Atomic Chat as OpenAI-compatible LLM provider#1809
yanalialiuk wants to merge 1 commit into
different-ai:devfrom
yanalialiuk:docs/atomic-chat-llm-provider

Conversation

@yanalialiuk
Copy link
Copy Markdown

Summary

Documents Atomic Chat as a local OpenAI-compatible LLM provider for OpenWork (workspace opencode.json and Cloud custom provider JSON). Adds an inference catalog overlay entry for self-hosted GET /models/api.json.

This PR does not add MCP servers, MCP clients, or desktop/den-app integration code.

Reference: AtomicBot-ai/Atomic-Chat

What changed

  • Docs: workspace example in add-a-custom-llm.mdx; Cloud custom-provider example in custom-llm-provider.mdx
  • Inference catalog: local-providers.json with atomic-chat (default http://127.0.0.1:1337/v1), merged in build-models.mjs

How to test

Desktop (workspace)

  1. Run Atomic Chat (or compatible server) at http://127.0.0.1:1337.
  2. curl http://127.0.0.1:1337/v1/models and note a model id.
  3. Add the workspace provider.atomic-chat block from the docs; set your-model-id and ATOMIC_CHAT_API_KEY if needed.
  4. Select the model in Chat.

Cloud

  1. LLM Providers → Custom provider → paste JSON from docs.
  2. Settings → Cloud → Import.

Inference catalog (optional)

pnpm --dir ee/apps/inference models:build
node -e "console.log(require('./models-site/models/api.json')['atomic-chat']?.api)"

Notes

-Model id must match GET /v1/models on your server (placeholder in examples).
-Cloud Catalog tab still uses live models.dev; use Custom provider or workspace config for Atomic Chat until upstream models.dev lists it.

Add workspace and Cloud custom-provider examples for Atomic Chat (local
/v1 API). Merge local-providers.json into the inference model catalog
alongside base.json, without MCP or app-specific integration code.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openwork-landing Ready Ready Preview, Comment, Open in v0 May 15, 2026 8:11am

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 15, 2026

@yanalialiuk is attempting to deploy a commit to the Different AI Team on Vercel.

A member of the Team first needs to authorize it.

@src-opn
Copy link
Copy Markdown
Collaborator

src-opn commented May 15, 2026

Sorry, we dont accept PRs for custom providers/models - please make your PR to upstream models.dev repo

@src-opn src-opn closed this May 15, 2026
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.

2 participants