deepseek-ai/DeepSeek-R1-Distill-Llama-70B
model is good for reasoning.meta-llama/Llama-2-70b-chat-hf
model is good for basic use-cases.meta-llama/Llama-3.3-70B-Instruct
model is good for multi-step tasks.
Authentication
Set yourDEEPINFRA_API_KEY
environment variable. Get your key from here.
Example
UseDeepInfra
with your Agent
:
View more examples here.
Params
Parameter | Type | Default | Description |
---|---|---|---|
id | str | "meta-llama/Llama-2-70b-chat-hf" | The id of the DeepInfra model to use |
name | str | "DeepInfra" | The name of the model |
provider | str | "DeepInfra" | The provider of the model |
api_key | Optional[str] | None | The API key for DeepInfra (defaults to DEEPINFRA_API_KEY env var) |
base_url | str | "https://api.deepinfra.com/v1/openai" | The base URL for the DeepInfra API |
DeepInfra
also supports the parameters of OpenAI.