Skip to content
Repo

Inkling-Small

from modal_training_gym.common.models.inkling_small import Inkling_Small

Thinking Machines Lab Inkling-Small MoE model with 276B total and 12B active parameters.

Attributes

model_name str

Hugging Face repository ID. Default: "thinkingmachines/Inkling-Small"

response_parser Callable[[str], ParsedResponse] | None

Parser for generated text. Default: parse_inkling_response

download() -> None

Download or materialize weights into the model volume.

parse_response(text: str) -> ParsedResponse

Parse model text with response_parser.

Without a configured parser, the model text becomes ParsedResponse.content.

Returns

Parsed model output.