From 3afe70c1f2dba8981f40d0ee8d0bfc227147d029 Mon Sep 17 00:00:00 2001 From: lowjiansheng <15527690+lowjiansheng@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:27:57 +0800 Subject: [PATCH] gpt o1 and o1 mini --- model_prices_and_context_window.json | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 37ac23966..8c4d7d7da 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -11,6 +11,42 @@ "supports_parallel_function_calling": true, "supports_vision": true }, + "o1-preview-2024-09-12": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 32768, + "input_cost_per_token": 0.000015, + "output_cost_per_token": 0.00006, + "litellm_provider": "openai", + "mode": "chat" + }, + "o1-preview": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 32768, + "input_cost_per_token": 0.000015, + "output_cost_per_token": 0.00006, + "litellm_provider": "openai", + "mode": "chat" + }, + "o1-mini": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 65536, + "input_cost_per_token": 0.000003, + "output_cost_per_token": 0.000012, + "litellm_provider": "openai", + "mode": "chat" + }, + "o1-mini-2024-09-12": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 65536, + "input_cost_per_token": 0.000003, + "output_cost_per_token": 0.000012, + "litellm_provider": "openai", + "mode": "chat" + }, "gpt-4": { "max_tokens": 4096, "max_input_tokens": 8192,