Skip to content

Commit

Permalink
add bedrock stability to model_prices_and_context_window.json (#7869)
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-sullivan authored Jan 19, 2025
1 parent 3a7b13e commit d6e85f7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -6587,13 +6587,41 @@
"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,
"output_cost_per_image": 0.14,
"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,
Expand Down

0 comments on commit d6e85f7

Please sign in to comment.