forked from phoenix/litellm-mirror
add pricing for stability.stable-image-ultra-v1:0
This commit is contained in:
parent
49c31ecee6
commit
d096a7c64c
2 changed files with 14 additions and 0 deletions
|
@ -5620,6 +5620,13 @@
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "image_generation"
|
"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"
|
||||||
|
},
|
||||||
"sagemaker/meta-textgeneration-llama-2-7b": {
|
"sagemaker/meta-textgeneration-llama-2-7b": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
"max_input_tokens": 4096,
|
"max_input_tokens": 4096,
|
||||||
|
|
|
@ -5620,6 +5620,13 @@
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "image_generation"
|
"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"
|
||||||
|
},
|
||||||
"sagemaker/meta-textgeneration-llama-2-7b": {
|
"sagemaker/meta-textgeneration-llama-2-7b": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
"max_input_tokens": 4096,
|
"max_input_tokens": 4096,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue