Skip to content

Commit cb03036

Browse files
authored
[docs] test inference snippet
1 parent e58e761 commit cb03036

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/api-inference/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Serverless Inference API
22

3+
<InferenceSnippet
4+
modelId="deepseek-ai/DeepSeek-R1"
5+
pipeline="text-generation"
6+
conversational
7+
providers={["fireworks-ai", "cerebras", "cohere", "hyperbolic"]}
8+
/>
9+
10+
<InferenceSnippet
11+
modelId="deepseek-ai/DeepSeek-R1"
12+
pipeline="text-generation"
13+
conversational
14+
providers={["fireworks-ai"]}
15+
/>
16+
17+
<InferenceSnippet
18+
modelId="black-forest-labs/FLUX.1-dev"
19+
pipeline="text-to-image"
20+
providers={["black-forest-labs", "replicate", "fal-ai"]}
21+
/>
22+
323
**Instant Access to thousands of ML Models for Fast Prototyping**
424

525
Explore the most popular models for text, image, speech, and more — all with a simple API request. Build, test, and experiment without worrying about infrastructure or setup.

0 commit comments

Comments
 (0)