Skip to main content

Glossary

Use this glossary for short canonical definitions. For the request flow and model-group ownership model, see Concepts.

TermDefinitionCanonical page
allow listThe model groups a caller token may request. Requests outside the list fail before upstream credentials are used.Available Models And Access
API dialectThe caller-facing API shape, such as OpenAI Chat Completions, OpenAI Responses, or Anthropic Messages.API Compatibility
attemptOne upstream provider/model try for a request. A request can have multiple attempts when fallback is configured.Usage Reporting
attempt timeoutThe time budget for one upstream attempt before the router can fail or move to fallback.Router Configuration
cache eligibilityThe request and target conditions that decide whether a response may be served from or written to cache.Router Configuration
cache keyA non-secret fingerprint used to identify reusable cached responses after configured redaction and eligibility checks.Router Configuration
callerThe authenticated application, service, or user represented by a router token and metadata.Available Models And Access
caller tokenA router-issued bearer token with allow lists, caller metadata, limits, and optional admin privileges.Available Models And Access
content-adminAn operator subject authorized for governed content-capture maintenance actions such as delete or purge.Admin Authorization
contractA model-group capability and quality promise enforced before target selection.Model Group Contracts
decision telemetrySafe scalar routing evidence recorded for policy, eligibility, fallback, score, and filter decisions.Usage Reporting
dialectA provider or caller API shape used to translate requests and responses without changing the caller contract.API Compatibility
effort enumA reasoning-control value such as low, medium, or high when a provider supports effort-style reasoning selection.Reasoning Routing
eligibilityThe request-shape and policy checks a target must pass before it can be selected.Routing Strategy Decision Tree
fallbackA retry path to another eligible target after a retryable upstream failure or configured failover order.Customer-Controlled Routing
fingerprintA safe identifier or hash used for diagnostics, cache decisions, or routing evidence without exposing raw content or tokens.Usage Reporting
image inputImage-bearing request content sent through a supported VLM-capable API shape.Image Analysis And VLM Routing
input modalityA target-supported input type such as text or image.Model Metadata
metrics-adminAn operator subject authorized to read global /metrics; ordinary caller keys receive 403 metrics-forbidden.Observability
model groupA caller-facing, deployment-defined policy name that owns a target list and routing strategy.Concepts
output modalityA target-supported output type, normally text unless validated otherwise.Model Metadata
owner userThe configured owner identity for caller keys, reporting, access, and usage grouping.Router Configuration
policiesAuthentication, authorization, routing, limits, contracts, traffic shaping, retention, and deployment rules that govern requests.Customer-Controlled Routing
policy serviceA trusted deployment service called by strategy: external to choose from eligible targets.External Routing Policy Service
projectA deployment-owned grouping for caller access, usage reports, and operational ownership.Router Configuration
project_membershipThe configured relationship that authorizes a user or service identity inside a project/environment domain.Router Configuration
provider catalogMetadata about upstream providers and models, including model IDs, pricing, modalities, tool support, and validation notes.Model Metadata
provider-routeA configured provider/model route exposed only through model-group targets, not directly to callers.Add A Provider Or Model
reasoning controlRequest fields that ask for provider reasoning or thinking behavior and become target eligibility requirements.Reasoning Routing
reasoning modeA target's validated reasoning behavior, such as supported effort levels or thinking controls.Reasoning Routing
request shape featureA safe request property such as API skin, tools, image input, reasoning, output cap, prompt size, or structured-output request.Dynamic Score Routing
reservationA quota or traffic-shaping hold based on estimated input and requested output budget before upstream completion.Error Reference
route strategyThe configured mechanism that selects a target: static, failover, weighted, dynamic score, script, external, or contract-backed.Routing Strategy Decision Tree
router endpointThe deployment URL callers use instead of direct provider endpoints.Hosted Quickstart
routing policyThe deployment-owned rules and strategy that choose among eligible targets inside one requested model group.Customer-Controlled Routing
skinA client compatibility surface, such as OpenAI Chat, OpenAI Responses, or Anthropic Messages.API Compatibility
targetOne configured provider/model entry inside a model group.Concepts
target selectionThe process of filtering eligible targets and choosing one according to the model group's strategy.Routing Strategy Decision Tree
target-level context eligibilityA target-specific check that skips targets unable to satisfy the request context, such as max-token or modality requirements.Router Configuration
tierDeployment-defined target metadata used by policy, reports, or scripts to group targets by role or cost class.TypeScript Routing Policy
token budgetThe configured or requested token allowance used for quota admission, traffic shaping, and upstream output caps.Error Reference
tool dialectThe tool-call protocol a target has been validated to support, such as OpenAI Chat tools or Anthropic client tools.Agents, Tools, And Vision
usage rowsRelational usage database records for request, attempt, cost, latency, routing, quota, and diagnostic facts.Usage Reporting
usage_dbThe configured relational database used for usage reports, cost accounting, and operational triage.Usage Reporting
VLMVision-language model behavior for image-bearing prompts, OCR, screenshots, diagrams, or browser-control context.Image Analysis And VLM Routing