feat: Add claude 4 config and add more models to CI (#2747)

Co-authored-by: Charles Packer <packercharles@gmail.com>
This commit is contained in:
Matthew Zhou
2025-06-18 17:23:52 -07:00
committed by GitHub
parent e89164f71b
commit 40629285fc
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"model": "claude-sonnet-4-20250514",
"model_endpoint_type": "anthropic",
"model_endpoint": "https://api.anthropic.com/v1",
"model_wrapper": null,
"context_window": 200000,
"put_inner_thoughts_in_kwargs": true
}

View File

@@ -0,0 +1,8 @@
{
"context_window": 128000,
"model": "o4-mini",
"model_endpoint_type": "openai",
"model_endpoint": "https://api.openai.com/v1",
"model_wrapper": null,
"temperature": 1.0
}

View File

@@ -101,8 +101,9 @@ all_configs = [
"openai-o1.json",
"openai-o1-mini.json",
"openai-o3.json",
"openai-o3-mini.json",
"openai-o4-mini.json",
"azure-gpt-4o-mini.json",
"claude-4-sonnet.json",
"claude-3-5-sonnet.json",
"claude-3-7-sonnet.json",
"claude-3-7-sonnet-extended.json",