model context window
- CURIE:
gmeow:modelContextWindow - IRI: https://blackcatinformatics.ca/gmeow/modelContextWindow
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: CBox role, RBox role (What is this?)
The context-window size, in tokens, the card declares.
Structure
Property shape: datatype property; gmeow:ModelCard -> xsd:positiveInteger
Practical Pattern
Use gmeow:modelContextWindow from gmeow:ModelCard to xsd:positiveInteger when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
ex:card-assistant a gmeow:ModelCard ;
gmeow:describesModel ex:assistant ;
gmeow:modelProvider "Example Labs" ;
gmeow:modelVersionTag "assistant-2026-05-01" ;
gmeow:modelContextWindow "200000"^^xsd:positiveInteger ;
gmeow:modelTrainingCutoff "2026-01-31"^^xsd:date .
Common Companion Terms
Usage Advice
Use when
- Use to record the declared context-window size in tokens — the model capability a
gmeow:ModelCardadvertises.
Avoid when
- Avoid confusing it with the per-call output ceiling (that is
gmeow:samplingMaxTokenson the invocation); the context window is a model capability, not an invocation setting.
How to use
- Assert
gmeow:modelContextWindowas a positive integer (tokens) on thegmeow:ModelCard.
Examples
- ex:opusCard
gmeow:modelContextWindow1000000.