-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathollamacloud.json
More file actions
95 lines (95 loc) · 2.5 KB
/
ollamacloud.json
File metadata and controls
95 lines (95 loc) · 2.5 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
{
"name": "Ollama Cloud",
"id": "ollamacloud",
"type": "ollama-cloud",
"api_key": "",
"api_endpoint": "https://ollama.com",
"default_large_model_id": "gpt-oss:120b-cloud",
"default_small_model_id": "gpt-oss:20b-cloud",
"models": [
{
"id": "deepseek-v3.1:671b-cloud",
"name": "DeepSeek V3.1 671B",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": true,
"supports_attachments": false
},
{
"id": "gpt-oss:20b-cloud",
"name": "GPT-OSS 20B",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": false,
"supports_attachments": false
},
{
"id": "gpt-oss:120b-cloud",
"name": "GPT-OSS 120B",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": true,
"supports_attachments": false
},
{
"id": "kimi-k2:1t-cloud",
"name": "Kimi K2 1T",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": true,
"supports_attachments": false
},
{
"id": "qwen3-coder:480b-cloud",
"name": "Qwen3 Coder 480B",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": false,
"supports_attachments": false
},
{
"id": "glm-4.6:cloud",
"name": "GLM 4.6",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": true,
"supports_attachments": false
},
{
"id": "minimax-m2:cloud",
"name": "Minimax M2",
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"context_window": 128000,
"default_max_tokens": 4096,
"can_reason": false,
"supports_attachments": false
}
]
}