• Resolved allanmartel

    (@allanmartel)


    Am I right in believing that this setting Max tokens Response length limit will limit the amount of tokens able to be used in a response in an AI form?

    I generated a response using this setting that ended up being 392 credits or 36,583 “Units“.

    Is “Units” equivalent to tokens? And if so, should this have been effected by the max tokens cap?

    Or am I looking at this the wrong way?

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author senols

    (@senols)

    Hello,

    You are partly correct.

    The Max tokens setting limits the maximum number of output tokens ai can generate. It does not limit the input tokens or the combined total.

    Units means:

    Input tokens + output tokens = total units

    Your pricing rule calculates credits as follows:

    (input tokens ÷ 1000 × 10) + (output tokens ÷ 1000 × 20)

    Based on 36583 units and a charge of 392 credits, the approximate breakdown would be:

    Around 34000 input tokens
    Around 2500–2600 output tokens

    That would be approximately 340 input credits plus 52 output credits. Therefore, the output was well below the 10000-token limit—the 36583 figure does not mean the response itself contained that many tokens.

    The high input usage could come from the form instructions (your prompt), submitted content, system prompt, or additional context such as web search.

    You would need to inspect the corresponding usage/conversation log to identify the exact contributor under Usage module.

    Just a note: I see that your max token is 10000. It is quite high for most forms. For standard responses, I recommend starting around 1000–3000 and increasing it only if responses are being cut off.

    Thread Starter allanmartel

    (@allanmartel)

    ok, that makes sense, thank you for the explanation!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.