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 IDfastino/gliner2.5-multi-v1
ProviderFastino
Context window4,096 tokens
OperationsEXTRACTION
Modalitiestext

Pricing

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

OperationMetricUnitPrice
EXTRACTIONINPUT_TEXTPER_1M_TOKENS$0.030000
EXTRACTIONOUTPUT_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":"fastino/gliner2.5-multi-v1","messages":[{"role":"user","content":"Hello"}]}'

Related models