Files
2026-07-13 13:39:38 +08:00

12 lines
324 B
Python

from typing import Literal
LLMModels = Literal[
"deepseek-ai/DeepSeek-R1",
"deepseek-ai/DeepSeek-V3-0324",
"meta-llama/Llama-4-Scout-17B-16E-Instruct",
"meta-llama/Llama-4-Maverick-17B-128E-Instruct",
"moonshotai/Kimi-K2-Instruct",
"openai/gpt-oss-120b",
"Qwen/Qwen3-235B-A22B-Instruct-2507",
]