anomalyco / anomalyco/opencode

[FEATURE]: Document LLMTR provider in providers.mdx

Open
#42,866 0 comments 0 reactions 1 assignee View on GitHub

@kitlangton is already working on this.

Since Aug 16, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Feature hasn't been suggested before.
  • I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request

providers.mdx is missing a section for LLMTR, even though opencode already works with it.

LLMTR is an OpenAI-compatible gateway. It was merged into models.dev and is live in the catalog at https://models.opencode.ai/api.json ("llmtr", npm @ai-sdk/openai-compatible, env LLMTR_API_KEY), so the provider resolves through the generic openai-compatible path with no runtime code in opencode.

Verified today on the released opencode-ai@1.18.18, with LLMTR_API_KEY set:

$ opencode models | grep llmtr
llmtr/gemma-4
llmtr/magibu-11b-v8
llmtr/medgemma-4b
llmtr/qwen3-6-35b
llmtr/sincap
llmtr/trendyol-7b

$ opencode run --model llmtr/gemma-4 "Reply with exactly: OK"
> build · gemma-4
OK

So the connect/models flow works but there is nothing in the docs telling anyone it exists. Every other provider in the directory has a short section; LLMTR should have one too.

This was previously #31315 with PR #31316. Both were closed by the automated cleanup/stale bots rather than on merit, and neither can be reopened, so I am refiling per the stale bot's instruction to open a new issue.

I have the docs change ready and will open a PR against this issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.