Constants
MODEL_PROFILES
MODEL_PROFILES = (ModelProfile(id='qwen3-4b', model_id='Qwen/Qwen3-4B', revision='1cfa9a7208912126459214e8b04321603b3df60c', fingerprint='4460b5b66e9b81a3d2e584e8dce549577e186d45f3607dec537baad725662c66'),)
Profiles supported by this SDK release.
Source: src/invera_sdk/completions.py:114
SUPPORTED_MODEL_PROFILES
SUPPORTED_MODEL_PROFILES = ('qwen3', 'qwen3_5', 'qwen3_moe', 'qwen3_5_moe')
Model profiles for which this SDK ships tokenizer and rendering support.
Source: src/invera_sdk/__init__.py:29