nemo_microservices.types.shared.reasoning_model_config#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared.reasoning_model_config.ReasoningModelConfig(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

end_token: str | None#

None

The end token used for reasoning traces.

remove_reasoning_traces: bool | None#

None

For reasoning models (e.g.

DeepSeek-r1), if the output parser should remove reasoning traces.

remove_thinking_traces: bool | None#

None

start_token: str | None#

None

The start token used for reasoning traces.