LLMTR / llmtr/trendyol-asure-12b

Trendyol Asure 12B - access through LLMTR

Trendyol Asure 12B is a 12B chat model produced by Trendyol and hosted in Turkey. With a 40,960-token context window it fits Turkish chat, RAG chatbots, customer-support assistants, e-commerce knowledge flows, summarization, product descriptions, and category or tagging work. It can read images: image input is sent as a base64 data URL, and remote image URLs are not accepted. Repeated prompt prefixes are served from cache and billed at the lower cache rate. Audio and video input, image generation, and tool calling are not supported.

Technical specifications

Canonical IDllmtr/trendyol-asure-12b
ProviderLLMTR
Context window40,960 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.100000
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.025000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$0.500000

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-asure-12b","messages":[{"role":"user","content":"Hello"}]}'

Related models