Quickstart
Send your first request in minutes. Go to Quickstart.
LLMTR is a gateway that unifies access to dozens of LLMs through a single OpenAI-compatible API. Turkey-hosted models and global providers share the same surface. Keep your existing OpenAI SDKs — only update base_url and api_key.
Quickstart
Send your first request in minutes. Go to Quickstart.
Authentication
Works with Authorization: Bearer sk_.... Details.
Multimodal
Image, audio and file input for supported models. Explore.
Billing
Credit-based balance. A 6% margin applies on top-up. Details.
provider/model (e.g. openai/gpt-4o, google/gemini-2.5-flash). Pass this value in the request model field.sk_. The raw value is shown only once when the key is created.curl https://llmtr.com/v1/chat/completions \ -H "Authorization: Bearer sk_your_key" \ -H "Content-Type: application/json" \ -d '{ "model": "openai/gpt-4o", "messages": [ {"role": "user", "content": "Hello"} ] }'See Quickstart for the full walkthrough.