Skip to content

Slot: contextWindowSize

The total length, in bytes, of an AI model's context window.

URI: [nexus:contextWindowSize](https://w3id.org/ai-atlas-nexus/contextWindowSize) Alias: contextWindowSize ## Applicable Classes | Name | Description | Modifies Slot | | ------------------------------------------- | -------------------------------------------------------------------------------- | ------------- | | [Adapter](Adapter.md) | Adapter-based methods add extra trainable parameters after the attention and ... | no | | [LargeLanguageModel](LargeLanguageModel.md) | A large language model (LLM) is an AI model which supports a range of languag... | no | ## Properties ### Type and Range | Property | Value | | --------- | ------------------------------------------- | | Range | [Integer](Integer.md) | | Domain Of | [LargeLanguageModel](LargeLanguageModel.md) | ### Cardinality and Requirements | Property | Value | | -------- | ----- | ### Value Constraints | Property | Value | | ------------- | ----- | | Minimum Value | 0 | ## Identifier and Mapping Information ### Schema Source - from schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology ## Mappings | Mapping Type | Mapped Value | | ------------ | ----------------------- | | self | nexus:contextWindowSize | | native | nexus:contextWindowSize | ## LinkML Source
name: contextWindowSize
description: The total length, in bytes, of an AI model's context window.
from_schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology
rank: 1000
alias: contextWindowSize
domain_of:
- LargeLanguageModel
range: integer
minimum_value: 0

```