Skip to main content

Calculate prices for calling LLM, STT and TTS inference APIs. Fork of pydantic/genai-prices with voice-modality support.

Project description

voice-prices

CI Coverage PyPI versions license Join Slack


Installation

uv add voice-prices

(or pip install voice-prices if you're old school)

To use the CLI with Rich output/help, install the optional CLI dependencies:

uv add "voice-prices[cli]"

(or pip install "voice-prices[cli]")

Warning: these prices will not be 100% accurate

See the project README for more information.

Usage

calc_price

from voice_prices import Usage, calc_price

price_data = calc_price(
    Usage(input_tokens=1000, output_tokens=100),
    model_ref='gpt-4o',
    provider_id='openai',
)
print(f"Total Price: ${price_data.total_price} (input: ${price_data.input_price}, output: ${price_data.output_price})")

extract_usage

extract_usage can be used to extract usage data and the model_ref from response data, which in turn can be used to calculate prices:

from voice_prices import extract_usage

response_data = {
    'model': 'claude-sonnet-4-20250514',
    'usage': {
        'input_tokens': 504,
        'cache_creation_input_tokens': 123,
        'cache_read_input_tokens': 0,
        'output_tokens': 97,
    },
}
extracted_usage = extract_usage(response_data, provider_id='anthropic')
price = extracted_usage.calc_price()
print(price.total_price)

or with OpenAI where there are two API flavors:

from voice_prices import extract_usage

response_data = {
    'model': 'gpt-5',
    'usage': {'prompt_tokens': 100, 'completion_tokens': 200},
}
extracted_usage = extract_usage(response_data, provider_id='openai', api_flavor='chat')
price = extracted_usage.calc_price()
print(price.total_price)

UpdatePrices

UpdatePrices can be used to periodically update the price data by downloading it from GitHub

Please note:

  • this functionality is explicitly opt-in
  • we download data directly from GitHub (https://raw.githubusercontent.com/mahimailabs/voice-prices/refs/heads/main/prices/data.json) so we don't and can't monitor requests or gather telemetry

At the time of writing, the data.json file downloaded by UpdatePrices is around 26KB when compressed, so is generally very quick to download.

By default UpdatePrices downloads price data immediately after it's started in the background, then every hour after that.

Usage with UpdatePrices as as context manager:

from voice_prices import UpdatePrices, Usage, calc_price

with UpdatePrices() as update_prices:
    update_prices.wait()  # optionally wait for prices to have updated
    p = calc_price(Usage(input_tokens=123, output_tokens=456), 'gpt-5')
    print(p)

Usage with UpdatePrices as a simple class:

from voice_prices import UpdatePrices, Usage, calc_price

update_prices = UpdatePrices()
update_prices.start(wait=True)  # start updating prices, optionally wait for prices to have updated
p = calc_price(Usage(input_tokens=123, output_tokens=456), 'gpt-5')
print(p)
update_prices.stop()  # stop updating prices

Only one UpdatePrices instance can be running at a time.

If you'd like to wait for prices to be updated without access to the UpdatePrices instance, you can use the wait_prices_updated_sync function:

from voice_prices import wait_prices_updated_sync

wait_prices_updated_sync()
...

Or it's async variant, wait_prices_updated_async.

CLI Usage

Run the CLI with:

uvx voice-prices --help

Or, if installed locally, make sure CLI extras are present:

pip install "voice-prices[cli]"
voice-prices --help

If local CLI extras are not installed, the command will print an install hint for voice-prices[cli].

To list providers and models, run:

uvx voice-prices list

To calculate the price of models, run for example:

uvx voice-prices calc --input-tokens 100000 --output-tokens 3000 o1 o3 claude-opus-4

CLI output notes:

  • Rich output is the default.
  • Use --plain (-p) for legacy/plain output.
  • Use --no-color to keep rich formatting without colors.
  • Use -T / --table for wide table output.

Further Documentation

We do not yet build API documentation for this package, but the source code is relatively simple and well documented.

If you need further information on the API, we encourage you to read the source code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

voice_prices-0.0.3.tar.gz (70.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voice_prices-0.0.3-py3-none-any.whl (72.9 kB view details)

Uploaded Python 3

File details

Details for the file voice_prices-0.0.3.tar.gz.

File metadata

  • Download URL: voice_prices-0.0.3.tar.gz
  • Upload date:
  • Size: 70.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for voice_prices-0.0.3.tar.gz
Algorithm Hash digest
SHA256 3c9becbcfbd34e4e8d09e99b7d99d9b71f9d4cd4b4f641571504de97a36dee8d
MD5 6d090f71d2f6cc2316acf0615c29c0f4
BLAKE2b-256 fd4a7cc273d938306e03b6139b8e62a23fd02456a76d9d82743f20b6f9057169

See more details on using hashes here.

File details

Details for the file voice_prices-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: voice_prices-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 72.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for voice_prices-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a98c16dabda90be783b2de3f1d51119b2aa0ccc7637b664bd58ab3d86bda16f9
MD5 f9126e162602b892f67f2da7625da67b
BLAKE2b-256 a957c1c8613d363724c1873af16b69a5cd6425e86480abd8db4d2e0f7c7d5a95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page