TypeScript SDKAPI ReferenceModelsModelArchitectureInstructType - TypeScript SDKCopy pageModelArchitectureInstructType type definitionInstruction format type Example Usage 1import { ModelArchitectureInstructType } from "@openrouter/sdk/models";23let value: ModelArchitectureInstructType = "chatml";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"none" | "airoboros" | "alpaca" | "alpaca-modif" | "chatml" | "claude" | "code-llama" | "gemma" | "llama2" | "llama3" | "mistral" | "nemotron" | "neural" | "openchat" | "phi3" | "rwkv" | "vicuna" | "zephyr" | "deepseek-r1" | "deepseek-v3.1" | "qwq" | "qwen3" | Unrecognized<string>