Skip to content

docs: add oMLX provider entry#15537

Open
rndmcnlly wants to merge 1 commit intoanomalyco:devfrom
rndmcnlly:add-omlx-provider
Open

docs: add oMLX provider entry#15537
rndmcnlly wants to merge 1 commit intoanomalyco:devfrom
rndmcnlly:add-omlx-provider

Conversation

@rndmcnlly
Copy link

@rndmcnlly rndmcnlly commented Mar 1, 2026

Issue for this PR

Closes #

Type of change

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

What does this PR do?

Adds an entry for oMLX to the providers directory. oMLX is an OpenAI-compatible local inference server for Apple Silicon that uses MLX-format models and runs as a macOS menu bar app. Like Ollama, LM Studio, and llama.cpp, it exposes a /v1 endpoint so it works as a custom @ai-sdk/openai-compatible provider in opencode.

The entry follows the same pattern as the other local provider entries: install instructions, a minimal opencode.json config snippet with the correct baseURL (http://localhost:8000/v1), and a field-by-field explanation. Notable difference from Ollama: model IDs are filesystem directory names under the user's --model-dir, so that's called out explicitly. Inserted alphabetically between Ollama Cloud and OpenAI.

How did you verify your code works?

Documentation-only change — no code modified. Verified the config snippet is correct against oMLX's README (OpenAI-compatible API, default port 8000, model IDs match subdirectory names). Spot-checked that the MDX structure matches adjacent entries.

Screenshots / recordings

N/A — docs-only change, no UI.

Checklist

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

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Mar 1, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

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