forked from phoenix/litellm-mirror
add pricing for amazon.titan-embed-image-v1 (#6444)
This commit is contained in:
parent
030ece8c3f
commit
828631d6fc
2 changed files with 24 additions and 0 deletions
|
@ -4139,6 +4139,18 @@
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "embedding"
|
"mode": "embedding"
|
||||||
},
|
},
|
||||||
|
"amazon.titan-embed-image-v1": {
|
||||||
|
"max_tokens": 128,
|
||||||
|
"max_input_tokens": 128,
|
||||||
|
"output_vector_size": 1024,
|
||||||
|
"input_cost_per_token": 0.0000008,
|
||||||
|
"input_cost_per_image": 0.00006,
|
||||||
|
"output_cost_per_token": 0.0,
|
||||||
|
"litellm_provider": "bedrock",
|
||||||
|
"supports_image_input": true,
|
||||||
|
"mode": "embedding",
|
||||||
|
"source": "https://us-east-1.console.aws.amazon.com/bedrock/home?region=us-east-1#/providers?model=amazon.titan-image-generator-v1"
|
||||||
|
},
|
||||||
"mistral.mistral-7b-instruct-v0:2": {
|
"mistral.mistral-7b-instruct-v0:2": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 8191,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 32000,
|
||||||
|
|
|
@ -4139,6 +4139,18 @@
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock",
|
||||||
"mode": "embedding"
|
"mode": "embedding"
|
||||||
},
|
},
|
||||||
|
"amazon.titan-embed-image-v1": {
|
||||||
|
"max_tokens": 128,
|
||||||
|
"max_input_tokens": 128,
|
||||||
|
"output_vector_size": 1024,
|
||||||
|
"input_cost_per_token": 0.0000008,
|
||||||
|
"input_cost_per_image": 0.00006,
|
||||||
|
"output_cost_per_token": 0.0,
|
||||||
|
"litellm_provider": "bedrock",
|
||||||
|
"supports_image_input": true,
|
||||||
|
"mode": "embedding",
|
||||||
|
"source": "https://us-east-1.console.aws.amazon.com/bedrock/home?region=us-east-1#/providers?model=amazon.titan-image-generator-v1"
|
||||||
|
},
|
||||||
"mistral.mistral-7b-instruct-v0:2": {
|
"mistral.mistral-7b-instruct-v0:2": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 8191,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 32000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue