Skip to content

Commit 0d8db16

Browse files
committed
docs(providers): add Friendli provider slug
1 parent 19ceceb commit 0d8db16

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

docs/providers/friendli.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
sidebar_label: Friendli
3+
description: Use Friendli Model APIs with Zoo Code. Run the fastest frontier model inference with a simple API call. Access GLM, DeepSeek, and MiniMax models with prompt caching and large context windows.
4+
keywords:
5+
- friendli
6+
- friendli ai
7+
- glm models
8+
- deepseek models
9+
- minimax models
10+
- zoo code
11+
- api provider
12+
- open source models
13+
- openai compatible
14+
- serverless models
15+
---
16+
17+
# Using Friendli With Zoo Code
18+
19+
Friendli Model APIs provide instant access to a curated set of models, powered by proprietary inference stack named [Friendli Engine](https://friendli.ai/why-friendliai) for high-performance, cost-efficient inference.
20+
21+
**Website:** [https://friendli.ai/](https://friendli.ai/)
22+
23+
---
24+
25+
## Getting an API Key
26+
27+
1. **Sign Up/Sign In:** Go to [Friendli AI](https://friendli.ai/suite) and create an account or sign in.
28+
2. **Navigate to API Keys:** After logging in, go to [Personal Settings > API Keys](https://friendli.ai/suite/~/setting/keys).
29+
3. **Create a Key:** Generate a new API key.
30+
4. **Copy the Key:** Copy the API key right away. You won't be able to see it again.
31+
32+
---
33+
34+
## Available Models
35+
36+
Zoo Code supports all models available through Friendli AI's platform.
37+
38+
For the complete, up-to-date model list and specifications, see [Friendli AI's models page](https://friendli.ai/models).
39+
40+
---
41+
42+
## Configuration in Zoo Code
43+
44+
1. **Open Zoo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Zoo Code panel.
45+
2. **Select Provider:** Choose "Friendli" from the "API Provider" dropdown.
46+
3. **Enter API Key:** Paste your Friendli API key into the "Friendli API Key" field.
47+
4. **Select Model:** Choose your desired model from the "Model" dropdown.
48+
49+
---
50+
51+
## Tips and Notes
52+
53+
* **Pricing:** See the [Friendli AI pricing page](https://friendli.ai/pricing) for current rates.

docs/providers/index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"extension": true,
3131
"cloud": false
3232
},
33+
{
34+
"id": "providers/friendli",
35+
"title": "Friendli",
36+
"extension": true,
37+
"cloud": false
38+
},
3339
{
3440
"id": "providers/gemini",
3541
"title": "Google Gemini",

0 commit comments

Comments
 (0)