Diffusion Model
A Diffusion Model creates images through iterative denoising steps conditioned on prompts and controls. It is the backbone of many Text-to-Image Generation systems and can be steered by Classifier-Free Guidance (CFG).
Guardrails
AI
Guardrails are technical and procedural constraints, such as filters and validators, that enforce safe and reliable AI behavior.
Related AI terms: Model Card and Content Credentials.
Model Routing
AI
Model Routing is the strategy of directing requests to the most suitable model dynamically using policy and workload rules.
Related AI terms: Partner Models and Model Card.
Text-to-Image Generation
AI
Text-to-Image Generation creates visuals directly from prompt instructions. Most modern systems rely on a Diffusion Model and can be steered using a Reference Image.
Partner Models
AI
Partner Models are external foundation models exposed through a single product interface. Product teams often combine them with Model Routing and governance artifacts like a Model Card.
Model Card
AI
A Model Card summarizes model behavior, scope, limitations, and known risks for operators and users. It supports safety controls such as Guardrails and helps teams reason about Hallucination risk.
Classifier-Free Guidance (CFG)
AI
Classifier-Free Guidance (CFG) is a sampling technique that adjusts prompt adherence versus diversity in generated outputs. It is a common control in Diffusion Model pipelines and complements Prompt Enhancement.
ControlNet
AI
ControlNet augments diffusion generation with explicit structural conditions such as edges, depth, or pose. It improves control in Diffusion Model systems and often uses cues from Image Segmentation.
MCP Host
AI
An MCP host is the application that runs one or more MCP clients, manages connections, and makes responses from connected MCP servers available to the user or model.