🚀 New model available: DeepSeek-V3.1 🚀
Documentation
LoRA Adapter Models
Contents
LoRA Adapter Models
Prerequisites:
Then I'm gonna deploy the model:
Now the deployment should appear in https://deepinfra.com/dash/deployments page, with a name asdf/lora-example. Initially the state is "Initializing", after a while it should become "Deploying" and then "Running". Once the state is "Running", you can use the model.
Navigate to https://deepinfra.com/asdf/lora-example where you can find all the information about the the model including:
I'll leave example of inference with curl below:
curl "https://api.deepinfra.com/v1/openai/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DEEPINFRA_API_KEY" \
-d '{
"model": "asdf/lora-example",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'
Run models at scale with our fully managed GPU infrastructure, delivering enterprise-grade uptime at the industry's best rates.
© 2025 Deep Infra. All rights reserved.