Model Card

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.

Related terms

Related terms

  • Structured Outputs

    AI

    Structured Outputs enforce a specific response shape, often with schemas, so AI output can be parsed and consumed reliably by software.

  • Reasoning Effort

    AI

    Reasoning Effort is a controllable depth setting for model thinking, balancing answer quality, latency, and cost.

  • Context Window

    AI

    A Context Window is the maximum amount of tokens a model can process at once, including instructions, conversation history, and retrieved data.

  • Tool Calling

    AI

    Tool Calling is the capability for a model to decide when to call connected tools, then use tool results to complete a task.

  • Retrieval-Augmented Generation (RAG)

    AI

    Retrieval-Augmented Generation (RAG) enriches model outputs by fetching external knowledge at runtime and conditioning generation on it.

  • Hallucination

    AI

    Hallucination refers to model outputs that sound plausible but are unsupported or false, often due to missing or weak source context.