Hi everyone,
I came here to fetch a piece of advice about the OpenAI API, more specifically about the GPT-3 model. I got this university project where I need to integrate a GPT-3 model into an application build on Java.
My first problem is the pricing of the model. The given prices on the website are prices/1000 tokens and since I never used it, I would like to know how much it will cost for a frequent usage during the entirety of the project (two months).
This brings me to my second question, what are effective differences between the 4 presented models (Ada, Babbage, Curie and Davinci) in terms of performances and complexity.
I’m also wondering myself if the OpenAI java’s API can work with Java 8.
Hope you can help and thank you all.