Language Models
AI systems that read, write, summarize, translate, or hold a conversation in human language. Includes large language models (LLMs), chatbots, and generative-text systems. They work by predicting the most likely next tokens given the input and any prior context.
- Description
Playground
Try the element with your own values, contexts, and color modes.
Style
Raw JSON
Live API response from GET /schemas/ai@2026-05-06-beta/elements/language_models.
element "language_models"
{
"id": "language_models",
"category_id": "processing",
"title": [
{
"locale": "en",
"value": "Language Models"
}
],
"description": [
{
"locale": "en",
"value": "AI systems that read, write, summarize, translate, or hold a conversation in human language. Includes large language models (LLMs), chatbots, and generative-text systems. They work by predicting the most likely next tokens given the input and any prior context."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [],
"symbol_id": "processing_llm",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": false
}
],
"shape": "circle",
"icon_variants": [
"default",
"dark"
]
}