@mastra/mcp-docs-server 1.2.13-alpha.8 → 1.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/docs/agents/overview.md +1 -1
- package/.docs/docs/agents/supervisor-agents.md +2 -2
- package/.docs/docs/agents/using-tools.md +29 -0
- package/.docs/docs/capabilities/channels/imessage.md +181 -0
- package/.docs/docs/capabilities/channels/overview.md +1 -0
- package/.docs/docs/{evals/datasets → datasets}/overview.md +3 -3
- package/.docs/docs/{evals/datasets → datasets}/running-experiments.md +59 -2
- package/.docs/docs/editor/overview.md +201 -206
- package/.docs/docs/evals/evals-with-memory.md +1 -1
- package/.docs/docs/getting-started/develop.md +196 -0
- package/.docs/docs/index.md +78 -1
- package/.docs/docs/mastra-platform/workspaces.md +13 -13
- package/.docs/docs/memory/observational-memory.md +23 -0
- package/.docs/docs/studio/observability.md +4 -0
- package/.docs/docs/studio/overview.md +2 -2
- package/.docs/docs/workspace/search.md +1 -1
- package/.docs/guides/getting-started/quickstart.md +3 -3
- package/.docs/{docs → guides}/rag/chunking-and-embedding.md +1 -1
- package/.docs/{docs → guides}/rag/graph-rag.md +1 -1
- package/.docs/{docs → guides}/rag/overview.md +2 -2
- package/.docs/{docs → guides}/rag/retrieval.md +1 -1
- package/.docs/{docs → guides}/voice/overview.md +4 -4
- package/.docs/{docs → guides}/voice/realtime-voice.md +2 -2
- package/.docs/{docs → guides}/voice/speech-to-speech.md +1 -1
- package/.docs/{docs → guides}/voice/speech-to-text.md +1 -1
- package/.docs/{docs → guides}/voice/text-to-speech.md +2 -2
- package/.docs/models/embeddings.md +63 -65
- package/.docs/models/environment-variables.md +5 -1
- package/.docs/models/gateways/netlify.md +1 -2
- package/.docs/models/gateways/openrouter.md +5 -3
- package/.docs/models/gateways/vercel.md +8 -1
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/alibaba-cn.md +3 -1
- package/.docs/models/providers/alibaba-token-plan-cn.md +27 -25
- package/.docs/models/providers/alibaba-token-plan.md +27 -25
- package/.docs/models/providers/alibaba.md +2 -1
- package/.docs/models/providers/ambient.md +13 -12
- package/.docs/models/providers/baseten.md +3 -1
- package/.docs/models/providers/chutes.md +6 -8
- package/.docs/models/providers/crof.md +2 -1
- package/.docs/models/providers/crossmodel.md +7 -3
- package/.docs/models/providers/deepinfra.md +9 -2
- package/.docs/models/providers/digitalocean.md +34 -27
- package/.docs/models/providers/empiriolabs.md +4 -1
- package/.docs/models/providers/fireworks-ai.md +20 -19
- package/.docs/models/providers/greenpt.md +17 -8
- package/.docs/models/providers/groq.md +20 -20
- package/.docs/models/providers/huggingface.md +3 -1
- package/.docs/models/providers/hyper.md +9 -7
- package/.docs/models/providers/impossibl.md +148 -0
- package/.docs/models/providers/infomaniak.md +83 -0
- package/.docs/models/providers/kilo.md +349 -350
- package/.docs/models/providers/llmgateway.md +6 -3
- package/.docs/models/providers/mistral.md +5 -2
- package/.docs/models/providers/modal.md +5 -4
- package/.docs/models/providers/modelis.md +81 -0
- package/.docs/models/providers/nano-gpt.md +146 -148
- package/.docs/models/providers/neuralwatt.md +2 -1
- package/.docs/models/providers/ofox.md +2 -2
- package/.docs/models/providers/ollama-cloud.md +23 -22
- package/.docs/models/providers/opencode-go.md +3 -2
- package/.docs/models/providers/requesty.md +54 -45
- package/.docs/models/providers/scx.md +74 -0
- package/.docs/models/providers/tensorx.md +97 -0
- package/.docs/models/providers/togetherai.md +2 -1
- package/.docs/models/providers/umans-ai-coding-plan.md +11 -9
- package/.docs/models/providers/umans-ai.md +11 -9
- package/.docs/models/providers/wandb.md +2 -2
- package/.docs/models/providers/zai-coding-plan.md +11 -13
- package/.docs/models/providers/zhipuai-coding-plan.md +12 -12
- package/.docs/models/providers.md +5 -1
- package/.docs/reference/agents/agent.md +1 -1
- package/.docs/reference/agents/generate.md +1 -1
- package/.docs/reference/agents/getVoice.md +1 -1
- package/.docs/{docs/getting-started → reference}/build-with-ai.md +5 -110
- package/.docs/reference/cli/create-mastra.md +2 -0
- package/.docs/reference/cli/mastra.md +66 -1
- package/.docs/reference/client-js/agents.md +1 -1
- package/.docs/reference/configuration.md +2 -2
- package/.docs/reference/core/getEditor.md +1 -1
- package/.docs/reference/core/getVector.md +2 -2
- package/.docs/reference/core/listVectors.md +2 -2
- package/.docs/reference/core/mastra-class.md +1 -1
- package/.docs/reference/datasets/startExperiment.md +6 -0
- package/.docs/reference/datasets/startExperimentAsync.md +4 -0
- package/.docs/reference/editor/browser-provider.md +2 -2
- package/.docs/reference/editor/filesystem-provider.md +1 -1
- package/.docs/reference/editor/mastra-editor.md +31 -18
- package/.docs/reference/editor/prompt-blocks.md +137 -0
- package/.docs/reference/editor/sandbox-provider.md +1 -1
- package/.docs/reference/editor/storage-browser-ref.md +3 -3
- package/.docs/reference/editor/storage-workspace-ref.md +3 -3
- package/.docs/reference/editor/tool-provider.md +44 -10
- package/.docs/reference/editor/tools.md +100 -0
- package/.docs/reference/editor/versioning.md +130 -0
- package/.docs/reference/evals/mastra-scorer.md +68 -8
- package/.docs/reference/file-based-agents/config.md +39 -1
- package/.docs/reference/index.md +3 -4
- package/.docs/reference/memory/observational-memory.md +3 -1
- package/.docs/reference/memory/serialized-memory-config.md +3 -3
- package/.docs/reference/observability/tracing/interfaces.md +3 -1
- package/.docs/reference/processors/token-limiter-processor.md +15 -1
- package/.docs/reference/project-structure.md +1 -1
- package/.docs/reference/rag/database-config.md +1 -1
- package/.docs/reference/storage/composite.md +2 -0
- package/.docs/reference/streaming/agents/stream.md +1 -1
- package/.docs/reference/voice/livekit.md +3 -3
- package/.docs/reference/workspace/platform-filesystem.md +3 -3
- package/.docs/reference/workspace/platform-sandbox.md +5 -5
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/package.json +6 -6
- package/.docs/docs/agent-builder/access-control.md +0 -99
- package/.docs/docs/agent-builder/browser.md +0 -63
- package/.docs/docs/agent-builder/channels.md +0 -78
- package/.docs/docs/agent-builder/configuration.md +0 -132
- package/.docs/docs/agent-builder/deploying.md +0 -124
- package/.docs/docs/agent-builder/integrations.md +0 -115
- package/.docs/docs/agent-builder/memory.md +0 -69
- package/.docs/docs/agent-builder/model-policy.md +0 -50
- package/.docs/docs/agent-builder/overview.md +0 -114
- package/.docs/docs/agent-builder/skill-registries.md +0 -31
- package/.docs/docs/agent-builder/workspace.md +0 -62
- package/.docs/docs/editor/prompts.md +0 -140
- package/.docs/docs/editor/tools.md +0 -148
- package/.docs/docs/getting-started/file-based-agents.md +0 -121
- package/.docs/docs/what-is-mastra.md +0 -161
- package/.docs/reference/client-js/agent-builder.md +0 -163
- package/.docs/reference/editor/agent-builder/agent-builder-options.md +0 -76
- package/.docs/reference/editor/agent-builder/builder-agent-defaults.md +0 -79
- package/.docs/reference/editor/agent-builder/builder-models.md +0 -66
- /package/.docs/{docs → guides}/getting-started/manual-install.md +0 -0
- /package/.docs/{docs → guides}/rag/vector-databases.md +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Kilo Gateway
|
|
4
4
|
|
|
5
|
-
Access
|
|
5
|
+
Access 345 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
|
|
6
6
|
|
|
7
7
|
Learn more in the [Kilo Gateway documentation](https://kilo.ai).
|
|
8
8
|
|
|
@@ -34,354 +34,353 @@ for await (const chunk of stream) {
|
|
|
34
34
|
|
|
35
35
|
## Models
|
|
36
36
|
|
|
37
|
-
| Model
|
|
38
|
-
|
|
|
39
|
-
| `kilo/~anthropic/claude-
|
|
40
|
-
| `kilo/~anthropic/claude-
|
|
41
|
-
| `kilo/~anthropic/claude-
|
|
42
|
-
| `kilo/~
|
|
43
|
-
| `kilo/~
|
|
44
|
-
| `kilo/~
|
|
45
|
-
| `kilo/~
|
|
46
|
-
| `kilo/~
|
|
47
|
-
| `kilo/
|
|
48
|
-
| `kilo/
|
|
49
|
-
| `kilo
|
|
50
|
-
| `kilo/
|
|
51
|
-
| `kilo/aion-labs/aion-
|
|
52
|
-
| `kilo/
|
|
53
|
-
| `kilo/
|
|
54
|
-
| `kilo/
|
|
55
|
-
| `kilo/
|
|
56
|
-
| `kilo/amazon/nova-
|
|
57
|
-
| `kilo/amazon/nova-
|
|
58
|
-
| `kilo/amazon/nova-
|
|
59
|
-
| `kilo/
|
|
60
|
-
| `kilo/
|
|
61
|
-
| `kilo/
|
|
62
|
-
| `kilo/anthropic/claude-haiku
|
|
63
|
-
| `kilo/anthropic/claude-
|
|
64
|
-
| `kilo/anthropic/claude-
|
|
65
|
-
| `kilo/anthropic/claude-opus-4
|
|
66
|
-
| `kilo/anthropic/claude-opus-4.
|
|
67
|
-
| `kilo/anthropic/claude-opus-4.
|
|
68
|
-
| `kilo/anthropic/claude-opus-4.
|
|
69
|
-
| `kilo/anthropic/claude-opus-4.7
|
|
70
|
-
| `kilo/anthropic/claude-
|
|
71
|
-
| `kilo/anthropic/claude-
|
|
72
|
-
| `kilo/anthropic/claude-
|
|
73
|
-
| `kilo/
|
|
74
|
-
| `kilo/
|
|
75
|
-
| `kilo/
|
|
76
|
-
| `kilo/
|
|
77
|
-
| `kilo/
|
|
78
|
-
| `kilo/
|
|
79
|
-
| `kilo/
|
|
80
|
-
| `kilo/
|
|
81
|
-
| `kilo/baidu/ernie-4.5-
|
|
82
|
-
| `kilo/
|
|
83
|
-
| `kilo/
|
|
84
|
-
| `kilo/
|
|
85
|
-
| `kilo/
|
|
86
|
-
| `kilo/bytedance
|
|
87
|
-
| `kilo/
|
|
88
|
-
| `kilo/
|
|
89
|
-
| `kilo/
|
|
90
|
-
| `kilo/
|
|
91
|
-
| `kilo/cohere/command-
|
|
92
|
-
| `kilo/cohere/
|
|
93
|
-
| `kilo/
|
|
94
|
-
| `kilo/
|
|
95
|
-
| `kilo/
|
|
96
|
-
| `kilo/deepseek/deepseek-chat`
|
|
97
|
-
| `kilo/deepseek/deepseek-
|
|
98
|
-
| `kilo/deepseek/deepseek-
|
|
99
|
-
| `kilo/deepseek/deepseek-r1`
|
|
100
|
-
| `kilo/deepseek/deepseek-
|
|
101
|
-
| `kilo/deepseek/deepseek-
|
|
102
|
-
| `kilo/deepseek/deepseek-
|
|
103
|
-
| `kilo/deepseek/deepseek-
|
|
104
|
-
| `kilo/deepseek/deepseek-
|
|
105
|
-
| `kilo/deepseek/deepseek-
|
|
106
|
-
| `kilo/deepseek/deepseek-
|
|
107
|
-
| `kilo/deepseek/deepseek-v4-
|
|
108
|
-
| `kilo/
|
|
109
|
-
| `kilo/
|
|
110
|
-
| `kilo/google/gemini-2.
|
|
111
|
-
| `kilo/google/gemini-2.
|
|
112
|
-
| `kilo/google/gemini-2.5-
|
|
113
|
-
| `kilo/google/gemini-2.5-
|
|
114
|
-
| `kilo/google/gemini-
|
|
115
|
-
| `kilo/google/gemini-
|
|
116
|
-
| `kilo/google/gemini-
|
|
117
|
-
| `kilo/google/gemini-
|
|
118
|
-
| `kilo/google/gemini-
|
|
119
|
-
| `kilo/google/gemini-3-flash-
|
|
120
|
-
| `kilo/google/gemini-3-
|
|
121
|
-
| `kilo/google/gemini-3.1-flash-
|
|
122
|
-
| `kilo/google/gemini-3.1-
|
|
123
|
-
| `kilo/google/gemini-3.1-
|
|
124
|
-
| `kilo/google/gemini-3.
|
|
125
|
-
| `kilo/google/gemini-3.
|
|
126
|
-
| `kilo/google/gemini-3.
|
|
127
|
-
| `kilo/google/gemma-2-27b-it`
|
|
128
|
-
| `kilo/google/gemma-3-12b-it`
|
|
129
|
-
| `kilo/google/gemma-3-27b-it`
|
|
130
|
-
| `kilo/google/gemma-3-4b-it`
|
|
131
|
-
| `kilo/google/gemma-3n-e4b-it`
|
|
132
|
-
| `kilo/google/gemma-4-26b-a4b-it`
|
|
133
|
-
| `kilo/google/gemma-4-31b-it`
|
|
134
|
-
| `kilo/google/lyria-3-clip-preview`
|
|
135
|
-
| `kilo/google/lyria-3-pro-preview`
|
|
136
|
-
| `kilo/gryphe/mythomax-l2-13b`
|
|
137
|
-
| `kilo/ibm-granite/granite-4.0-h-micro`
|
|
138
|
-
| `kilo/ibm-granite/granite-4.1-8b`
|
|
139
|
-
| `kilo/inception/mercury-2`
|
|
140
|
-
| `kilo/inclusionai/ling-2.6-1t`
|
|
141
|
-
| `kilo/inclusionai/ling-2.6-flash`
|
|
142
|
-
| `kilo/inclusionai/
|
|
143
|
-
| `kilo/
|
|
144
|
-
| `kilo/
|
|
145
|
-
| `kilo/kilo-auto/
|
|
146
|
-
| `kilo/kilo-auto/free`
|
|
147
|
-
| `kilo/kilo-auto/frontier`
|
|
148
|
-
| `kilo/kilo-auto/small`
|
|
149
|
-
| `kilo/kwaipilot/kat-coder-
|
|
150
|
-
| `kilo/
|
|
151
|
-
| `kilo/
|
|
152
|
-
| `kilo/
|
|
153
|
-
| `kilo/
|
|
154
|
-
| `kilo/meta-llama/llama-3.1-70b-instruct`
|
|
155
|
-
| `kilo/meta-llama/llama-3.1-8b-instruct`
|
|
156
|
-
| `kilo/meta-llama/llama-3.2-
|
|
157
|
-
| `kilo/meta-llama/llama-3.2-
|
|
158
|
-
| `kilo/meta-llama/llama-3.
|
|
159
|
-
| `kilo/meta-llama/llama-
|
|
160
|
-
| `kilo/meta-llama/llama-4-
|
|
161
|
-
| `kilo/meta-llama/llama-4-
|
|
162
|
-
| `kilo/meta
|
|
163
|
-
| `kilo/
|
|
164
|
-
| `kilo/microsoft/
|
|
165
|
-
| `kilo/
|
|
166
|
-
| `kilo/
|
|
167
|
-
| `kilo/minimax/minimax-
|
|
168
|
-
| `kilo/minimax/minimax-
|
|
169
|
-
| `kilo/minimax/minimax-m2`
|
|
170
|
-
| `kilo/minimax/minimax-m2
|
|
171
|
-
| `kilo/minimax/minimax-m2.
|
|
172
|
-
| `kilo/minimax/minimax-
|
|
173
|
-
| `kilo/
|
|
174
|
-
| `kilo/
|
|
175
|
-
| `kilo/mistralai/
|
|
176
|
-
| `kilo/mistralai/
|
|
177
|
-
| `kilo/mistralai/
|
|
178
|
-
| `kilo/mistralai/
|
|
179
|
-
| `kilo/mistralai/
|
|
180
|
-
| `kilo/mistralai/
|
|
181
|
-
| `kilo/mistralai/
|
|
182
|
-
| `kilo/mistralai/mistral-
|
|
183
|
-
| `kilo/mistralai/mistral-
|
|
184
|
-
| `kilo/mistralai/mistral-
|
|
185
|
-
| `kilo/mistralai/mistral-
|
|
186
|
-
| `kilo/mistralai/mistral-
|
|
187
|
-
| `kilo/mistralai/mistral-
|
|
188
|
-
| `kilo/mistralai/mistral-
|
|
189
|
-
| `kilo/mistralai/
|
|
190
|
-
| `kilo/mistralai/
|
|
191
|
-
| `kilo/
|
|
192
|
-
| `kilo/
|
|
193
|
-
| `kilo/
|
|
194
|
-
| `kilo/
|
|
195
|
-
| `kilo/
|
|
196
|
-
| `kilo/
|
|
197
|
-
| `kilo/
|
|
198
|
-
| `kilo/
|
|
199
|
-
| `kilo/
|
|
200
|
-
| `kilo/
|
|
201
|
-
| `kilo/
|
|
202
|
-
| `kilo/
|
|
203
|
-
| `kilo/
|
|
204
|
-
| `kilo/
|
|
205
|
-
| `kilo/
|
|
206
|
-
| `kilo/
|
|
207
|
-
| `kilo/
|
|
208
|
-
| `kilo/
|
|
209
|
-
| `kilo/
|
|
210
|
-
| `kilo/
|
|
211
|
-
| `kilo/
|
|
212
|
-
| `kilo/nvidia/
|
|
213
|
-
| `kilo/
|
|
214
|
-
| `kilo/
|
|
215
|
-
| `kilo/
|
|
216
|
-
| `kilo/
|
|
217
|
-
| `kilo/
|
|
218
|
-
| `kilo/openai/gpt-
|
|
219
|
-
| `kilo/openai/gpt-
|
|
220
|
-
| `kilo/openai/gpt-
|
|
221
|
-
| `kilo/openai/gpt-
|
|
222
|
-
| `kilo/openai/gpt-4`
|
|
223
|
-
| `kilo/openai/gpt-
|
|
224
|
-
| `kilo/openai/gpt-
|
|
225
|
-
| `kilo/openai/gpt-
|
|
226
|
-
| `kilo/openai/gpt-
|
|
227
|
-
| `kilo/openai/gpt-
|
|
228
|
-
| `kilo/openai/gpt-
|
|
229
|
-
| `kilo/openai/gpt-
|
|
230
|
-
| `kilo/openai/gpt-
|
|
231
|
-
| `kilo/openai/gpt-
|
|
232
|
-
| `kilo/openai/gpt-
|
|
233
|
-
| `kilo/openai/gpt-
|
|
234
|
-
| `kilo/openai/gpt-
|
|
235
|
-
| `kilo/openai/gpt-
|
|
236
|
-
| `kilo/openai/gpt-
|
|
237
|
-
| `kilo/openai/gpt-
|
|
238
|
-
| `kilo/openai/gpt-
|
|
239
|
-
| `kilo/openai/gpt-5`
|
|
240
|
-
| `kilo/openai/gpt-5-chat`
|
|
241
|
-
| `kilo/openai/gpt-5-codex`
|
|
242
|
-
| `kilo/openai/gpt-5-
|
|
243
|
-
| `kilo/openai/gpt-5-
|
|
244
|
-
| `kilo/openai/gpt-5-
|
|
245
|
-
| `kilo/openai/gpt-5
|
|
246
|
-
| `kilo/openai/gpt-5-
|
|
247
|
-
| `kilo/openai/gpt-5.
|
|
248
|
-
| `kilo/openai/gpt-5.
|
|
249
|
-
| `kilo/openai/gpt-5.
|
|
250
|
-
| `kilo/openai/gpt-5.
|
|
251
|
-
| `kilo/openai/gpt-5.
|
|
252
|
-
| `kilo/openai/gpt-5.
|
|
253
|
-
| `kilo/openai/gpt-5.
|
|
254
|
-
| `kilo/openai/gpt-5.
|
|
255
|
-
| `kilo/openai/gpt-5.
|
|
256
|
-
| `kilo/openai/gpt-5.
|
|
257
|
-
| `kilo/openai/gpt-5.
|
|
258
|
-
| `kilo/openai/gpt-
|
|
259
|
-
| `kilo/openai/gpt-
|
|
260
|
-
| `kilo/openai/gpt-
|
|
261
|
-
| `kilo/openai/gpt-
|
|
262
|
-
| `kilo/openai/gpt-
|
|
263
|
-
| `kilo/openai/gpt-
|
|
264
|
-
| `kilo/openai/
|
|
265
|
-
| `kilo/openai/
|
|
266
|
-
| `kilo/openai/
|
|
267
|
-
| `kilo/openai/
|
|
268
|
-
| `kilo/openai/
|
|
269
|
-
| `kilo/openai/
|
|
270
|
-
| `kilo/openai/
|
|
271
|
-
| `kilo/openai/
|
|
272
|
-
| `kilo/
|
|
273
|
-
| `kilo/
|
|
274
|
-
| `kilo/
|
|
275
|
-
| `kilo/
|
|
276
|
-
| `kilo/
|
|
277
|
-
| `kilo/
|
|
278
|
-
| `kilo/
|
|
279
|
-
| `kilo/
|
|
280
|
-
| `kilo/
|
|
281
|
-
| `kilo/
|
|
282
|
-
| `kilo/
|
|
283
|
-
| `kilo/
|
|
284
|
-
| `kilo/
|
|
285
|
-
| `kilo/
|
|
286
|
-
| `kilo/
|
|
287
|
-
| `kilo/
|
|
288
|
-
| `kilo/
|
|
289
|
-
| `kilo/
|
|
290
|
-
| `kilo/
|
|
291
|
-
| `kilo/
|
|
292
|
-
| `kilo/
|
|
293
|
-
| `kilo/
|
|
294
|
-
| `kilo/
|
|
295
|
-
| `kilo/qwen/
|
|
296
|
-
| `kilo/qwen/
|
|
297
|
-
| `kilo/qwen/
|
|
298
|
-
| `kilo/qwen/
|
|
299
|
-
| `kilo/qwen/
|
|
300
|
-
| `kilo/qwen/
|
|
301
|
-
| `kilo/qwen/
|
|
302
|
-
| `kilo/qwen/qwen3-
|
|
303
|
-
| `kilo/qwen/qwen3-
|
|
304
|
-
| `kilo/qwen/qwen3-
|
|
305
|
-
| `kilo/qwen/qwen3-
|
|
306
|
-
| `kilo/qwen/qwen3-
|
|
307
|
-
| `kilo/qwen/qwen3-
|
|
308
|
-
| `kilo/qwen/qwen3-
|
|
309
|
-
| `kilo/qwen/qwen3-
|
|
310
|
-
| `kilo/qwen/qwen3-
|
|
311
|
-
| `kilo/qwen/qwen3-
|
|
312
|
-
| `kilo/qwen/qwen3-
|
|
313
|
-
| `kilo/qwen/qwen3-
|
|
314
|
-
| `kilo/qwen/qwen3-
|
|
315
|
-
| `kilo/qwen/qwen3-
|
|
316
|
-
| `kilo/qwen/qwen3-
|
|
317
|
-
| `kilo/qwen/qwen3-
|
|
318
|
-
| `kilo/qwen/qwen3-
|
|
319
|
-
| `kilo/qwen/qwen3-
|
|
320
|
-
| `kilo/qwen/qwen3-
|
|
321
|
-
| `kilo/qwen/qwen3-
|
|
322
|
-
| `kilo/qwen/qwen3-
|
|
323
|
-
| `kilo/qwen/qwen3-
|
|
324
|
-
| `kilo/qwen/qwen3-
|
|
325
|
-
| `kilo/qwen/qwen3-
|
|
326
|
-
| `kilo/qwen/qwen3-
|
|
327
|
-
| `kilo/qwen/qwen3.
|
|
328
|
-
| `kilo/qwen/qwen3.
|
|
329
|
-
| `kilo/qwen/qwen3.
|
|
330
|
-
| `kilo/qwen/qwen3.
|
|
331
|
-
| `kilo/qwen/qwen3.
|
|
332
|
-
| `kilo/qwen/qwen3.
|
|
333
|
-
| `kilo/qwen/qwen3.
|
|
334
|
-
| `kilo/qwen/qwen3.
|
|
335
|
-
| `kilo/
|
|
336
|
-
| `kilo/
|
|
337
|
-
| `kilo/
|
|
338
|
-
| `kilo/
|
|
339
|
-
| `kilo/
|
|
340
|
-
| `kilo/
|
|
341
|
-
| `kilo/
|
|
342
|
-
| `kilo/
|
|
343
|
-
| `kilo/
|
|
344
|
-
| `kilo/
|
|
345
|
-
| `kilo/
|
|
346
|
-
| `kilo/
|
|
347
|
-
| `kilo/
|
|
348
|
-
| `kilo/
|
|
349
|
-
| `kilo/
|
|
350
|
-
| `kilo/
|
|
351
|
-
| `kilo/
|
|
352
|
-
| `kilo/
|
|
353
|
-
| `kilo/
|
|
354
|
-
| `kilo/
|
|
355
|
-
| `kilo/tencent/
|
|
356
|
-
| `kilo/
|
|
357
|
-
| `kilo/thedrummer/
|
|
358
|
-
| `kilo/thedrummer/
|
|
359
|
-
| `kilo/thedrummer/
|
|
360
|
-
| `kilo/
|
|
361
|
-
| `kilo/
|
|
362
|
-
| `kilo/
|
|
363
|
-
| `kilo/
|
|
364
|
-
| `kilo/
|
|
365
|
-
| `kilo/x-ai/grok-4.20
|
|
366
|
-
| `kilo/x-ai/grok-4.
|
|
367
|
-
| `kilo/x-ai/grok-
|
|
368
|
-
| `kilo/
|
|
369
|
-
| `kilo/
|
|
370
|
-
| `kilo/xiaomi/mimo-v2
|
|
371
|
-
| `kilo/xiaomi/mimo-v2.5`
|
|
372
|
-
| `kilo/
|
|
373
|
-
| `kilo/z-ai/glm-4-
|
|
374
|
-
| `kilo/z-ai/glm-4.
|
|
375
|
-
| `kilo/z-ai/glm-4.
|
|
376
|
-
| `kilo/z-ai/glm-4.
|
|
377
|
-
| `kilo/z-ai/glm-4.
|
|
378
|
-
| `kilo/z-ai/glm-4.
|
|
379
|
-
| `kilo/z-ai/glm-
|
|
380
|
-
| `kilo/z-ai/glm-
|
|
381
|
-
| `kilo/z-ai/glm-5`
|
|
382
|
-
| `kilo/z-ai/glm-5
|
|
383
|
-
| `kilo/z-ai/glm-
|
|
384
|
-
| `kilo/z-ai/glm-5v-turbo` | 203K | | | | | | $1 | $4 |
|
|
37
|
+
| Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
|
|
38
|
+
| --------------------------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
|
|
39
|
+
| `kilo/~anthropic/claude-fable-latest` | 1.0M | | | | | | $10 | $50 |
|
|
40
|
+
| `kilo/~anthropic/claude-haiku-latest` | 200K | | | | | | $1 | $5 |
|
|
41
|
+
| `kilo/~anthropic/claude-opus-latest` | 1.0M | | | | | | $5 | $25 |
|
|
42
|
+
| `kilo/~anthropic/claude-sonnet-latest` | 1.0M | | | | | | $2 | $10 |
|
|
43
|
+
| `kilo/~deepseek/deepseek-v4-flash-latest` | 1.0M | | | | | | $0.09 | $0.18 |
|
|
44
|
+
| `kilo/~google/gemini-flash-latest` | 1.0M | | | | | | $2 | $8 |
|
|
45
|
+
| `kilo/~google/gemini-pro-latest` | 1.0M | | | | | | $2 | $12 |
|
|
46
|
+
| `kilo/~moonshotai/kimi-latest` | 1.0M | | | | | | $3 | $14 |
|
|
47
|
+
| `kilo/~openai/gpt-latest` | 1.1M | | | | | | $5 | $30 |
|
|
48
|
+
| `kilo/~openai/gpt-mini-latest` | 400K | | | | | | $0.75 | $5 |
|
|
49
|
+
| `kilo/~x-ai/grok-latest` | 500K | | | | | | $2 | $6 |
|
|
50
|
+
| `kilo/ai21/jamba-large-1.7` | 256K | | | | | | $2 | $8 |
|
|
51
|
+
| `kilo/aion-labs/aion-2.0` | 131K | | | | | | $0.80 | $2 |
|
|
52
|
+
| `kilo/aion-labs/aion-3.0` | 131K | | | | | | $3 | $6 |
|
|
53
|
+
| `kilo/aion-labs/aion-3.0-mini` | 131K | | | | | | $0.70 | $1 |
|
|
54
|
+
| `kilo/aion-labs/aion-rp-llama-3.1-8b` | 33K | | | | | | $0.80 | $2 |
|
|
55
|
+
| `kilo/allenai/olmo-3-32b-think` | 66K | | | | | | $0.15 | $0.50 |
|
|
56
|
+
| `kilo/amazon/nova-2-lite-v1` | 1.0M | | | | | | $0.30 | $3 |
|
|
57
|
+
| `kilo/amazon/nova-lite-v1` | 300K | | | | | | $0.06 | $0.24 |
|
|
58
|
+
| `kilo/amazon/nova-micro-v1` | 128K | | | | | | $0.04 | $0.14 |
|
|
59
|
+
| `kilo/amazon/nova-premier-v1` | 1.0M | | | | | | $3 | $13 |
|
|
60
|
+
| `kilo/amazon/nova-pro-v1` | 300K | | | | | | $0.80 | $3 |
|
|
61
|
+
| `kilo/anthracite-org/magnum-v4-72b` | 16K | | | | | | $3 | $5 |
|
|
62
|
+
| `kilo/anthropic/claude-3-haiku` | 200K | | | | | | $0.25 | $1 |
|
|
63
|
+
| `kilo/anthropic/claude-fable-5` | 1.0M | | | | | | $10 | $50 |
|
|
64
|
+
| `kilo/anthropic/claude-haiku-4.5` | 200K | | | | | | $1 | $5 |
|
|
65
|
+
| `kilo/anthropic/claude-opus-4` | 200K | | | | | | $15 | $75 |
|
|
66
|
+
| `kilo/anthropic/claude-opus-4.1` | 200K | | | | | | $15 | $75 |
|
|
67
|
+
| `kilo/anthropic/claude-opus-4.5` | 200K | | | | | | $5 | $25 |
|
|
68
|
+
| `kilo/anthropic/claude-opus-4.6` | 1.0M | | | | | | $5 | $25 |
|
|
69
|
+
| `kilo/anthropic/claude-opus-4.7` | 1.0M | | | | | | $5 | $25 |
|
|
70
|
+
| `kilo/anthropic/claude-opus-4.7-fast` | 1.0M | | | | | | $30 | $150 |
|
|
71
|
+
| `kilo/anthropic/claude-opus-4.8` | 1.0M | | | | | | $5 | $25 |
|
|
72
|
+
| `kilo/anthropic/claude-opus-4.8-fast` | 1.0M | | | | | | $10 | $50 |
|
|
73
|
+
| `kilo/anthropic/claude-opus-5` | 1.0M | | | | | | $5 | $25 |
|
|
74
|
+
| `kilo/anthropic/claude-opus-5-fast` | 1.0M | | | | | | $10 | $50 |
|
|
75
|
+
| `kilo/anthropic/claude-sonnet-4` | 200K | | | | | | $3 | $15 |
|
|
76
|
+
| `kilo/anthropic/claude-sonnet-4.5` | 1.0M | | | | | | $3 | $15 |
|
|
77
|
+
| `kilo/anthropic/claude-sonnet-4.6` | 1.0M | | | | | | $3 | $15 |
|
|
78
|
+
| `kilo/anthropic/claude-sonnet-5` | 1.0M | | | | | | $2 | $10 |
|
|
79
|
+
| `kilo/arcee-ai/trinity-large-thinking` | 262K | | | | | | $0.22 | $0.85 |
|
|
80
|
+
| `kilo/arcee-ai/virtuoso-large` | 131K | | | | | | $0.75 | $1 |
|
|
81
|
+
| `kilo/baidu/ernie-4.5-vl-424b-a47b` | 123K | | | | | | $0.42 | $1 |
|
|
82
|
+
| `kilo/bytedance-seed/seed-1.6` | 262K | | | | | | $0.25 | $2 |
|
|
83
|
+
| `kilo/bytedance-seed/seed-1.6-flash` | 262K | | | | | | $0.07 | $0.30 |
|
|
84
|
+
| `kilo/bytedance-seed/seed-2.0-lite` | 262K | | | | | | $0.25 | $2 |
|
|
85
|
+
| `kilo/bytedance-seed/seed-2.0-mini` | 262K | | | | | | $0.10 | $0.40 |
|
|
86
|
+
| `kilo/bytedance/ui-tars-1.5-7b` | 128K | | | | | | $0.10 | $0.20 |
|
|
87
|
+
| `kilo/cognitivecomputations/dolphin-mistral-24b-venice-edition` | 128K | | | | | | $0.20 | $0.90 |
|
|
88
|
+
| `kilo/cohere/command-a` | 256K | | | | | | $3 | $10 |
|
|
89
|
+
| `kilo/cohere/command-r-08-2024` | 128K | | | | | | $0.15 | $0.60 |
|
|
90
|
+
| `kilo/cohere/command-r-plus-08-2024` | 128K | | | | | | $3 | $10 |
|
|
91
|
+
| `kilo/cohere/command-r7b-12-2024` | 128K | | | | | | $0.04 | $0.15 |
|
|
92
|
+
| `kilo/cohere/north-mini-code:free` | 256K | | | | | | — | — |
|
|
93
|
+
| `kilo/deepcogito/cogito-v2.1-671b` | 128K | | | | | | $1 | $1 |
|
|
94
|
+
| `kilo/deepseek/deepseek-chat` | 128K | | | | | | $0.40 | $1 |
|
|
95
|
+
| `kilo/deepseek/deepseek-chat-v3-0324` | 164K | | | | | | $0.27 | $1 |
|
|
96
|
+
| `kilo/deepseek/deepseek-chat-v3.1` | 164K | | | | | | $0.27 | $1 |
|
|
97
|
+
| `kilo/deepseek/deepseek-r1` | 64K | | | | | | $0.70 | $3 |
|
|
98
|
+
| `kilo/deepseek/deepseek-r1-0528` | 164K | | | | | | $0.70 | $3 |
|
|
99
|
+
| `kilo/deepseek/deepseek-r1-distill-llama-70b` | 8K | | | | | | $0.80 | $0.80 |
|
|
100
|
+
| `kilo/deepseek/deepseek-v3.1-terminus` | 131K | | | | | | $0.27 | $1 |
|
|
101
|
+
| `kilo/deepseek/deepseek-v3.2` | 164K | | | | | | $0.27 | $0.40 |
|
|
102
|
+
| `kilo/deepseek/deepseek-v3.2-exp` | 164K | | | | | | $0.27 | $0.41 |
|
|
103
|
+
| `kilo/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
104
|
+
| `kilo/deepseek/deepseek-v4-flash-0731` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
105
|
+
| `kilo/deepseek/deepseek-v4-flash:discounted` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
106
|
+
| `kilo/deepseek/deepseek-v4-pro` | 1.0M | | | | | | $2 | $3 |
|
|
107
|
+
| `kilo/deepseek/deepseek-v4-pro:discounted` | 1.0M | | | | | | $0.43 | $0.87 |
|
|
108
|
+
| `kilo/google/gemini-2.5-flash` | 1.0M | | | | | | $0.30 | $3 |
|
|
109
|
+
| `kilo/google/gemini-2.5-flash-image` | 33K | | | | | | $0.30 | $3 |
|
|
110
|
+
| `kilo/google/gemini-2.5-flash-lite` | 1.0M | | | | | | $0.10 | $0.40 |
|
|
111
|
+
| `kilo/google/gemini-2.5-pro` | 1.0M | | | | | | $1 | $10 |
|
|
112
|
+
| `kilo/google/gemini-2.5-pro-preview` | 1.0M | | | | | | $1 | $10 |
|
|
113
|
+
| `kilo/google/gemini-2.5-pro-preview-05-06` | 1.0M | | | | | | $1 | $10 |
|
|
114
|
+
| `kilo/google/gemini-3-flash-preview` | 1.0M | | | | | | $0.50 | $3 |
|
|
115
|
+
| `kilo/google/gemini-3-pro-image` | 66K | | | | | | $2 | $12 |
|
|
116
|
+
| `kilo/google/gemini-3-pro-image-preview` | 66K | | | | | | $2 | $12 |
|
|
117
|
+
| `kilo/google/gemini-3.1-flash-image` | 131K | | | | | | $0.50 | $3 |
|
|
118
|
+
| `kilo/google/gemini-3.1-flash-image-preview` | 66K | | | | | | $0.50 | $3 |
|
|
119
|
+
| `kilo/google/gemini-3.1-flash-lite` | 1.0M | | | | | | $0.25 | $2 |
|
|
120
|
+
| `kilo/google/gemini-3.1-flash-lite-image` | 66K | | | | | | $0.25 | $2 |
|
|
121
|
+
| `kilo/google/gemini-3.1-flash-lite-preview` | 1.0M | | | | | | $0.25 | $2 |
|
|
122
|
+
| `kilo/google/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
|
|
123
|
+
| `kilo/google/gemini-3.1-pro-preview-customtools` | 1.0M | | | | | | $2 | $12 |
|
|
124
|
+
| `kilo/google/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
|
|
125
|
+
| `kilo/google/gemini-3.5-flash-lite` | 1.0M | | | | | | $0.30 | $3 |
|
|
126
|
+
| `kilo/google/gemini-3.6-flash` | 1.0M | | | | | | $2 | $8 |
|
|
127
|
+
| `kilo/google/gemma-2-27b-it` | 8K | | | | | | $0.65 | $0.65 |
|
|
128
|
+
| `kilo/google/gemma-3-12b-it` | 131K | | | | | | $0.05 | $0.15 |
|
|
129
|
+
| `kilo/google/gemma-3-27b-it` | 131K | | | | | | $0.08 | $0.16 |
|
|
130
|
+
| `kilo/google/gemma-3-4b-it` | 131K | | | | | | $0.05 | $0.10 |
|
|
131
|
+
| `kilo/google/gemma-3n-e4b-it` | 33K | | | | | | $0.06 | $0.12 |
|
|
132
|
+
| `kilo/google/gemma-4-26b-a4b-it` | 262K | | | | | | $0.07 | $0.34 |
|
|
133
|
+
| `kilo/google/gemma-4-31b-it` | 262K | | | | | | $0.09 | $0.34 |
|
|
134
|
+
| `kilo/google/lyria-3-clip-preview` | 1.0M | | | | | | — | — |
|
|
135
|
+
| `kilo/google/lyria-3-pro-preview` | 1.0M | | | | | | — | — |
|
|
136
|
+
| `kilo/gryphe/mythomax-l2-13b` | 4K | | | | | | $0.06 | $0.06 |
|
|
137
|
+
| `kilo/ibm-granite/granite-4.0-h-micro` | 131K | | | | | | $0.02 | $0.11 |
|
|
138
|
+
| `kilo/ibm-granite/granite-4.1-8b` | 131K | | | | | | $0.05 | $0.10 |
|
|
139
|
+
| `kilo/inception/mercury-2` | 128K | | | | | | $0.25 | $0.75 |
|
|
140
|
+
| `kilo/inclusionai/ling-2.6-1t` | 262K | | | | | | $0.30 | $3 |
|
|
141
|
+
| `kilo/inclusionai/ling-2.6-flash` | 262K | | | | | | $0.10 | $0.30 |
|
|
142
|
+
| `kilo/inclusionai/ling-3.0-flash:free` | 262K | | | | | | — | — |
|
|
143
|
+
| `kilo/inclusionai/ring-2.6-1t` | 262K | | | | | | $0.30 | $3 |
|
|
144
|
+
| `kilo/kilo-auto/balanced` | 1.0M | | | | | | $0.33 | $2 |
|
|
145
|
+
| `kilo/kilo-auto/efficient` | 1.0M | | | | | | $0.33 | $2 |
|
|
146
|
+
| `kilo/kilo-auto/free` | 256K | | | | | | — | — |
|
|
147
|
+
| `kilo/kilo-auto/frontier` | 1.0M | | | | | | $5 | $25 |
|
|
148
|
+
| `kilo/kilo-auto/small` | 262K | | | | | | $0.05 | $0.40 |
|
|
149
|
+
| `kilo/kwaipilot/kat-coder-air-v2.5` | 256K | | | | | | $0.15 | $0.60 |
|
|
150
|
+
| `kilo/kwaipilot/kat-coder-pro-v2` | 256K | | | | | | $0.30 | $1 |
|
|
151
|
+
| `kilo/kwaipilot/kat-coder-pro-v2.5` | 256K | | | | | | $0.74 | $3 |
|
|
152
|
+
| `kilo/mancer/weaver` | 8K | | | | | | $0.50 | $0.75 |
|
|
153
|
+
| `kilo/meituan/longcat-2.0` | 1.0M | | | | | | $0.75 | $3 |
|
|
154
|
+
| `kilo/meta-llama/llama-3.1-70b-instruct` | 131K | | | | | | $0.40 | $0.40 |
|
|
155
|
+
| `kilo/meta-llama/llama-3.1-8b-instruct` | 131K | | | | | | $0.02 | $0.04 |
|
|
156
|
+
| `kilo/meta-llama/llama-3.2-1b-instruct` | 60K | | | | | | $0.03 | $0.20 |
|
|
157
|
+
| `kilo/meta-llama/llama-3.2-3b-instruct` | 131K | | | | | | $0.05 | $0.33 |
|
|
158
|
+
| `kilo/meta-llama/llama-3.3-70b-instruct` | 131K | | | | | | $0.10 | $0.32 |
|
|
159
|
+
| `kilo/meta-llama/llama-4-maverick` | 1.0M | | | | | | $0.20 | $0.80 |
|
|
160
|
+
| `kilo/meta-llama/llama-4-scout` | 328K | | | | | | $0.10 | $0.30 |
|
|
161
|
+
| `kilo/meta-llama/llama-guard-4-12b` | 164K | | | | | | $0.18 | $0.18 |
|
|
162
|
+
| `kilo/meta/muse-spark-1.1` | 1.0M | | | | | | $1 | $4 |
|
|
163
|
+
| `kilo/microsoft/phi-4` | 16K | | | | | | $0.07 | $0.14 |
|
|
164
|
+
| `kilo/microsoft/wizardlm-2-8x22b` | 66K | | | | | | $0.62 | $0.62 |
|
|
165
|
+
| `kilo/minimax/minimax-01` | 1.0M | | | | | | $0.20 | $1 |
|
|
166
|
+
| `kilo/minimax/minimax-m1` | 1.0M | | | | | | $0.40 | $2 |
|
|
167
|
+
| `kilo/minimax/minimax-m2` | 205K | | | | | | $0.30 | $1 |
|
|
168
|
+
| `kilo/minimax/minimax-m2-her` | 66K | | | | | | $0.30 | $1 |
|
|
169
|
+
| `kilo/minimax/minimax-m2.1` | 205K | | | | | | $0.30 | $1 |
|
|
170
|
+
| `kilo/minimax/minimax-m2.5` | 197K | | | | | | $0.30 | $1 |
|
|
171
|
+
| `kilo/minimax/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
|
|
172
|
+
| `kilo/minimax/minimax-m3` | 524K | | | | | | $0.30 | $1 |
|
|
173
|
+
| `kilo/mistralai/codestral-2508` | 256K | | | | | | $0.30 | $0.90 |
|
|
174
|
+
| `kilo/mistralai/ministral-14b-2512` | 262K | | | | | | $0.20 | $0.20 |
|
|
175
|
+
| `kilo/mistralai/ministral-3b-2512` | 131K | | | | | | $0.10 | $0.10 |
|
|
176
|
+
| `kilo/mistralai/ministral-8b-2512` | 262K | | | | | | $0.15 | $0.15 |
|
|
177
|
+
| `kilo/mistralai/mistral-large` | 128K | | | | | | $2 | $6 |
|
|
178
|
+
| `kilo/mistralai/mistral-large-2407` | 131K | | | | | | $2 | $6 |
|
|
179
|
+
| `kilo/mistralai/mistral-large-2512` | 262K | | | | | | $0.50 | $2 |
|
|
180
|
+
| `kilo/mistralai/mistral-medium-3` | 131K | | | | | | $0.40 | $2 |
|
|
181
|
+
| `kilo/mistralai/mistral-medium-3-5` | 262K | | | | | | $2 | $8 |
|
|
182
|
+
| `kilo/mistralai/mistral-medium-3.1` | 131K | | | | | | $0.40 | $2 |
|
|
183
|
+
| `kilo/mistralai/mistral-nemo` | 131K | | | | | | $0.02 | $0.03 |
|
|
184
|
+
| `kilo/mistralai/mistral-saba` | 33K | | | | | | $0.20 | $0.60 |
|
|
185
|
+
| `kilo/mistralai/mistral-small-24b-instruct-2501` | 33K | | | | | | $0.05 | $0.08 |
|
|
186
|
+
| `kilo/mistralai/mistral-small-2603` | 262K | | | | | | $0.15 | $0.60 |
|
|
187
|
+
| `kilo/mistralai/mistral-small-3.1-24b-instruct` | 128K | | | | | | $0.35 | $0.56 |
|
|
188
|
+
| `kilo/mistralai/mistral-small-3.2-24b-instruct` | 256K | | | | | | $0.09 | $0.25 |
|
|
189
|
+
| `kilo/mistralai/mixtral-8x22b-instruct` | 66K | | | | | | $2 | $6 |
|
|
190
|
+
| `kilo/mistralai/voxtral-small-24b-2507` | 32K | | | | | | $0.10 | $0.30 |
|
|
191
|
+
| `kilo/moonshotai/kimi-k2` | 131K | | | | | | $0.57 | $2 |
|
|
192
|
+
| `kilo/moonshotai/kimi-k2-0905` | 262K | | | | | | $0.60 | $3 |
|
|
193
|
+
| `kilo/moonshotai/kimi-k2-thinking` | 262K | | | | | | $0.60 | $3 |
|
|
194
|
+
| `kilo/moonshotai/kimi-k2.5` | 262K | | | | | | $0.60 | $3 |
|
|
195
|
+
| `kilo/moonshotai/kimi-k2.6` | 262K | | | | | | $0.80 | $3 |
|
|
196
|
+
| `kilo/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
|
|
197
|
+
| `kilo/moonshotai/kimi-k3` | 1.0M | | | | | | $3 | $15 |
|
|
198
|
+
| `kilo/morph/morph-v3-fast` | 82K | | | | | | $0.80 | $1 |
|
|
199
|
+
| `kilo/morph/morph-v3-large` | 262K | | | | | | $0.90 | $2 |
|
|
200
|
+
| `kilo/nex-agi/nex-n2-mini` | 262K | | | | | | $0.03 | $0.10 |
|
|
201
|
+
| `kilo/nex-agi/nex-n2-pro` | 262K | | | | | | $0.25 | $1 |
|
|
202
|
+
| `kilo/nousresearch/hermes-3-llama-3.1-405b` | 131K | | | | | | $1 | $1 |
|
|
203
|
+
| `kilo/nousresearch/hermes-3-llama-3.1-70b` | 131K | | | | | | $0.70 | $0.70 |
|
|
204
|
+
| `kilo/nousresearch/hermes-4-405b` | 131K | | | | | | $1 | $3 |
|
|
205
|
+
| `kilo/nousresearch/hermes-4-70b` | 131K | | | | | | $0.13 | $0.40 |
|
|
206
|
+
| `kilo/nvidia/nemotron-3-nano-30b-a3b` | 262K | | | | | | $0.05 | $0.20 |
|
|
207
|
+
| `kilo/nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free` | 256K | | | | | | — | — |
|
|
208
|
+
| `kilo/nvidia/nemotron-3-super-120b-a12b` | 262K | | | | | | $0.09 | $0.40 |
|
|
209
|
+
| `kilo/nvidia/nemotron-3-super-120b-a12b:free` | 262K | | | | | | — | — |
|
|
210
|
+
| `kilo/nvidia/nemotron-3-ultra-550b-a55b` | 512K | | | | | | $0.50 | $2 |
|
|
211
|
+
| `kilo/nvidia/nemotron-3-ultra-550b-a55b:free` | 1.0M | | | | | | — | — |
|
|
212
|
+
| `kilo/nvidia/nemotron-3.5-content-safety:free` | 128K | | | | | | — | — |
|
|
213
|
+
| `kilo/openai/gpt-3.5-turbo` | 16K | | | | | | $0.50 | $2 |
|
|
214
|
+
| `kilo/openai/gpt-3.5-turbo-0613` | 4K | | | | | | $1 | $2 |
|
|
215
|
+
| `kilo/openai/gpt-3.5-turbo-16k` | 16K | | | | | | $3 | $4 |
|
|
216
|
+
| `kilo/openai/gpt-3.5-turbo-instruct` | 4K | | | | | | $2 | $2 |
|
|
217
|
+
| `kilo/openai/gpt-4` | 8K | | | | | | $30 | $60 |
|
|
218
|
+
| `kilo/openai/gpt-4-turbo` | 128K | | | | | | $10 | $30 |
|
|
219
|
+
| `kilo/openai/gpt-4-turbo-preview` | 128K | | | | | | $10 | $30 |
|
|
220
|
+
| `kilo/openai/gpt-4.1` | 1.0M | | | | | | $2 | $8 |
|
|
221
|
+
| `kilo/openai/gpt-4.1-mini` | 1.0M | | | | | | $0.40 | $2 |
|
|
222
|
+
| `kilo/openai/gpt-4.1-nano` | 1.0M | | | | | | $0.10 | $0.40 |
|
|
223
|
+
| `kilo/openai/gpt-4o` | 128K | | | | | | $3 | $10 |
|
|
224
|
+
| `kilo/openai/gpt-4o-2024-05-13` | 128K | | | | | | $5 | $15 |
|
|
225
|
+
| `kilo/openai/gpt-4o-2024-08-06` | 128K | | | | | | $3 | $10 |
|
|
226
|
+
| `kilo/openai/gpt-4o-2024-11-20` | 128K | | | | | | $3 | $10 |
|
|
227
|
+
| `kilo/openai/gpt-4o-mini` | 128K | | | | | | $0.15 | $0.60 |
|
|
228
|
+
| `kilo/openai/gpt-4o-mini-2024-07-18` | 128K | | | | | | $0.15 | $0.60 |
|
|
229
|
+
| `kilo/openai/gpt-5` | 400K | | | | | | $1 | $10 |
|
|
230
|
+
| `kilo/openai/gpt-5-image` | 400K | | | | | | $10 | $10 |
|
|
231
|
+
| `kilo/openai/gpt-5-image-mini` | 400K | | | | | | $3 | $2 |
|
|
232
|
+
| `kilo/openai/gpt-5-mini` | 400K | | | | | | $0.25 | $2 |
|
|
233
|
+
| `kilo/openai/gpt-5-nano` | 400K | | | | | | $0.05 | $0.40 |
|
|
234
|
+
| `kilo/openai/gpt-5-pro` | 400K | | | | | | $15 | $120 |
|
|
235
|
+
| `kilo/openai/gpt-5.1` | 400K | | | | | | $1 | $10 |
|
|
236
|
+
| `kilo/openai/gpt-5.1-codex` | 400K | | | | | | $1 | $10 |
|
|
237
|
+
| `kilo/openai/gpt-5.1-codex-max` | 400K | | | | | | $1 | $10 |
|
|
238
|
+
| `kilo/openai/gpt-5.1-codex-mini` | 400K | | | | | | $0.25 | $2 |
|
|
239
|
+
| `kilo/openai/gpt-5.2` | 400K | | | | | | $2 | $14 |
|
|
240
|
+
| `kilo/openai/gpt-5.2-chat` | 128K | | | | | | $2 | $14 |
|
|
241
|
+
| `kilo/openai/gpt-5.2-codex` | 400K | | | | | | $2 | $14 |
|
|
242
|
+
| `kilo/openai/gpt-5.2-pro` | 400K | | | | | | $21 | $168 |
|
|
243
|
+
| `kilo/openai/gpt-5.3-chat` | 128K | | | | | | $2 | $14 |
|
|
244
|
+
| `kilo/openai/gpt-5.3-codex` | 400K | | | | | | $2 | $14 |
|
|
245
|
+
| `kilo/openai/gpt-5.4` | 1.1M | | | | | | $3 | $15 |
|
|
246
|
+
| `kilo/openai/gpt-5.4-image-2` | 272K | | | | | | $8 | $15 |
|
|
247
|
+
| `kilo/openai/gpt-5.4-mini` | 400K | | | | | | $0.75 | $5 |
|
|
248
|
+
| `kilo/openai/gpt-5.4-nano` | 400K | | | | | | $0.20 | $1 |
|
|
249
|
+
| `kilo/openai/gpt-5.4-pro` | 1.1M | | | | | | $30 | $180 |
|
|
250
|
+
| `kilo/openai/gpt-5.5` | 1.1M | | | | | | $5 | $30 |
|
|
251
|
+
| `kilo/openai/gpt-5.5-pro` | 1.1M | | | | | | $30 | $180 |
|
|
252
|
+
| `kilo/openai/gpt-5.6-luna` | 1.1M | | | | | | $0.20 | $1 |
|
|
253
|
+
| `kilo/openai/gpt-5.6-luna-pro` | 1.1M | | | | | | $0.20 | $1 |
|
|
254
|
+
| `kilo/openai/gpt-5.6-sol` | 1.1M | | | | | | $5 | $30 |
|
|
255
|
+
| `kilo/openai/gpt-5.6-sol-pro` | 1.1M | | | | | | $5 | $30 |
|
|
256
|
+
| `kilo/openai/gpt-5.6-terra` | 1.1M | | | | | | $2 | $12 |
|
|
257
|
+
| `kilo/openai/gpt-5.6-terra-pro` | 1.1M | | | | | | $2 | $12 |
|
|
258
|
+
| `kilo/openai/gpt-audio` | 128K | | | | | | $3 | $10 |
|
|
259
|
+
| `kilo/openai/gpt-audio-mini` | 128K | | | | | | $0.60 | $2 |
|
|
260
|
+
| `kilo/openai/gpt-chat-latest` | 400K | | | | | | $5 | $30 |
|
|
261
|
+
| `kilo/openai/gpt-oss-120b` | 131K | | | | | | $0.03 | $0.17 |
|
|
262
|
+
| `kilo/openai/gpt-oss-20b` | 131K | | | | | | $0.03 | $0.13 |
|
|
263
|
+
| `kilo/openai/gpt-oss-safeguard-20b` | 131K | | | | | | $0.07 | $0.30 |
|
|
264
|
+
| `kilo/openai/o1` | 200K | | | | | | $15 | $60 |
|
|
265
|
+
| `kilo/openai/o1-pro` | 200K | | | | | | $150 | $600 |
|
|
266
|
+
| `kilo/openai/o3` | 200K | | | | | | $2 | $8 |
|
|
267
|
+
| `kilo/openai/o3-mini` | 200K | | | | | | $1 | $4 |
|
|
268
|
+
| `kilo/openai/o3-mini-high` | 200K | | | | | | $1 | $4 |
|
|
269
|
+
| `kilo/openai/o3-pro` | 200K | | | | | | $20 | $80 |
|
|
270
|
+
| `kilo/openai/o4-mini` | 200K | | | | | | $1 | $4 |
|
|
271
|
+
| `kilo/openai/o4-mini-high` | 200K | | | | | | $1 | $4 |
|
|
272
|
+
| `kilo/openrouter/auto` | 2.0M | | | | | | — | — |
|
|
273
|
+
| `kilo/openrouter/bodybuilder` | 128K | | | | | | — | — |
|
|
274
|
+
| `kilo/openrouter/free` | 200K | | | | | | — | — |
|
|
275
|
+
| `kilo/openrouter/pareto-code` | 200K | | | | | | — | — |
|
|
276
|
+
| `kilo/perceptron/perceptron-mk1` | 33K | | | | | | $0.15 | $2 |
|
|
277
|
+
| `kilo/perplexity/sonar` | 127K | | | | | | $1 | $1 |
|
|
278
|
+
| `kilo/perplexity/sonar-deep-research` | 128K | | | | | | $2 | $8 |
|
|
279
|
+
| `kilo/perplexity/sonar-pro` | 200K | | | | | | $3 | $15 |
|
|
280
|
+
| `kilo/perplexity/sonar-pro-search` | 200K | | | | | | $3 | $15 |
|
|
281
|
+
| `kilo/perplexity/sonar-reasoning-pro` | 128K | | | | | | $2 | $8 |
|
|
282
|
+
| `kilo/poolside/laguna-s-2.1` | 1.0M | | | | | | $0.10 | $0.20 |
|
|
283
|
+
| `kilo/poolside/laguna-s-2.1:free` | 262K | | | | | | — | — |
|
|
284
|
+
| `kilo/poolside/laguna-xs-2.1` | 262K | | | | | | $0.10 | $0.20 |
|
|
285
|
+
| `kilo/poolside/laguna-xs-2.1:free` | 262K | | | | | | — | — |
|
|
286
|
+
| `kilo/qwen/qwen-2.5-72b-instruct` | 33K | | | | | | $0.36 | $0.40 |
|
|
287
|
+
| `kilo/qwen/qwen-2.5-7b-instruct` | 33K | | | | | | $0.10 | $0.20 |
|
|
288
|
+
| `kilo/qwen/qwen-2.5-coder-32b-instruct` | 33K | | | | | | $0.66 | $1 |
|
|
289
|
+
| `kilo/qwen/qwen-plus` | 1.0M | | | | | | $0.26 | $0.78 |
|
|
290
|
+
| `kilo/qwen/qwen-plus-2025-07-28` | 1.0M | | | | | | $0.26 | $0.78 |
|
|
291
|
+
| `kilo/qwen/qwen-plus-2025-07-28:thinking` | 1.0M | | | | | | $0.40 | $1 |
|
|
292
|
+
| `kilo/qwen/qwen2.5-vl-72b-instruct` | 32K | | | | | | $0.25 | $0.75 |
|
|
293
|
+
| `kilo/qwen/qwen3-14b` | 131K | | | | | | $0.23 | $0.91 |
|
|
294
|
+
| `kilo/qwen/qwen3-235b-a22b` | 131K | | | | | | $0.46 | $2 |
|
|
295
|
+
| `kilo/qwen/qwen3-235b-a22b-2507` | 131K | | | | | | $0.15 | $0.60 |
|
|
296
|
+
| `kilo/qwen/qwen3-235b-a22b-thinking-2507` | 131K | | | | | | $0.23 | $2 |
|
|
297
|
+
| `kilo/qwen/qwen3-30b-a3b` | 41K | | | | | | $0.13 | $0.52 |
|
|
298
|
+
| `kilo/qwen/qwen3-30b-a3b-instruct-2507` | 128K | | | | | | $0.13 | $0.52 |
|
|
299
|
+
| `kilo/qwen/qwen3-30b-a3b-thinking-2507` | 82K | | | | | | $0.20 | $2 |
|
|
300
|
+
| `kilo/qwen/qwen3-32b` | 41K | | | | | | $0.10 | $0.42 |
|
|
301
|
+
| `kilo/qwen/qwen3-8b` | 131K | | | | | | $0.12 | $0.46 |
|
|
302
|
+
| `kilo/qwen/qwen3-coder` | 262K | | | | | | $0.97 | $5 |
|
|
303
|
+
| `kilo/qwen/qwen3-coder-30b-a3b-instruct` | 160K | | | | | | $0.29 | $1 |
|
|
304
|
+
| `kilo/qwen/qwen3-coder-flash` | 1.0M | | | | | | $0.20 | $0.97 |
|
|
305
|
+
| `kilo/qwen/qwen3-coder-next` | 262K | | | | | | $0.30 | $2 |
|
|
306
|
+
| `kilo/qwen/qwen3-coder-plus` | 1.0M | | | | | | $0.65 | $3 |
|
|
307
|
+
| `kilo/qwen/qwen3-max` | 262K | | | | | | $0.78 | $4 |
|
|
308
|
+
| `kilo/qwen/qwen3-max-thinking` | 262K | | | | | | $0.78 | $4 |
|
|
309
|
+
| `kilo/qwen/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.10 | $0.78 |
|
|
310
|
+
| `kilo/qwen/qwen3-next-80b-a3b-thinking` | 128K | | | | | | $0.15 | $1 |
|
|
311
|
+
| `kilo/qwen/qwen3-vl-235b-a22b-instruct` | 131K | | | | | | $0.26 | $1 |
|
|
312
|
+
| `kilo/qwen/qwen3-vl-235b-a22b-thinking` | 131K | | | | | | $0.40 | $4 |
|
|
313
|
+
| `kilo/qwen/qwen3-vl-30b-a3b-instruct` | 262K | | | | | | $0.13 | $0.52 |
|
|
314
|
+
| `kilo/qwen/qwen3-vl-30b-a3b-thinking` | 131K | | | | | | $0.20 | $2 |
|
|
315
|
+
| `kilo/qwen/qwen3-vl-32b-instruct` | 131K | | | | | | $0.10 | $0.42 |
|
|
316
|
+
| `kilo/qwen/qwen3-vl-8b-instruct` | 131K | | | | | | $0.12 | $0.46 |
|
|
317
|
+
| `kilo/qwen/qwen3-vl-8b-thinking` | 131K | | | | | | $0.18 | $2 |
|
|
318
|
+
| `kilo/qwen/qwen3.5-122b-a10b` | 262K | | | | | | $0.26 | $2 |
|
|
319
|
+
| `kilo/qwen/qwen3.5-27b` | 262K | | | | | | $0.20 | $2 |
|
|
320
|
+
| `kilo/qwen/qwen3.5-35b-a3b` | 262K | | | | | | $0.16 | $1 |
|
|
321
|
+
| `kilo/qwen/qwen3.5-397b-a17b` | 262K | | | | | | $0.39 | $2 |
|
|
322
|
+
| `kilo/qwen/qwen3.5-9b` | 262K | | | | | | $0.10 | $0.15 |
|
|
323
|
+
| `kilo/qwen/qwen3.5-flash-02-23` | 1.0M | | | | | | $0.07 | $0.26 |
|
|
324
|
+
| `kilo/qwen/qwen3.5-plus-02-15` | 1.0M | | | | | | $0.26 | $2 |
|
|
325
|
+
| `kilo/qwen/qwen3.5-plus-20260420` | 1.0M | | | | | | $0.30 | $2 |
|
|
326
|
+
| `kilo/qwen/qwen3.6-27b` | 131K | | | | | | $0.45 | $3 |
|
|
327
|
+
| `kilo/qwen/qwen3.6-35b-a3b` | 262K | | | | | | $0.14 | $1 |
|
|
328
|
+
| `kilo/qwen/qwen3.6-flash` | 1.0M | | | | | | $0.19 | $1 |
|
|
329
|
+
| `kilo/qwen/qwen3.6-max-preview` | 262K | | | | | | $1 | $6 |
|
|
330
|
+
| `kilo/qwen/qwen3.6-plus` | 1.0M | | | | | | $0.33 | $2 |
|
|
331
|
+
| `kilo/qwen/qwen3.7-flash` | 1.0M | | | | | | $0.03 | $0.13 |
|
|
332
|
+
| `kilo/qwen/qwen3.7-max` | 1.0M | | | | | | $1 | $4 |
|
|
333
|
+
| `kilo/qwen/qwen3.7-plus` | 1.0M | | | | | | $0.32 | $1 |
|
|
334
|
+
| `kilo/qwen/qwen3.8-max` | 1.0M | | | | | | $2 | $6 |
|
|
335
|
+
| `kilo/rekaai/reka-edge` | 16K | | | | | | $0.10 | $0.10 |
|
|
336
|
+
| `kilo/rekaai/reka-flash-3` | 66K | | | | | | $0.10 | $0.20 |
|
|
337
|
+
| `kilo/relace/relace-apply-3` | 256K | | | | | | $0.85 | $1 |
|
|
338
|
+
| `kilo/relace/relace-search` | 256K | | | | | | $1 | $3 |
|
|
339
|
+
| `kilo/sakana/fugu-ultra` | 1.0M | | | | | | $5 | $30 |
|
|
340
|
+
| `kilo/sao10k/l3-lunaris-8b` | 8K | | | | | | $0.04 | $0.05 |
|
|
341
|
+
| `kilo/sao10k/l3.1-euryale-70b` | 131K | | | | | | $0.85 | $0.85 |
|
|
342
|
+
| `kilo/sao10k/l3.3-euryale-70b` | 131K | | | | | | $0.65 | $0.75 |
|
|
343
|
+
| `kilo/stealth/claude-opus-4.6` | 1.0M | | | | | | $4 | $20 |
|
|
344
|
+
| `kilo/stealth/claude-opus-4.7` | 1.0M | | | | | | $4 | $20 |
|
|
345
|
+
| `kilo/stealth/claude-opus-4.8` | 1.0M | | | | | | $4 | $20 |
|
|
346
|
+
| `kilo/stealth/claude-sonnet-4.6` | 1.0M | | | | | | $2 | $12 |
|
|
347
|
+
| `kilo/stealth/gpt-5.6-sol` | 1.1M | | | | | | $4 | $24 |
|
|
348
|
+
| `kilo/stealth/qwen3.6-plus` | 1.0M | | | | | | $0.25 | $2 |
|
|
349
|
+
| `kilo/stepfun/step-3.5-flash` | 262K | | | | | | $0.10 | $0.30 |
|
|
350
|
+
| `kilo/stepfun/step-3.7-flash` | 256K | | | | | | $0.20 | $1 |
|
|
351
|
+
| `kilo/stepfun/step-3.7-flash:free` | 262K | | | | | | — | — |
|
|
352
|
+
| `kilo/tencent/hunyuan-a13b-instruct` | 131K | | | | | | $0.14 | $0.57 |
|
|
353
|
+
| `kilo/tencent/hy3` | 262K | | | | | | $0.14 | $0.58 |
|
|
354
|
+
| `kilo/tencent/hy3-preview` | 262K | | | | | | $0.18 | $0.60 |
|
|
355
|
+
| `kilo/tencent/hy3:free` | 262K | | | | | | — | — |
|
|
356
|
+
| `kilo/thedrummer/cydonia-24b-v4.1` | 131K | | | | | | $0.30 | $0.50 |
|
|
357
|
+
| `kilo/thedrummer/rocinante-12b` | 66K | | | | | | $0.25 | $0.50 |
|
|
358
|
+
| `kilo/thedrummer/skyfall-36b-v2` | 33K | | | | | | $0.55 | $0.80 |
|
|
359
|
+
| `kilo/thedrummer/unslopnemo-12b` | 1.0M | | | | | | $0.40 | $0.40 |
|
|
360
|
+
| `kilo/thinkingmachines/inkling` | 524K | | | | | | $0.95 | $4 |
|
|
361
|
+
| `kilo/thinkingmachines/inkling-small` | 524K | | | | | | $0.45 | $1 |
|
|
362
|
+
| `kilo/undi95/remm-slerp-l2-13b` | 6K | | | | | | $0.45 | $0.65 |
|
|
363
|
+
| `kilo/upstage/solar-pro-3` | 128K | | | | | | $0.15 | $0.60 |
|
|
364
|
+
| `kilo/writer/palmyra-x5` | 1.0M | | | | | | $0.60 | $6 |
|
|
365
|
+
| `kilo/x-ai/grok-4.20` | 2.0M | | | | | | $1 | $3 |
|
|
366
|
+
| `kilo/x-ai/grok-4.20-multi-agent` | 2.0M | | | | | | $1 | $3 |
|
|
367
|
+
| `kilo/x-ai/grok-4.3` | 1.0M | | | | | | $1 | $3 |
|
|
368
|
+
| `kilo/x-ai/grok-4.5` | 500K | | | | | | $2 | $6 |
|
|
369
|
+
| `kilo/x-ai/grok-build-0.1` | 256K | | | | | | $1 | $2 |
|
|
370
|
+
| `kilo/xiaomi/mimo-v2.5` | 1.0M | | | | | | $0.14 | $0.28 |
|
|
371
|
+
| `kilo/xiaomi/mimo-v2.5-pro` | 1.0M | | | | | | $0.43 | $0.87 |
|
|
372
|
+
| `kilo/z-ai/glm-4.5` | 131K | | | | | | $0.60 | $2 |
|
|
373
|
+
| `kilo/z-ai/glm-4.5-air` | 131K | | | | | | $0.13 | $0.85 |
|
|
374
|
+
| `kilo/z-ai/glm-4.5v` | 66K | | | | | | $0.60 | $2 |
|
|
375
|
+
| `kilo/z-ai/glm-4.6` | 203K | | | | | | $0.55 | $2 |
|
|
376
|
+
| `kilo/z-ai/glm-4.6v` | 131K | | | | | | $0.30 | $0.90 |
|
|
377
|
+
| `kilo/z-ai/glm-4.7` | 203K | | | | | | $0.60 | $2 |
|
|
378
|
+
| `kilo/z-ai/glm-4.7-flash` | 203K | | | | | | $0.07 | $0.40 |
|
|
379
|
+
| `kilo/z-ai/glm-5` | 205K | | | | | | $1 | $3 |
|
|
380
|
+
| `kilo/z-ai/glm-5-turbo` | 203K | | | | | | $1 | $4 |
|
|
381
|
+
| `kilo/z-ai/glm-5.1` | 200K | | | | | | $1 | $4 |
|
|
382
|
+
| `kilo/z-ai/glm-5.2` | 262K | | | | | | $1 | $4 |
|
|
383
|
+
| `kilo/z-ai/glm-5v-turbo` | 203K | | | | | | $1 | $4 |
|
|
385
384
|
|
|
386
385
|
## Advanced configuration
|
|
387
386
|
|
|
@@ -411,7 +410,7 @@ const agent = new Agent({
|
|
|
411
410
|
model: ({ requestContext }) => {
|
|
412
411
|
const useAdvanced = requestContext.task === "complex";
|
|
413
412
|
return useAdvanced
|
|
414
|
-
? "kilo/~
|
|
413
|
+
? "kilo/~x-ai/grok-latest"
|
|
415
414
|
: "kilo/ai21/jamba-large-1.7";
|
|
416
415
|
}
|
|
417
416
|
});
|