#Data API pricing

15 messages · Page 1 of 1 (latest)

hazy bronze
#

Where can I find the pricing for Data API usage?

raven parrot
stable sable
#

Not sure what you mean by Data API but you can find the pricing for their various models here: https://openai.com/api/pricing/

OpenAI

OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits all of humanity.

hazy bronze
#

@raven parrot @stable sable if I were to store documents for getting answers, how is this priced? By storage size?

#

or is this free to store documents?

stable sable
raven parrot
#

Is this for fine-tuning? Your purpose said "answers". I think you may be looking at an old endpoint. As far as I know (and I stand to be corrected), uploading files for fine-tuning is free, but the cost of the actual fine-tuning is more per token.

stable sable
#

I'm looking at the unofficial php lib and I don't see that example or even a similar create function

raven parrot
#

"answers" and "search" have been depreciated. The new end point is "completion"

hazy bronze
#

ok, let me check that

raven parrot
#

The pricing page has not been updated. I'll let Logan know

hazy bronze
#

is there any price associated with the files uploaded based on the size or content processed?

raven parrot
#

That is only for fine-tuning

stable sable
#

If you want to use documents for answering questions you'll likely want to generate embeddings from the contents and search those when asking questions. You need to manage storing and searching those embeddings on your own.