From 500ac36bd93bfe257096d0b8f7d63daca80cab9f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 1 May 2024 10:43:40 -0700 Subject: [PATCH] Added cost & context metadata for openrouter/anthropic/claude-3-opus --- model_prices_and_context_window.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 4b15b8e32..ce6f9b800 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1572,6 +1572,17 @@ "litellm_provider": "openrouter", "mode": "chat" }, + "openrouter/anthropic/claude-3-opus": { + "max_tokens": 4096, + "max_input_tokens": 200000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.000015, + "output_cost_per_token": 0.000075, + "litellm_provider": "openrouter", + "mode": "chat", + "supports_function_calling": true, + "tool_use_system_prompt_tokens": 395 + }, "openrouter/google/palm-2-chat-bison": { "max_tokens": 8000, "input_cost_per_token": 0.0000005,