Model Card

AI model specification card showing model name, provider, context window, pricing tier, and a row of capability badges. First-class atom for AI-native content and agent documentation.

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
namestring. Model display name, e.g. "Claude Sonnet 4.6".required
providerstring. Provider name, e.g. "Anthropic".optional
context_windowstring. e.g. "200 k tokens".optional
pricingstring. e.g. "$3 / M tokens in".optional
capabilities{'type': 'array', 'description': 'List of short capability badge strings, e.g. ["tool use", "vision", "streaming"].'}required
accentstring (optional, default #7c3aed). Accent colour for provider label and badges.optional
Example payload
{
  "type": "model_card",
  "name": "Model Card",
  "capabilities": [
    {
      "label": "Vision",
      "supported": true
    },
    {
      "label": "Code execution",
      "supported": true
    },
    {
      "label": "Web search",
      "supported": false
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:model_card",
  "displayName": "Model Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/model_card",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "AI model specification card showing model name, provider, context window, pricing tier, and a row of capability badges. First-class atom for AI-native content and agent documentation.",
  "representativeQueries": [
    "show a AI model spec card with context window, pricing, and capability badges",
    "ai model specification card showing model name, provider, context window, pricing tier, and a row of",
    "render a model card"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →