From d6e85f793620e2d506a404fcb09ae3feb18e91b8 Mon Sep 17 00:00:00 2001 From: Marty Sullivan Date: Sun, 19 Jan 2025 18:00:54 -0500 Subject: [PATCH] add bedrock stability to model_prices_and_context_window.json (#7869) --- model_prices_and_context_window.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index ed7f036bf9..dee9858c45 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6587,6 +6587,27 @@ "litellm_provider": "bedrock", "mode": "image_generation" }, + "stability.sd3-5-large-v1:0": { + "max_tokens": 77, + "max_input_tokens": 77, + "output_cost_per_image": 0.08, + "litellm_provider": "bedrock", + "mode": "image_generation" + }, + "stability.stable-image-core-v1:0": { + "max_tokens": 77, + "max_input_tokens": 77, + "output_cost_per_image": 0.04, + "litellm_provider": "bedrock", + "mode": "image_generation" + }, + "stability.stable-image-core-v1:1": { + "max_tokens": 77, + "max_input_tokens": 77, + "output_cost_per_image": 0.04, + "litellm_provider": "bedrock", + "mode": "image_generation" + }, "stability.stable-image-ultra-v1:0": { "max_tokens": 77, "max_input_tokens": 77, @@ -6594,6 +6615,13 @@ "litellm_provider": "bedrock", "mode": "image_generation" }, + "stability.stable-image-ultra-v1:1": { + "max_tokens": 77, + "max_input_tokens": 77, + "output_cost_per_image": 0.14, + "litellm_provider": "bedrock", + "mode": "image_generation" + }, "sagemaker/meta-textgeneration-llama-2-7b": { "max_tokens": 4096, "max_input_tokens": 4096,