LLMTR / llmtr/trendyol-7b

Trendyol 7B - access through LLMTR

Trendyol 7B is a Qwen2.5 7B-based chat model produced by Trendyol in Turkey. LLMTR serves it through the OpenAI-compatible Chat Completions API with a 32K context window. It is a practical fit for Turkish chat, RAG chatbots, customer-support assistants, e-commerce knowledge flows, summarization, product-description work, and category or tagging text tasks. Image, audio, video input, and image generation are not supported. Model card: https://huggingface.co/Trendyol/Trendyol-LLM-7B-chat-v4.1.0

Technical specifications

Canonical IDllmtr/trendyol-7b
ProviderLLMTR
Context window32,768 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot available

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"llmtr/trendyol-7b","messages":[{"role":"user","content":"Hello"}]}'

Related models