#[βœ… Solved] Question about pricing

1 messages Β· Page 1 of 1 (latest)

woeful bough
#

The models here are priced per message (weird but ok)
is that per API call or does that mean something else?

north crestBOT
# woeful bough The models here are priced per message (weird but ok) is that per API call or do...

Yes β€” it means per API request / per chat completion call, not per token.

So if you send one POST to the chat completions endpoint, that counts as 1 request and uses the model’s listed credit cost for your plan.

Example:

  • 1 API call = 1 billed request
  • Longer prompt / more tokens = does not change the credit charge for that request

If you want, I can also point you to the best model for your plan.

-# This is an automated response from @north crest. While I strive to provide accurate assistance, I may occasionally make mistakes. If you find any inaccuracies or need further clarification, feel free to wait for our community helpers to give you further guidance.

woeful bough
#

could a human answer please.

grizzled cairn
# woeful bough could a human answer please.

Yes β€” it means per API request / per chat completion call, not per token.

So if you send one POST to the chat completions endpoint, that counts as 1 request and uses the model’s listed credit cost for your plan.

Example:

  • 1 API call = 1 billed request
  • Longer prompt / more tokens = does not change the credit charge for that request
woeful bough
#

cool lmao

north crestBOT
#

[βœ… Solved] Question about pricing