Primitives
ModelProfile
@dataclass(frozen=True)
class ModelProfile
A release-pinned tokenizer profile selectable without exposing Hub revisions.
Source: src/invera_sdk/completions.py:104
TokenizerAdapter
class TokenizerAdapter(Protocol)
Tokenizer operations owned by the SDK rather than the Engine.
Source: src/invera_sdk/completions.py:124
TokenizerIdentity
@dataclass(frozen=True)
class TokenizerIdentity
Immutable tokenizer identity used to prove raw token-id parity with the Engine.
Source: src/invera_sdk/__init__.py:36