All Products
Search
Document Center

OpenSearch:View billing details

Last Updated:Mar 31, 2026

View your OpenSearch charges in the Expenses and Costs console, filtered by product and service. Each bill line item includes an instance ID that encodes the invoked service, usage volume, and workspace.

View your bills

  1. Log on to the Expenses and Costs console.

  2. In the left-side navigation pane, choose Billing > Bill Details.

  3. Set the following filters: To narrow results further, search by resource name, instance ID, or order number.

Decode the instance ID

Each bill line item has an instance ID that encodes the invoked service, usage, and workspace. The format is:

opensearch_<identifier>:<service-path>/<model-or-service-name>/<metric>;<usage>;<workspace>
SegmentDescription
service-path/model-or-service-nameThe service category and specific model or service invoked
metricThe billing unit (for example, output token or token)
usageThe usage amount in thousands
workspaceThe workspace that invoked the service

The following examples show how to read a line item and verify the calculated cost.

Example 1: Qwen-Plus output tokens

Instance ID segment: text-generation/qwen-plus/output token:0.278

FieldValueDescription
Servicetext-generation/qwen-plusQwen-Plus model, text generation
Metricoutput tokenBilled by output tokens
Usage0.2780.278 thousand tokens
Workspacerag0509The workspace that invoked the service

Cost calculation:

  • Price: USD 0.0012 per 1,000 tokens

  • Cost: 0.0012 × 0.278 = USD 0.0003336

Example 2: Sparse text embedding

Instance ID: opensearch__xxxx_xxxx_xxx-xxwb3rOrvi001:text-sparse-embedding/ops-text-sparse-embedding-001/token;0.011;rag0509

FieldValueDescription
Servicetext-sparse-embedding/ops-text-sparse-embedding-001OpenSearch sparse text embedding-001
MetrictokenBilled by tokens
Usage0.0110.011 thousand tokens
Workspacerag0509The workspace that invoked the service

Cost calculation:

  • Price: USD 0.0009 per 1,000 tokens

  • Cost: 0.0009 × 0.011 = USD 0.0000099

  • Displayed cost: USD 0.000010 (rounded to six decimal places)