Skip to main content
Version: 0.4.0

Constants

MODEL_PROFILES

MODEL_PROFILES = (ModelProfile(id='qwen3-4b', model_id='Qwen/Qwen3-4B-Instruct-2507', revision='cdbee75f17c01a7cc42f958dc650907174af0554', fingerprint='83f164ef187f15d4c3f0dbd1f16c8db58f69917046e6b122cc0392011074839e'),)

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