Skip to content

Commit

Permalink
docs: update deepseek provider compatibility (#4544)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese authored Jan 27, 2025
1 parent 92f5f36 commit 883a7e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/providers/01-ai-sdk-providers/30-deepseek.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ The metrics include:

## Model Capabilities

| Model | Image Input | Object Generation | Tool Usage | Tool Streaming |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| `deepseek-chat` | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
| `deepseek-reasoner` | <Cross size={18} /> | <Cross size={18} /> | <Cross size={18} /> | <Cross size={18} /> |
| Model | Text Generation | Object Generation | Image Input | Tool Usage | Tool Streaming |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| `deepseek-chat` | <Check size={18} /> | <Check size={18} /> | <Cross size={18} /> | <Check size={18} /> | <Check size={18} /> |
| `deepseek-reasoner` | <Check size={18} /> | <Cross size={18} /> | <Cross size={18} /> | <Cross size={18} /> | <Cross size={18} /> |

<Note>
Please see the [DeepSeek docs](https://api-docs.deepseek.com) for a full list
Expand Down

0 comments on commit 883a7e8

Please sign in to comment.