The API is fairly cheap, if you're putting a low amount of tokens and specially if using 4o-mini your costs should be near nothing Answer from TheoreticalClick on reddit.com
🌐
OpenAI
openai.com › api › pricing
API Pricing
No, OpenAI APIs are billed separately from ChatGPT Plus, Business, Enterprise and Edu. ChatGPT subscription pricing can be found at ... Images are converted into tokens and charged per token. Text models price image tokens at standard text token rates, while GPT Image and gpt-realtime uses a separate image token rate.
🌐
Reddit
reddit.com › r/webdev › eli5: understanding openai's api pricing when it comes to tokens
r/webdev on Reddit: ELI5: understanding OpenAI's API pricing when it comes to tokens
April 9, 2025 -

Hello, I’m having a hard time figuring out how many tokens I would need if I’m building a simple web app that uses a chatbot through the OpenAI API. There are a lot of models available, and I’m not really sure which one to use. The app I’m building is a school project, so I don’t expect many people to use it.

Essentially, the idea is that users would ask the app specific questions, and if they tell the chat to “save” the response, it would call a function to store it.
Also, if I’m testing the responses, would that use up tokens? Or is there a free way to test responses from the API?

Discussions

Open AI API costs me 1$?
The API is fairly cheap, if you're putting a low amount of tokens and specially if using 4o-mini your costs should be near nothing More on reddit.com
🌐 r/OpenAI
41
52
October 6, 2024
Those of you using OpenAI as your LLM, how much is it costing you each month?
So I am using it as my conversation model but with local prossesing first enabled and it costs less then 1 cents per month for me. More on reddit.com
🌐 r/homeassistant
101
139
March 13, 2025
[D] OpenAI introduces ChatGPT and Whisper APIs (ChatGPT API is 1/10th the cost of GPT-3 API)
I have no idea how OpenAI can make money on this. Quantizing to mixed int8/int4 - 70% hardware reduction and 3x speed increase compared to float16 with essentially no loss in quality. A*.3/3 = 10% of the cost. Switch from quadratic to memory efficient attention. 10x-20x increase in batch size. So we are talking it taking about 1% of the resources and a 10x price reduction - they should be 90% more profitable compared to when they introduced GPT-3. edit - see MS DeepSpeed MII - showing a 40x per token cost reduction for Bloom-176B vs default implementation https://github.com/microsoft/DeepSpeed-MII Also there are additional ways to reduce cost not covered above - pruning, graph optimization, teacher student distillation. I think teacher student distillation is extremely likely given reports that it has difficulty with more complex prompts. More on reddit.com
🌐 r/MachineLearning
121
578
March 1, 2023
OA API: preliminary beta pricing announced
PhilosopherAI.com currently has about 750,000 queries put into it. About half got past the content filter, so let's say ballpark 400,000 outputs at an average 1000 tokens each... (because prompts are chained, so a lot of tokens used in the background) That makes for 400 million tokens in 2 or 3 weeks, which puts me at like $4000/mo minimum Which means this website will probably be shutting down to public use on October 1st :P More on reddit.com
🌐 r/GPT3
82
134
August 3, 2020
🌐
OpenAI
openai.com › api
API Platform | OpenAI
Zillow makes home and financing searches easier with voice using the Realtime API.
🌐
OpenAI
platform.openai.com › docs › models › gpt-5.2
GPT-5.2 Model | OpenAI API
5 days ago - Batch API price · Input · $1.75 · Cached input · $0.175 · Output · $14.00 · Quick comparison · Input · Cached input · Output · GPT-5.2 · $1.75 · GPT-5 · $1.25 · GPT-5 mini · $0.25 · Modalities · Text · Input and output · ...
🌐
GPT for Work
gptforwork.com › tools › openai-chatgpt-api-pricing-calculator
OpenAI API Pricing Calculator | GPT for Work
Estimate the cost of using various AI APIs such as OpenAI, Anthropic, Deepseek, Gemini, Mistral with this pricing calculator.
Published   October 15, 2025
🌐
OpenAI
platform.openai.com › pricing
API Pricing
Explore resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's developer platform.
Find elsewhere
🌐
Microsoft Azure
azure.microsoft.com › en-us › pricing › details › cognitive-services › openai-service
Azure OpenAI Service - Pricing | Microsoft Azure
If your assistant calls Code Interpreter simultaneously in two different threads, this would create two Code Interpreter sessions (2 * $-). Each session is active by default for one hour, which means that the price is for up to one hour of giving instructions to Code Interpreter in the same thread. Featured in the Realtime API, the GPT-4o-Realtime-Preview supports multilingual speech-to-speech capabilities.
🌐
CloudZero
cloudzero.com › home › blog › openai pricing: the models, features, and costs to know
OpenAI Pricing: The Models, Features, And Costs To Know
September 3, 2025 - OpenAI pricing is usage-based, meaning you’re billed for the resources your application consumes. Costs scale directly with the amount of text, audio, or image data you process through OpenAI APIs.
🌐
OpenAI
platform.openai.com › docs › models › compare
Compare models | OpenAI API
Specialized APIs · Assistants API · Resources · Terms and policies · Changelog · Your data · Permissions · Rate limits · Deprecations · MCP for deep research · Developer mode · ChatGPT Actions · Models · Compare models · GPT-5.2 · The best model for coding and agentic tasks across industries ·
🌐
Reddit
reddit.com › r/openai › open ai api costs me 1$?
r/OpenAI on Reddit: Open AI API costs me 1$?
October 6, 2024 -

I was looking to buy the open air API for my simple NLP classification problem.

Given the current price for chat gpt 4o 2.5$/1 M input tokens I have calculated that it would cost me less than 2$ a month to use the API?

My output is 3 class classification so the output cost is nearly next to nothing.

I feel like something is off..

Does anybody have any real life experience using their API?

🌐
OpenAI
platform.openai.com › docs › pricing
Pricing | OpenAI API
October 7, 2025 - While reasoning tokens are not visible via the API, they still occupy space in the model's context window and are billed as output tokens. For gpt-image-1.5, Text output tokens include model reasoning tokens. Prices per 1M tokens.
🌐
OpenAI
platform.openai.com › docs › pricing
pricing tables
Explore developer resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's platform.
🌐
Reddit
reddit.com › r/homeassistant › those of you using openai as your llm, how much is it costing you each month?
r/homeassistant on Reddit: Those of you using OpenAI as your LLM, how much is it costing you each month?
March 13, 2025 -

EDIT: The answer appears to be "sign up to platform.openai.com instead of ChatGPT, because then you only get charged for the tokens you use, and not the $20/month ChatGPT charge"

Thanks to everyone who answered, I'm up and running, I'll feedback if it starts costing too much!

EDIT 2: Apparently google is too hard for a lot of people, so here's a FAQ for all of those who hijacked this for something else:

  1. Just read the docs on the OpenAI integration, it's all there, no hardware required unless you want to talk to it in which case you'll need one of the hardware voice assistants.

  2. I'm using it to make my smart home more intelligent - there are loads of examples on Youtube of what people are doing, I want to use OpenAI to do the same thing, so I followed the tutorials on there and got it working

Yes, this is blunt, yes, I think people should share knowledge, but I'm also not going to do your homework for you.

================

I don't have the money or the interest to spend on running a local LLM, so I want to run hosted.

I've noticed the OpenAI API is billed "per million tokens" rather than ChatGPT which is billed at $20USD/month, so I'm starting to work out how much it will cost me to run OpenAI as the backend for my HA setup.

Please note that I am only interested in hearing from people who are already running OpenAI with HA - if you're not doing this, I'm sure your project is awesome and if this doesn't work then I'll definitely be interested in what I should use instead, but right now I need this specific question answered.

Thanks in advance for your time!

🌐
Distillery
distillery.com › home › blog › understanding the cost of openai api
Understanding the Cost of OpenAI API - Distillery
June 11, 2024 - If we go to the OpenAI pricing page, we can see that the cost for the GPT-4o is $0,005 per 1000 tokens in the input and $0,0015 per 1000 tokens of output. The second step is calculating the tokens of the prompt sent to the API call and the response ...
🌐
Holori
holori.com › accueil › blog › the ultimate guide to openai pricing: maximize your ai investment
Holori - The Ultimate Guide to OpenAI Pricing: Maximize Your AI investment
March 28, 2025 - GPT-4.5 Preview: A more advanced model at a premium price of $75.00 per 1M input tokens and $150.00 per 1M output tokens. For companies with high-volume text generation needs, OpenAI offers a batch API at discounted rates.
🌐
Medium
roobia.medium.com › openai-api-pricing-and-how-to-calculate-cost-automatically-e20e108eabdb
OpenAI API Pricing and How to Calculate Cost Automatically | by Roobia William | Medium
September 9, 2024 - This guide covers the pricing for ... performance. Available to paying customers. GPT-4 Turbo: Priced at $10.00 per 1M input tokens and $30.00 per 1M output tokens....
🌐
OpenAI Blog
stephenwalther.com › home › how much does it cost to call openai apis?
How Much Does It Cost to Call OpenAI APIs? - OpenAI Blog - Stephen Walther on OpenAI
March 14, 2024 - Conversations drive up the OpenAI API costs. One thing to keep in mind is that, typically, you are passing all of the previous messages back to OpenAI when you are create a conversation. In other words, for each new message, you pay the price for all of the previous messages.
🌐
OpenAI
platform.openai.com › docs › pricing
OpenAI Platform
Explore resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's developer platform.
🌐
OpenAI
openai.com › chatgpt › pricing
ChatGPT Pricing | OpenAI
API Platform(opens in a new window) OpenAI · ChatGPT · See pricing for our individual, business, and enterprise plans. Explore how AI can help with everyday tasks · $0 · / monthGet Free(opens in a new window) Limited access to our flagship ...