Skip to main content
Run DeepSeek V3 through DeepInfra with synchronous, asynchronous, and streaming agent responses.
DeepInfra marks the pinned meta-llama/Llama-2-70b-chat-hf model as deprecated, and its model page is unavailable. Replace it with the current deepseek-ai/DeepSeek-V3 model before running.
basic.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your DeepInfra API key

4

Use a current DeepInfra model

Replace meta-llama/Llama-2-70b-chat-hf with deepseek-ai/DeepSeek-V3 in the saved file.
5

Run the example

Save the code above as basic.py, then run:
Full source: cookbook/90_models/deepinfra/basic.py