Documentation
¶
Index ¶
- func CountBetaTokensWithTiktoken(model string, messages []anthropic.BetaMessageParam, ...) (int, error)
- func CountTokensWithTiktoken(model string, messages []anthropic.MessageParam, ...) (int, error)
- func EstimateInputTokens(req *openai.ChatCompletionNewParams) (int, error)
- func EstimateOutputTokens(content string) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountBetaTokensWithTiktoken ¶ added in v0.260124.900
func CountBetaTokensWithTiktoken(model string, messages []anthropic.BetaMessageParam, system anthropic.BetaMessageCountTokensParamsSystemUnion) (int, error)
CountBetaTokensWithTiktoken approximates token count for OpenAI-style providers using tiktoken
func CountTokensWithTiktoken ¶ added in v0.260124.900
func CountTokensWithTiktoken(model string, messages []anthropic.MessageParam, system []anthropic.TextBlockParam) (int, error)
CountTokensWithTiktoken approximates token count for OpenAI-style providers using tiktoken
func EstimateInputTokens ¶
func EstimateInputTokens(req *openai.ChatCompletionNewParams) (int, error)
EstimateInputTokens estimates input tokens from OpenAI request using tiktoken
func EstimateOutputTokens ¶
EstimateOutputTokens estimates output tokens from accumulated content
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.