Slot: hasOutputModality
A relationship indicating the output modalities supported by an AI component. Examples include text, image, video.
URI: [nexus:hasOutputModality](https://w3id.org/ai-atlas-nexus/hasOutputModality)
Alias: hasOutputModality
## 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 | [Modality](Modality.md) |
| Domain Of | [LargeLanguageModel](LargeLanguageModel.md) |
### Cardinality and Requirements
| Property | Value |
| ----------- | ----- |
| Multivalued | Yes |
## Identifier and Mapping Information
### Schema Source
- from schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology
## Mappings
| Mapping Type | Mapped Value |
| ------------ | ----------------------- |
| self | nexus:hasOutputModality |
| native | nexus:hasOutputModality |
## LinkML Source
name: hasOutputModality
description: A relationship indicating the output modalities supported by an AI component.
Examples include text, image, video.
from_schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology
rank: 1000
alias: hasOutputModality
domain_of:
- LargeLanguageModel
range: Modality
multivalued: true
inlined: false
```