{ "audio_token": "<|audio|>", "backend": "tokenizers", "boa_token": "<|audio>", "boi_token": "<|image>", "bos_token": "", "eoa_token": "", "eoc_token": "", "eoi_token": "", "eos_token": "", "eot_token": "", "escape_token": "<|\"|>", "etc_token": "", "etd_token": "", "etr_token": "", "extra_special_tokens": [ "<|video|>" ], "image_token": "<|image|>", "mask_token": "", "model_max_length": 1000000000000000019884624838656, "pad_token": "", "padding_side": "left", "processor_class": "Gemma4Processor", "response_schema": { "type": "object", "properties": { "role": { "const": "assistant" }, "thinking": { "type": "string" }, "content": { "type": "string" }, "tool_calls": { "x-regex-iterator": "<\\|tool_call>(.*?)", "type": "array", "items": { "type": "object", "properties": { "type": { "const": "function" }, "function": { "type": "object", "x-regex": "call\\:(?P\\w+)(?P\\{.*\\})", "properties": { "name": { "type": "string" }, "arguments": { "type": "object", "x-parser": "gemma4-tool-call", "additionalProperties": {} } } } } } } }, "x-regex": "(\\<\\|channel\\>thought\\n(?P.*?)\\)?(?P\\<\\|tool_call\\>.*\\)?(?P(?:(?!\\)(?!\\<\\|tool_response\\>).)+)?(?:\\|\\<\\|tool_response\\>)?" }, "response_template": { "defaults": { "role": "assistant" }, "fields": { "content": { "close": [ "", "<|tool_response>", "" ], "content": "text" }, "thinking": { "close": "", "content": "text", "open": "<|channel>thought\n" }, "tool_calls": { "close": "", "content": "json", "content_args": { "string_delims": [ [ "<|\"|>", "<|\"|>" ] ], "unquoted_keys": true }, "open_pattern": "<\\|tool_call>call:(?P\\w+)", "repeats": true, "transform": { "function": { "arguments": "{content}", "name": "{name}" }, "type": "function" } } }, "start_anchor": [ "<|turn>model\n", "" ] }, "soc_token": "<|channel>", "sot_token": "<|turn>", "stc_token": "<|tool_call>", "std_token": "<|tool>", "str_token": "<|tool_response>", "think_token": "<|think|>", "tokenizer_class": "GemmaTokenizer", "unk_token": "" }