Skip to main content
Version: 0.4.0

Constants

MODEL_PROFILES

const MODEL_PROFILES: readonly ModelProfile[] = [
{
id: "qwen3-4b",
modelId: "Qwen/Qwen3-4B-Instruct-2507",
revision: "cdbee75f17c01a7cc42f958dc650907174af0554",
fingerprint:
"83f164ef187f15d4c3f0dbd1f16c8db58f69917046e6b122cc0392011074839e",
},
]

Profiles supported by this SDK release.

Source: js/src/internal/contract.ts:38

SUPPORTED_MODEL_PROFILES

const SUPPORTED_MODEL_PROFILES = [
"qwen3",
"qwen3_5",
"qwen3_moe",
"qwen3_5_moe",
] as const

Model families supported by this SDK release against the Engine Contract 1.x.

Source: js/src/internal/contract.ts:49