From f396693ee7ffe059a5ecbb3dc66606b15b81abff Mon Sep 17 00:00:00 2001 From: dongyuanjushi Date: Mon, 27 Jan 2025 16:42:16 -0500 Subject: [PATCH] add deepseek support (#431) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da820085..9f026f11 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Below shows how agents utilize AIOS SDK to interact with AIOS kernel and how AIO

## 📰 News +- **[2025-01-27]** 🔥 Deepseek-r1 (1.5b, 7b, 8b, 14b, 32b, 70b, 671b) has already been supported in AIOS, both open-sourced versions and deepseek-chat api are available. - **[2024-11-30]** 🔥 AIOS v0.2: Disentangled AIOS Kernel (this [AIOS](https://github.com/agiresearch/AIOS) repository) and AIOS SDK (The [Cerebrum](https://github.com/agiresearch/Cerebrum) repository), Remote Kernel for agent users. - **[2024-09-01]** 🔥 AIOS supports multiple agent creation frameworks (e.g., ReAct, Reflexion, OpenAGI, AutoGen, Open Interpreter, MetaGPT). Agents created by these frameworks can onboard AIOS. Onboarding guidelines can be found at the [Doc](https://docs.aios.foundation/aios-docs/aios-agent/how-to-develop-agents). - **[2024-07-10]** 📖 AIOS documentation is up, which can be found at [Website](https://docs.aios.foundation/). @@ -272,6 +273,7 @@ Then you can start the client provided by the AIOS SDK either in the terminal or ### Supported LLM Cores | Provider 🏢 | Model Name 🤖 | Open Source 🔓 | Model String ⌨️ | Backend ⚙️ | Required API Key | |:------------|:-------------|:---------------|:---------------|:---------------|:----------------| +| Deepseek | Deepseek-chat | ❌ | deepseek-chat |deepseek | DEEPSEEK_API_KEY | | Anthropic | Claude 3.5 Sonnet | ❌ | claude-3-5-sonnet-20241022 |anthropic | ANTHROPIC_API_KEY | | Anthropic | Claude 3.5 Haiku | ❌ | claude-3-5-haiku-20241022 |anthropic | ANTHROPIC_API_KEY | | Anthropic | Claude 3 Opus | ❌ | claude-3-opus-20240229 |anthropic | ANTHROPIC_API_KEY |