Large language model (LLM)
A neural model that generates text — meaningful in enterprise use only alongside a knowledge layer, never alone.
TL;DR
Neural model that generates text from prompts; KobiGPT uses Gemini by default.
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)
- Minimum AI message cost
- 0.1 Kobi(packages/types/src/plan-config.ts → KOBI_MIN_TURN)
What a language model does and does not do
A language model probabilistically continues the text it is given. It carries broad world knowledge from its training data and produces fluent prose. But that knowledge is frozen at a cutoff date and stored inside the model's weights — its source cannot be shown.
In enterprise use, those two properties fall short. Your company's leave procedure is in no model's training data, and if you cannot show where an answer came from you cannot rely on it in an audit. A language model alone is therefore not an enterprise knowledge solution.
The model's role in KobiGPT
KobiGPT uses a chat model from the Gemini family by default. The model's job is not to carry knowledge but to read the document passages placed in front of it and summarise them in a way that answers the question. The knowledge comes from the archive, not the model's memory.
That design makes the model a replaceable component. It is set by configuration, and changing it does not require re-indexing the archive. The embedding model is the opposite case — there, the choice is a system-wide invariant.
How cost is metered
Language model usage is billed per token, and KobiGPT converts that into Kobi Kredi. An AI message is metered at a minimum of 0.1 Kobi; actual consumption is computed from the input and output token counts returned by the model, with output tokens weighted more heavily.
The monthly quota is defined per plan tier: 120 on Ücretsiz plan, 1000 on Starter, and 12500 Kobi on Pro. This is the mechanism that keeps external service cost predictable.
FAQ
What is Large in practice?
Neural model that generates text from prompts; KobiGPT uses Gemini by default.
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 is used?
The default chat model is from the Gemini family and is set by configuration.
Is the model trained on our data?
No. Your documents are indexed and supplied as context at query time; model weights are not changed.
Comparison
| Feature | KobiGPT | Alternative |
|---|---|---|
| SME focus | Yes | N/A |
| Citations | When using RAG | N/A |
| Glossary depth | Growing | N/A |
| Tools | Interactive | N/A |