You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The Hugging Face API uses tokens for authentication. Visit your [Access Tokens](https://huggingface.co/settings/tokens) page to retrieve the token you'll use in your requests.",
297
+
controller_type: 'input',
298
+
controller_props: {
299
+
placeholder: 'Insert API Token',
300
+
value: '',
301
+
type: 'password',
302
+
input_actions: ['unobscure','copy'],
303
+
},
304
+
},
305
+
{
306
+
key: 'base-url',
307
+
title: 'Base URL',
308
+
description:
309
+
'The base endpoint to use. See the [Hugging Face Inference Providers documentation](https://huggingface.co/docs/inference-providers) for more information.',
310
+
controller_type: 'input',
311
+
controller_props: {
312
+
placeholder: 'https://router.huggingface.co/v1',
313
+
value: 'https://router.huggingface.co/v1',
314
+
},
315
+
},
316
+
],
317
+
models: [
318
+
{
319
+
id: 'moonshotai/Kimi-K2-Instruct:groq',
320
+
name: 'Kimi-K2-Instruct',
321
+
version: '1.0',
322
+
description:
323
+
'1T parameters Moonshot chat model tuned for tool-aware, nuanced responses.',
324
+
capabilities: ['completion','tools'],
325
+
},
326
+
{
327
+
id: 'deepseek-ai/DeepSeek-R1-0528',
328
+
name: 'DeepSeek-R1-0528',
329
+
version: '1.0',
330
+
description:
331
+
"DeepSeek's flagship reasoning engine with open weights and advanced tool control.",
332
+
capabilities: ['completion','tools'],
333
+
},
334
+
{
335
+
id: 'deepseek-ai/DeepSeek-V3-0324',
336
+
name: 'DeepSeek-V3-0324',
337
+
version: '1.0',
338
+
description:
339
+
'Streamlined DeepSeek model focused on fast, high-quality completions and tool use.',
0 commit comments