Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,22 @@ You can chat with DeepSeek-R1 on DeepSeek's official website: [chat.deepseek.com

We also provide OpenAI-Compatible API at DeepSeek Platform: [platform.deepseek.com](https://platform.deepseek.com/)

Gradio app with API

```
pip install ai-gradio[deepseek]

import gradio as gr
import ai_gradio


gr.load(
name='deepseek:deepseek-reasoner',
src=ai_gradio.registry,
coder=True # remove for regular chat
).launch()
```

## 6. How to Run Locally

### DeepSeek-R1 Models
Expand Down