Videos
What are the input and output token prices for GPT-3.5, GPT-4, and GPT-4o?
How does the context window of GPT-4 compare to GPT-3.5?
What are input and output tokens?
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?
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?