OpenRouter
The API gateway used for embedding and model calls, concentrating provider dependency in one place.
TL;DR
API gateway for embeddings and alternate models.
Quick facts
- Category
- AI & knowledge management
- Product tie-in
- KobiGPT RAG platform
- Related
- See compare and tools pages
- Locale
- TR and EN site
Why teams choose KobiGPT
- Understand terms before evaluating vendors.
- Link concepts to KobiGPT features (RAG, Kobi Kredi).
- Share glossary links with procurement and legal.
- Explore assistant use cases next.
Product facts
- Ücretsiz plan
- 100 doküman · 2 departman · 120 Kobi/ay(PLAN_CONFIG)
- Starter
- 1000 doküman · 5 departman · 1000 Kobi/ay(PLAN_CONFIG)
- Pro
- 12500 doküman · 25 departman · 12500 Kobi/ay(PLAN_CONFIG)
What an API gateway does
An API gateway lets an application reach several model providers through a single interface. Application code knows one protocol, so switching provider becomes a configuration change rather than a code change.
KobiGPT uses this approach for embedding generation. The multilingual embedding model is called through the gateway and the resulting vectors are written to Qdrant collections. On the chat side, the default model is from the Gemini family.
That separation matters: embedding and chat are different layers, use different models, and carry different cost profiles. The gateway unifies the access path, not the layers themselves.
Managing provider dependency
Connecting directly to a single provider is the simplest setup, but it leaves no room to manoeuvre when prices change, a version is retired, or access is interrupted. A gateway layer reduces that risk because switching to an alternative provider does not touch application code.
In exchange it adds a dependency of its own: the gateway. When the gateway is unreachable, every model call is affected. For that reason, defining a fallback path straight to the provider is a common practice in critical deployments.
On the KobiGPT side, an on-premise scenario can run embedding with the same model inside your own infrastructure. That option removes the gateway entirely for organisations with data-residency requirements.
What to check when evaluating
Three things should be measured when choosing a gateway: latency, catalogue breadth, and pricing transparency. Latency matters most on the embedding side, because a bulk document upload issues hundreds of calls back to back.
The second criterion is whether the model you use is genuinely available on the gateway. A model listed in a catalogue may not be the same version or the same dimensionality; since embedding dimensionality is a system-wide invariant, that detail is critical.
The third is failure behaviour. When the gateway returns a transient error, the queue must retry and document status must not hang. This behaviour should be tested during a bulk upload.
FAQ
What is OpenRouter in practice?
API gateway for embeddings and alternate models.
Does KobiGPT use this?
See product docs and feature pages for implementation details.
More reading?
Visit our blog and FAQ.
Accuracy disclaimer?
Educational content; verify for compliance decisions.
Which model does KobiGPT route through a gateway?
Embedding generation goes through the gateway; the chat side uses a model from the Gemini family by default.
Can we run it in our own infrastructure?
In an on-premise scenario, embedding can run with the same model inside your infrastructure, removing the external gateway dependency.
Comparison
| Feature | KobiGPT | Alternative |
|---|---|---|
| SME focus | Yes | N/A |
| Citations | When using RAG | N/A |
| Glossary depth | Growing | N/A |
| Tools | Interactive | N/A |