Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions docs/inference-providers/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
title: Cerebras
- local: providers/cohere
title: Cohere
- local: providers/deepinfra
title: DeepInfra
- local: providers/fal-ai
title: Fal AI
- local: providers/featherless-ai
Expand Down
1 change: 1 addition & 0 deletions docs/inference-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| -------------------------------------------- | :-------------------: | :-------------------: | :----------------: | :-----------: | :-----------: | :------------: |
| [Cerebras](./providers/cerebras) | ✅ | | | | | |
| [Cohere](./providers/cohere) | ✅ | ✅ | | | | |
| [DeepInfra](./providers/deepinfra) | ✅ | ✅ | | | | |
| [Fal AI](./providers/fal-ai) | | | | ✅ | ✅ | ✅ |
| [Featherless AI](./providers/featherless-ai) | ✅ | ✅ | | | | |
| [Fireworks](./providers/fireworks-ai) | ✅ | ✅ | | | | |
Expand Down
47 changes: 47 additions & 0 deletions docs/inference-providers/providers/deepinfra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!---
WARNING

This markdown file has been generated from a script. Please do not edit it directly.

### Template

If you want to update the content related to deepinfra's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/deepinfra.handlebars`.

### Logos

If you want to update deepinfra's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
Logos must be in .png format and be named `deepinfra-light.png` and `deepinfra-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.

### Generation script

For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
--->

# DeepInfra

> [!TIP]
> All supported DeepInfra models can be found [here](https://huggingface.co/models?inference_provider=deepinfra&sort=trending)

<div class="flex justify-center">
<a href="https://deepinfra.com/" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/deepinfra-light.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/deepinfra-dark.png"/>
</a>
</div>

<div class="flex">
<a href="https://huggingface.co/deepinfra" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
</a>
</div>

DeepInfra is a serverless AI inference platform that enables developers to run machine learning models through a simple API, without managing infrastructure. The platform handles GPUs, scaling, and monitoring, offering cost-efficient pay-per-token pricing with OpenAI-compatible endpoints.

## Resources
- **Website**: https://deepinfra.com/
- **Documentation**: https://deepinfra.com/docs

## Supported tasks


1 change: 1 addition & 0 deletions scripts/inference-providers/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const HEADERS: Record<string, string> = process.env.HF_TOKEN
const PROVIDERS_URLS: Record<string, string> = {
cerebras: "https://www.cerebras.ai/",
cohere: "https://cohere.com/",
deepinfra: "https://deepinfra.com/",
"fal-ai": "https://fal.ai/",
"featherless-ai": "https://featherless.ai/",
"fireworks-ai": "https://fireworks.ai/",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# DeepInfra

> [!TIP]
> All supported DeepInfra models can be found [here](https://huggingface.co/models?inference_provider=deepinfra&sort=trending)

{{{logoSection}}}

{{{followUsSection}}}

DeepInfra is a serverless AI inference platform that enables developers to run machine learning models through a simple API, without managing infrastructure. The platform handles GPUs, scaling, and monitoring, offering cost-efficient pay-per-token pricing with OpenAI-compatible endpoints.
Comment thread
hanouticelina marked this conversation as resolved.
Outdated
Comment thread
hanouticelina marked this conversation as resolved.
Outdated

## Resources
- **Website**: https://deepinfra.com/
- **Documentation**: https://deepinfra.com/docs
Comment thread
hanouticelina marked this conversation as resolved.
Outdated
Comment thread
hanouticelina marked this conversation as resolved.
Outdated

{{{tasksSection}}}
Loading