Finding the Info
OpenAI
platform.openai.com/docs/models
Model Spec: openai.com/index/the-model-spec
Anthropic
docs.anthropic.com/en/docs/about-claude/models
System Cards: anthropic.com/system-cards
Google
ai.google.dev/gemini-api/docs/models
Gemma cards on Hugging Face
Meta
ai.meta.com/llama (overview)
Full cards on Hugging Face repos
What’s Different
For API-based models (GPT-4o, Claude, Gemini Pro), the model card equivalent is the pricing page + model docs + system card. You won’t find config.json or weight files — instead, look for: token limits, rate limits, pricing per million tokens, supported features (function calling, vision, streaming), and safety documentation. The same 7-question checklist applies; just replace “hardware” with “budget” and “quantization” with “pricing tier.”
Key insight: The skill of reading model documentation transfers across all providers. Whether it’s a Hugging Face model card, an OpenAI model spec, or an Anthropic system card — you’re asking the same questions, just finding answers in different places.