Skip to content

Commit

Permalink
add deepseek support (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuanjushi authored Jan 27, 2025
1 parent 6290c60 commit f396693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Below shows how agents utilize AIOS SDK to interact with AIOS kernel and how AIO
</p>

## πŸ“° 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/).
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit f396693

Please sign in to comment.