model context window

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

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

gmeow:ModelCard

Usage Advice

Use when

Avoid when

How to use

Examples