CountTokens
constructor(model: ModelName, messages: List<Message>, system: List<Content.Text>? = null, tools: List<Tool> = emptyList(), tool_choice: ToolChoice? = null, thinking: Thinking? = null, output_config: OutputConfig? = null, cache_control: CacheControl? = null)(source)