ModelArchitectureInstructType - TypeScript SDK

ModelArchitectureInstructType type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Instruction format type

Example Usage

1import { ModelArchitectureInstructType } from "@openrouter/sdk/models";
2
3let value: ModelArchitectureInstructType = "chatml";

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

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>