Feature hasn't been suggested before.
Describe the enhancement you want to request
I'd like to add LLMTR as a provider.
It's an OpenAI-compatible AI gateway hosted in Turkey. A single key (LLMTR_API_KEY) and base URL (https://llmtr.com/v1) give access to its first-party Turkish-hosted models (Gemma 4, Qwen 3.6, MedGemma, Trendyol, Magibu, Sincap) plus passthrough access to OpenAI/Anthropic/Google models.
Why: gives Turkish users a data-resident gateway behind one OpenAI-compatible endpoint.
Plan: the provider + its first-party models go to models.dev; opencode needs no runtime code (the generic @ai-sdk/openai-compatible path already handles it), just a docs entry. Both PRs are ready and tested locally (opencode lists all six llmtr/* models and completes a chat with llmtr/gemma-4).
Feature hasn't been suggested before.
Describe the enhancement you want to request
I'd like to add LLMTR as a provider.
It's an OpenAI-compatible AI gateway hosted in Turkey. A single key (
LLMTR_API_KEY) and base URL (https://llmtr.com/v1) give access to its first-party Turkish-hosted models (Gemma 4, Qwen 3.6, MedGemma, Trendyol, Magibu, Sincap) plus passthrough access to OpenAI/Anthropic/Google models.Why: gives Turkish users a data-resident gateway behind one OpenAI-compatible endpoint.
Plan: the provider + its first-party models go to models.dev; opencode needs no runtime code (the generic
@ai-sdk/openai-compatiblepath already handles it), just a docs entry. Both PRs are ready and tested locally (opencode lists all sixllmtr/*models and completes a chat withllmtr/gemma-4).