1{
2 "name": "Charm Hyper",
3 "id": "hyper",
4 "api_endpoint": "https://hyper.charm.land/api/v1/fantasy",
5 "type": "hyper",
6 "default_large_model_id": "kimi-k2.5",
7 "default_small_model_id": "gpt-oss-120b",
8 "models": [
9 {
10 "id": "glm-5",
11 "name": "GLM-5",
12 "cost_per_1m_in": 1,
13 "cost_per_1m_out": 3,
14 "cost_per_1m_in_cached": 0.5,
15 "cost_per_1m_out_cached": 0,
16 "context_window": 202752,
17 "default_max_tokens": 20275,
18 "can_reason": true,
19 "supports_attachments": false
20 },
21 {
22 "id": "glm-5.1",
23 "name": "GLM-5.1",
24 "cost_per_1m_in": 1.06,
25 "cost_per_1m_out": 4.4,
26 "cost_per_1m_in_cached": 0.26,
27 "cost_per_1m_out_cached": 0,
28 "context_window": 202752,
29 "default_max_tokens": 20275,
30 "can_reason": true,
31 "supports_attachments": false
32 },
33 {
34 "id": "gpt-oss-120b",
35 "name": "gpt-oss-120b",
36 "cost_per_1m_in": 0.1,
37 "cost_per_1m_out": 0.4,
38 "cost_per_1m_in_cached": 0.01,
39 "cost_per_1m_out_cached": 0.04,
40 "context_window": 131072,
41 "default_max_tokens": 13107,
42 "can_reason": true,
43 "reasoning_levels": [
44 "low",
45 "medium",
46 "high"
47 ],
48 "default_reasoning_effort": "medium",
49 "supports_attachments": false
50 },
51 {
52 "id": "kimi-k2.5",
53 "name": "Kimi K2.5",
54 "cost_per_1m_in": 0.445,
55 "cost_per_1m_out": 2,
56 "cost_per_1m_in_cached": 0.225,
57 "cost_per_1m_out_cached": 1.1,
58 "context_window": 262144,
59 "default_max_tokens": 26214,
60 "can_reason": true,
61 "supports_attachments": true
62 },
63 {
64 "id": "kimi-k2.6",
65 "name": "Kimi K2.6",
66 "cost_per_1m_in": 0.8,
67 "cost_per_1m_out": 4,
68 "cost_per_1m_in_cached": 0.25,
69 "cost_per_1m_out_cached": 0,
70 "context_window": 262144,
71 "default_max_tokens": 26214,
72 "can_reason": true,
73 "supports_attachments": true
74 }
75 ]
76}