This repository was archived by the owner on Sep 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
97 lines (97 loc) · 2.09 KB
/
Copy pathmodels.json
File metadata and controls
97 lines (97 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"models": [
{
"id": "deepseek/deepseek-v4-pro-0813",
"family": "DeepSeek V4",
"source": "openrouter"
},
{
"id": "deepseek/deepseek-v4-flash-0731",
"family": "DeepSeek V4",
"source": "openrouter"
},
{
"id": "z-ai/glm-5.3-flash",
"family": "GLM 5.3",
"source": "openrouter"
},
{
"id": "z-ai/glm-5.3",
"family": "GLM 5.3",
"source": "openrouter"
},
{
"id": "moonshotai/kimi-k3",
"family": "Kimi K3",
"source": "openrouter"
},
{
"id": "openai/gpt-6-astra",
"family": "GPT",
"source": "openrouter"
},
{
"id": "openai/gpt-5.6-sol",
"family": "GPT",
"source": "openrouter"
},
{
"id": "anthropic/claude-fable-5.1",
"family": "Claude",
"source": "openrouter"
},
{
"id": "anthropic/claude-opus-5",
"family": "Claude",
"source": "openrouter"
},
{
"id": "anthropic/claude-sonnet-5",
"family": "Claude",
"source": "openrouter"
},
{
"id": "google/gemini-3.8-flash",
"family": "Gemini",
"source": "openrouter"
},
{
"id": "google/gemini-3.7-flash",
"family": "Gemini",
"source": "openrouter"
},
{
"id": "x-ai/grok-4.6",
"family": "Grok",
"source": "openrouter"
},
{
"id": "qwen/qwen3.8-max-0902",
"family": "Qwen",
"source": "openrouter"
},
{
"id": "tencent/hy4-preview",
"family": "Hunyuan",
"source": "openrouter"
},
{
"id": "qwen3.8-27b",
"name": "Local Qwen3.8 27B Q5_K_XL",
"family": "Qwen",
"source": "local",
"baseUrl": "http://127.0.0.1:8080/v1",
"baseUrlEnv": "LOCAL_LLM_BASE_URL",
"artifact": "Qwen3.8-27B-UD-Q5_K_XL.gguf"
},
{
"id": "ornith-1.5-9b",
"name": "Local Ornith 1.5 9B Q5_K_M",
"family": "Ornith",
"source": "local",
"baseUrl": "http://127.0.0.1:8080/v1",
"baseUrlEnv": "LOCAL_LLM_BASE_URL",
"artifact": "Ornith-1.5-9B-Q5_K_M.gguf"
}
]
}