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.
| Field | Type | |
|---|---|---|
| name | string. Model display name, e.g. "Claude Sonnet 4.6". | required |
| provider | string. Provider name, e.g. "Anthropic". | optional |
| context_window | string. e.g. "200 k tokens". | optional |
| pricing | string. e.g. "$3 / M tokens in". | optional |
| capabilities | {'type': 'array', 'description': 'List of short capability badge strings, e.g. ["tool use", "vision", "streaming"].'} | required |
| accent | string (optional, default #7c3aed). Accent colour for provider label and badges. | optional |
{
"type": "model_card",
"name": "Model Card",
"capabilities": [
{
"label": "Vision",
"supported": true
},
{
"label": "Code execution",
"supported": true
},
{
"label": "Web search",
"supported": false
}
]
}
{
"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"
]
}
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 →