Skip to content

Commit 85edc8c

Browse files
feat: [OCA-1666] - Add (DeepSeek,OpenClaw) to Quick Deploy Apps (#13499)
* feat: add openclaw and deepseek quick deploy apps * Added changeset: Add DeepSeek-R1 and OpenClaw to Quick Deploy Apps * Added changeset: Add DeepSeek-R1 and OpenClaw to Quick Deploy Apps * Added changeset: Add DeepSeek-R1 and OpenClaw to Quick Deploy Apps * add changeset * remove dup changesets * Added changeset: Add DeepSeek-R1 and OpenClaw to Quick Deploy Apps * add changeset --------- Co-authored-by: Alban Bailly <130582365+abailly-akamai@users.noreply.github.com>
1 parent c89a6b2 commit 85edc8c

File tree

7 files changed

+141
-8
lines changed

7 files changed

+141
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Added
3+
---
4+
5+
Add DeepSeek-R1 and OpenClaw to Quick Deploy Apps ([#13499](https://github.com/linode/manager/pull/13499))
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 38 additions & 0 deletions
Loading

packages/manager/src/features/OneClickApps/oneClickApps.ts

Lines changed: 53 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,15 +2301,15 @@ export const oneClickApps: Record<number, OCA> = {
23012301
},
23022302
1997012: {
23032303
alt_description:
2304-
'Lightweight open large language model optimized for efficient AI inference.',
2305-
alt_name: 'Open large language model',
2304+
'Lightweight open-source large language model optimized for efficient AI inference.',
2305+
alt_name: 'Open-source large language model',
23062306
categories: ['Chat', 'LLM', 'AI'],
23072307
colors: {
23082308
end: '1a73e8',
23092309
start: '34a853',
23102310
},
23112311
description:
2312-
'Gemma 3 is an open large language model designed for efficient, high-performance AI inference across a variety of workloads. Optimized for text generation, chat, and reasoning tasks, it enables developers to deploy scalable AI applications such as assistants, code generation tools, and content automation directly on their own infrastructure.',
2312+
'Gemma 3 is an open-source large language model designed for efficient, high-performance AI inference across a variety of workloads. Optimized for text generation, chat, and reasoning tasks, it enables developers to deploy scalable AI applications such as assistants, code generation tools, and content automation directly on their own infrastructure.',
23132313
isNew: true,
23142314
logo_url: 'gemma3.svg',
23152315
related_guides: [
@@ -2319,20 +2319,20 @@ export const oneClickApps: Record<number, OCA> = {
23192319
},
23202320
],
23212321
summary:
2322-
'Efficient open large language model for self-hosted AI applications.',
2322+
'Efficient open-source large language model for self-hosted AI applications.',
23232323
website: 'https://ai.google.dev/gemma',
23242324
},
23252325
2015845: {
23262326
alt_description:
2327-
'Open large language model series for advanced reasoning, coding, and chat.',
2328-
alt_name: 'Open large language model',
2327+
'Open-source large language model series for advanced reasoning, coding, and chat.',
2328+
alt_name: 'Open-source large language model',
23292329
categories: ['Chat', 'LLM', 'AI'],
23302330
colors: {
23312331
end: '1f2937',
23322332
start: '7c3aed',
23332333
},
23342334
description:
2335-
'Qwen is an open large language model series designed for high-performance text generation, reasoning, and coding tasks. It supports chat-based interactions, instruction following, and advanced AI application development, making it well-suited for assistants, code generation tools, automation workflows, and enterprise AI deployments.',
2335+
'Qwen is an open-source large language model series designed for high-performance text generation, reasoning, and coding tasks. It supports chat-based interactions, instruction following, and advanced AI application development, making it well-suited for assistants, code generation tools, automation workflows, and enterprise AI deployments.',
23362336
isNew: true,
23372337
logo_url: 'qwen.svg',
23382338
related_guides: [
@@ -2342,7 +2342,52 @@ export const oneClickApps: Record<number, OCA> = {
23422342
},
23432343
],
23442344
summary:
2345-
'Open large language model for reasoning, coding, and chat applications.',
2345+
'Open-source large language model for reasoning, coding, and chat applications.',
23462346
website: 'https://qwenlm.github.io/',
23472347
},
2348+
2025976: {
2349+
alt_description: 'Open-source Large Language Model.',
2350+
alt_name:
2351+
'Open-source and light weight reasoning LLM optimized for complex problem solving, code generation, and logical reasoning tasks.',
2352+
categories: ['LLM', 'Chat', 'AI'],
2353+
colors: {
2354+
end: '4D6BFE',
2355+
start: '4D6BFE',
2356+
},
2357+
description:
2358+
'DeepSeek-R1 is deployed on a cloud compute instance to provide scalable inference for reasoning and code generation tasks. The VM environment hosts the model runtime through vLLM which allows efficient access to the model via Open WebUI chat service.',
2359+
isNew: true,
2360+
logo_url: 'deepseek.svg',
2361+
related_guides: [
2362+
{
2363+
href: 'https://www.linode.com/docs/marketplace-docs/guides/deepseek-with-openwebui/',
2364+
title: 'Deploy DeepSeek-R1 with Open WebUI',
2365+
},
2366+
],
2367+
summary:
2368+
'Open-source Large Language Model for reasoning, coding, and chat applications.',
2369+
website: 'https://huggingface.co/deepseek-ai',
2370+
},
2371+
2049320: {
2372+
alt_description: 'Autonomous AI agent',
2373+
alt_name:
2374+
'Open-source autonomous AI agent that runs locally and executes tasks through a persistent Gateway service',
2375+
categories: ['AI', 'AI Agent', 'LLM'],
2376+
colors: {
2377+
end: 'AF2626',
2378+
start: 'D53838',
2379+
},
2380+
description:
2381+
'OpenClaw is an open-source AI agent platform that runs locally and executes tasks through a persistent Gateway service. The Gateway connects communication channels, tools, and AI models, allowing the agent to receive messages, perform actions, and automate workflows.',
2382+
isNew: true,
2383+
logo_url: 'openclaw.svg',
2384+
related_guides: [
2385+
{
2386+
href: 'https://www.linode.com/docs/marketplace-docs/guides/openclaw/',
2387+
title: 'Deploy OpenClaw',
2388+
},
2389+
],
2390+
summary: 'Autonomous AI agent.',
2391+
website: 'https://openclaw.ai/',
2392+
},
23482393
};

packages/manager/src/features/OneClickApps/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export interface Colors {
2929

3030
export type AppCategory =
3131
| 'AI'
32+
| 'AI Agent'
3233
| 'App Creators'
3334
| 'Chat'
3435
| 'Control Panels'

0 commit comments

Comments
 (0)