Skip to main content

Tool for estimating the cost of using different OpenAI API models

Project description

GPT Cost Estimator

This Python package, GPTCostCalculator, provides a simple yet effective tool for estimating the cost of using different ChatGPT models. It is designed for anyone using ChatGPT models in their applications and need to estimate the cost of a particular query. You do NOT need an OpenAI API key to use this package. This package is available on pypi

Features

  • Provides cost estimation for input and output tokens of various ChatGPT models.
  • Supports multiple models including GPT-4, GPT-4-32k, GPT-4-1106-preview, GPT-3.5-turbo-1106, and GPT-3.5-turbo-instruct.
  • Easy integration with existing Python projects.

Supported Models

As of the current release, the package supports the following ChatGPT models:

  • gpt-4o: Input Price - $5, Output Price - $15 per 1M tokens.
  • gpt-3.5-turbo-0125: Input Price - $0.5, Output Price - $1.5 per 1M tokens.
  • gpt-3.5-turbo-instruct: Input Price - $1.5, Output Price - $2 per 1M tokens.

Installation

To install the package, simply run the following command:

pip install GPTCostCalculator

Usage

Here is a basic example of how to use the package:

from GPTCostCalculator import Calculator

# Initialize the calculator
calculator = Calculator()

# Estimate the cost
report = estimator.cost_estimate(model="gpt-4o", input_text="Your input text here", output_text="Expected output text", info_text = True)

output_text is not mandatory.

Dependencies

  • tiktoken: Used for tokenizing the input and output texts.

Contributing

Contributions to the GPTCostCalculator package are welcome. Please feel free to fork the repository, make your changes, and create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any queries or feedback, please contact me.

Disclaimer

Please note that the costs provided by this package are estimates and may vary based on actual usage of ChatGPT models.

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

gptcostcalculator-1.0.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

GPTCostCalculator-1.0.2-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file gptcostcalculator-1.0.2.tar.gz.

File metadata

  • Download URL: gptcostcalculator-1.0.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for gptcostcalculator-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ab26f0fb8891153a652fda44dad212faf6d6a7e9804261eec74211ae87b3d2d6
MD5 b8f186cd0498acaa3fed42c24df7b437
BLAKE2b-256 c054ec1618435e35fff90caa9835c7fa8ce9dd6652b57492933e6e40fb490fa1

See more details on using hashes here.

File details

Details for the file GPTCostCalculator-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for GPTCostCalculator-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e1b73cff9040633c864aedc8df6387fa438f62304413cc1c16ad3dd78f4ae417
MD5 1389670ba7c2ed081f1d4f7c851e8c70
BLAKE2b-256 bb30205976ba71c3fecf03182be7942d2b4c22c19fb99a9bc19635d38c538655

See more details on using hashes here.

Supported by

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