Segment Anything Model (SAM)
Segment Anything Model (SAM) produces masks from points, boxes, or text-like prompts for rapid object selection. It underpins modern Image Segmentation workflows and improves control in Reference Image editing.
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.
Style Reference
AI
Style Reference lets you guide the aesthetic of generated assets by pointing the model to example visuals. It is frequently combined with Reference Image inputs in Text-to-Image Generation workflows.
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.
Diffusion Model
AI
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).
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.
Vision Transformer (ViT)
AI
Vision Transformer (ViT) applies transformer attention mechanisms to image patches for classification and representation learning. It is widely used in multimodal stacks with CLIP and in segmentation systems like Segment Anything Model (SAM).
Image Segmentation
AI
Image Segmentation partitions an image into labeled regions to isolate objects or areas for editing. It is core to Segment Anything Model (SAM) workflows and precision operations like Generative Fill.
Code Generation
AI
The ability of AI models to translate intent—expressed as prose, pseudocode, or examples—into executable source code. Code generation underpins vibe coding, autocomplete tools, and agentic workflows. Generated code should always be reviewed for correctness, security, and maintainability, since models can produce plausible-looking but incorrect implementations.