Confirmation of Amazon Bedrock pricing for Titan Embeddings model

0

Hi there,

Please can someone explain whether the pricing for the Titan Embeddings models on Bedrock are per 1,000 tokens as per https://aws.amazon.com/bedrock/pricing/ or whether it is per API call (up to 1,000 tokens).

An example, if I had the following document: "This is a sentence. This is a second sentence. This is my third and final sentence". If I were to chunk this into sentences (1, 2 and 3) and embed each, would I get charged 3 separate calls at $0.00002 each (so $0.00006 in total), or just $0.00002 as the total number of tokens across all calls is less than 1,000 tokens?.

Trying to estimate the costs for a project based on chunking up documents.

Many thanks

Michael

1 Answer
0

Based on the information available on the AWS Bedrock pricing page, the pricing for Titan Embeddings models is per 1,000 tokens, not per API call.

Specifically, the pricing section states:

"Titan Embeddings models are priced on a per-1,000 tokens basis. The price is $0.00002 per 1,000 tokens."

So, in your example scenario, where you have a document with three sentences totaling less than 1,000 tokens, you would be charged a single $0.00002 fee, not three separate $0.00002 fees.

The key points are:

Pricing is based on the total number of tokens processed, not the number of API calls.
As long as the total number of tokens across all your calls is less than 1,000, you will be charged a single $0.00002 fee.
If the total number of tokens exceeds 1,000, you will be charged an additional $0.00002 for each additional 1,000 tokens.
answered 7 months ago
profile picture
EXPERT
reviewed 7 months ago
profile pictureAWS
EXPERT
reviewed 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions