fix(models): Adjusts the Claude 4 models and introduces the llms-install.md file to enable AI agents to install the Taskmaster MCP server programmatically.

This commit is contained in:
Eyal Toledano
2025-05-23 12:59:14 -04:00
parent 0c55ce0165
commit b371808524
3 changed files with 147 additions and 0 deletions

View File

@@ -1,5 +1,19 @@
{
"anthropic": [
{
"id": "claude-sonnet-4-20250514",
"swe_score": 0.727,
"cost_per_1m_tokens": { "input": 3.0, "output": 15.0 },
"allowed_roles": ["main", "fallback"],
"max_tokens": 120000
},
{
"id": "claude-opus-4-20250514",
"swe_score": 0.725,
"cost_per_1m_tokens": { "input": 15.0, "output": 75.0 },
"allowed_roles": ["main", "fallback"],
"max_tokens": 120000
},
{
"id": "claude-3-7-sonnet-20250219",
"swe_score": 0.623,