diff --git a/providers/anthropic/models/claude-sonnet-4-20250514_prompt_greater_than_200k_tokens.toml b/providers/anthropic/models/claude-sonnet-4-20250514_prompt_greater_than_200k_tokens.toml new file mode 100644 index 00000000..4248f8cb --- /dev/null +++ b/providers/anthropic/models/claude-sonnet-4-20250514_prompt_greater_than_200k_tokens.toml @@ -0,0 +1,24 @@ +name = "Claude Sonnet 4" +release_date = "2025-05-22" +last_updated = "2025-05-22" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-03-31" +open_weights = false + +[cost] +input = 6.00 +output = 22.50 +reasoning = 22.50 +cache_read = 0.60 +cache_write = 7.50 + +[limit] +context = 200_000 +output = 64_000 + +[modalities] +input = ["text", "image"] +output = ["text"] \ No newline at end of file diff --git a/providers/anthropic/models/claude-sonnet-4-5-20250929_prompt_greater_than_200k_tokens.toml b/providers/anthropic/models/claude-sonnet-4-5-20250929_prompt_greater_than_200k_tokens.toml new file mode 100644 index 00000000..a5485a81 --- /dev/null +++ b/providers/anthropic/models/claude-sonnet-4-5-20250929_prompt_greater_than_200k_tokens.toml @@ -0,0 +1,23 @@ +name = "Claude Sonnet 4.5" +release_date = "2025-09-29" +last_updated = "2025-09-29" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-07-31" +open_weights = false + +[cost] +input = 6.00 +output = 22.50 +cache_read = 0.60 +cache_write = 7.50 + +[limit] +context = 1_000_000 +output = 64_000 + +[modalities] +input = ["text", "image"] +output = ["text"] \ No newline at end of file diff --git a/providers/google/models/gemini-2.5-pro_prompt_greater_than_200k_tokens.toml b/providers/google/models/gemini-2.5-pro_prompt_greater_than_200k_tokens.toml new file mode 100644 index 00000000..a0c928f0 --- /dev/null +++ b/providers/google/models/gemini-2.5-pro_prompt_greater_than_200k_tokens.toml @@ -0,0 +1,22 @@ +name = "Gemini 2.5 Pro" +release_date = "2025-03-20" +last_updated = "2025-06-05" +attachment = true +reasoning = true +temperature = true +knowledge = "2025-01" +tool_call = true +open_weights = false + +[cost] +input = 2.50 +output = 15.00 +cache_read = 0.625 + +[limit] +context = 1_048_576 +output = 65_536 + +[modalities] +input = ["text", "image", "audio", "video", "pdf"] +output = ["text"] \ No newline at end of file