AI Model
Profile a foundation or applied AI model: vendor, modality, context window, and thesis.
Overview
Use the AI Model template to capture a single model release or family. It powers model directories and comparison views across the AI section.
Fields
Vendor, Context Window, Modality, Thesis, Homepage URL. Keep Thesis to one or two sentences — what makes this model worth tracking right now.
Best Practices
Use canonical vendor names (e.g. 'OpenAI', not 'Open AI'). Express context window in tokens (e.g. '200K tokens'). Always link to the official model page, not a marketing blog.
JSON Structure
Every entry of this template serializes to the shape below. The structured fields live under data.
{
"type": "ai_model",
"title": "GPT-5.5",
"summary": "OpenAI's flagship reasoning model with a 1M-token context window.",
"cover_url": "https://…/cover.jpg",
"data": {
"vendor": "OpenAI",
"context_window": "1M tokens",
"modality": "Text · Image · Audio",
"thesis": "State-of-the-art reasoning and coding with extended chain-of-thought.",
"homepage_url": "https://openai.com/gpt-5-5"
}
}Preview
How a published entry of this template renders on the site.
State-of-the-art reasoning and coding with extended chain-of-thought.
How it's used on the site
- 1.Author opens Dashboard → New Entry and picks the AI Model template.
- 2.Fills Title, Summary, and the structured fields (Vendor, Context window, Modality, Thesis, Homepage URL).
- 3.Saves a draft — the entry remains private and editable.
- 4.Hits Publish — the entry becomes visible site-wide.
- 5.The model card appears in the Frontier Models grid on the Artificial Intelligence section (/c/ai), and is indexed for search and recommendations.