import { CompletionUsage } from "https://deno.land/x/openai@v4.62.1/resources/mod.ts";
Interfaces
Breakdown of tokens used in a completion. |
import { type CompletionUsage } from "https://deno.land/x/openai@v4.62.1/resources/mod.ts";
Usage statistics for the completion request.
Properties
optional
completion_tokens_details: CompletionUsage.CompletionTokensDetailsBreakdown of tokens used in a completion.