Fastino / fastino/gliner2.5-multi-v1
GLiNER 2.5 Multilingual - access through LLMTR
GLiNER 2.5 Multilingual is a small encoder model that pulls structured data out of text in a single pass: named entities with character offsets, classification labels, typed field records and relations. The schema you send with each request decides what is extracted, and it works across languages, Turkish included. It does not generate text or hold a conversation; results come back as JSON with confidence scores. Input is limited to 4,096 tokens per request, so split longer documents. The Extraction documentation covers the schema shapes and the response format.
Technical specifications
| Canonical ID | fastino/gliner2.5-multi-v1 |
|---|---|
| Provider | Fastino |
| Context window | 4,096 tokens |
| Operations | EXTRACTION |
| Modalities | text |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| EXTRACTION | INPUT_TEXT | PER_1M_TOKENS | $0.030000 |
| EXTRACTION | OUTPUT_TEXT | PER_1M_TOKENS | Not 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":"fastino/gliner2.5-multi-v1","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- Trendyol Asure 12B llmtr/trendyol-asure-12b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Muse Glimmer 30B (Turkey) llmtr/muse-glimmer-30b-tr
- EmbeddingGemma 300M llmtr/embeddinggemma-300m
- Qwen 3.5 4B llmtr/qwen3-5-4b
- GPT-6 Astra openai/gpt-6-astra