Some Tensormesh serverless reasoning models expose reasoning controls through chat template settings. The provider forwards model-specific options unchanged throughDocumentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
providerOptions.tensormesh.chat_template_kwargs.
DeepSeek-V4-Flash
For the default non-thinking mode, omit reasoning controls:thinking: true and the model’s
reasoning_effort inside chat_template_kwargs:
reasoning_effort: "max" when you specifically want DeepSeek-V4-Flash
Think Max.
AI SDK Reasoning Fields
UseproviderOptions.tensormesh.chat_template_kwargs for Tensormesh
chat-template reasoning controls.
The AI SDK/OpenAI-compatible reasoning and reasoningEffort settings are
standard request fields and are sent as top-level reasoning_effort, not inside
chat_template_kwargs.
