Files
llm-intelligence/frontend/src/data/latest_models.json

25 lines
412 B
JSON
Raw Normal View History

{
"generated_at": "2026-05-08T13:47:39+08:00",
"total": 2,
"free": 1,
"paid": 1,
"models": [
{
"id": "openai/gpt-4o",
"context_length": 128000,
"pricing": {
"input": 2.5,
"output": 10
}
},
{
"id": "anthropic/claude-3.5-sonnet:free",
"context_length": 200000,
"pricing": {
"input": 0,
"output": 0
}
}
]
}