Documentation Index
Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
count_token
Parameters:
| Name | Description |
|---|---|
input | (str, list, dict): Input to the model. Type: str | list[str] | dict[str, typing.Any] |
model | (str): Model name. Type: str Default: ‘gpt-3.5-turbo-0613’ |
| Type | Description |
|---|---|
| int | int: Number of tokens from the input. |