Entraspan experiments with AI models from all the major companies
- Problems arise because there are so many models to choose from
- Often times free or near free is ideal for text generation
- Some models are prohibitively expensive and to be avoided
- The model lists may change, this list is cached for 24 hour intervals
- Lower case attribute names are from the api, mixed case is added
What a Mess!
- This is a work in progress, turned out to not be time consuming
- Prooves the business guys and technical side are not talking
- Claude is the worst maybe
- No consistency between pricing and model id
- Many models being returned with no pricing/info
- On chatgpt and claude I marked anything not matched as legacy
- Haven't attempted embeddings
- Would be nice to get this information directly from the api's
Augmented model attributes
- The model attributes often are missing, incomplete, or insufficient
- Would be nice if there were standard attributes to compare models
- That is what the purpose of this page is with a link to a json file
- The added attributes help applications/users select ideal models
- Moved chatgpt to the bottom cause of all the noise
- Moved xai to the top as a leading frontier level model
Raw API Models Response
{
"data": [
{
"type": "model",
"id": "claude-opus-4-1-20250805",
"display_name": "Claude Opus 4.1",
"created_at": "2025-08-05T00:00:00Z"
},
{
"type": "model",
"id": "claude-opus-4-20250514",
"display_name": "Claude Opus 4",
"created_at": "2025-05-22T00:00:00Z"
},
{
"type": "model",
"id": "claude-sonnet-4-20250514",
"display_name": "Claude Sonnet 4",
"created_at": "2025-05-22T00:00:00Z"
},
{
"type": "model",
"id": "claude-3-7-sonnet-20250219",
"display_name": "Claude Sonnet 3.7",
"created_at": "2025-02-24T00:00:00Z"
},
{
"type": "model",
"id": "claude-3-5-sonnet-20241022",
"display_name": "Claude Sonnet 3.5 (New)",
"created_at": "2024-10-22T00:00:00Z"
},
{
"type": "model",
"id": "claude-3-5-haiku-20241022",
"display_name": "Claude Haiku 3.5",
"created_at": "2024-10-22T00:00:00Z"
},
{
"type": "model",
"id": "claude-3-5-sonnet-20240620",
"display_name": "Claude Sonnet 3.5 (Old)",
"created_at": "2024-06-20T00:00:00Z"
},
{
"type": "model",
"id": "claude-3-haiku-20240307",
"display_name": "Claude Haiku 3",
"created_at": "2024-03-07T00:00:00Z"
},
{
"type": "model",
"id": "claude-3-opus-20240229",
"display_name": "Claude Opus 3",
"created_at": "2024-02-29T00:00:00Z"
}
],
"has_more": false,
"first_id": "claude-opus-4-1-20250805",
"last_id": "claude-3-opus-20240229"
}