From 0d8db16aea3e2b8abb2a6f869c0c746d62c304ee Mon Sep 17 00:00:00 2001 From: siyoon Date: Mon, 6 Jul 2026 12:51:58 +0900 Subject: [PATCH 1/2] docs(providers): add Friendli provider slug --- docs/providers/friendli.md | 53 ++++++++++++++++++++++++++++++++++++++ docs/providers/index.json | 6 +++++ 2 files changed, 59 insertions(+) create mode 100644 docs/providers/friendli.md diff --git a/docs/providers/friendli.md b/docs/providers/friendli.md new file mode 100644 index 00000000..7c077ea3 --- /dev/null +++ b/docs/providers/friendli.md @@ -0,0 +1,53 @@ +--- +sidebar_label: Friendli +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. +keywords: + - friendli + - friendli ai + - glm models + - deepseek models + - minimax models + - zoo code + - api provider + - open source models + - openai compatible + - serverless models +--- + +# Using Friendli With Zoo Code + +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. + +**Website:** [https://friendli.ai/](https://friendli.ai/) + +--- + +## Getting an API Key + +1. **Sign Up/Sign In:** Go to [Friendli AI](https://friendli.ai/suite) and create an account or sign in. +2. **Navigate to API Keys:** After logging in, go to [Personal Settings > API Keys](https://friendli.ai/suite/~/setting/keys). +3. **Create a Key:** Generate a new API key. +4. **Copy the Key:** Copy the API key right away. You won't be able to see it again. + +--- + +## Available Models + +Zoo Code supports all models available through Friendli AI's platform. + +For the complete, up-to-date model list and specifications, see [Friendli AI's models page](https://friendli.ai/models). + +--- + +## Configuration in Zoo Code + +1. **Open Zoo Code Settings:** Click the gear icon () in the Zoo Code panel. +2. **Select Provider:** Choose "Friendli" from the "API Provider" dropdown. +3. **Enter API Key:** Paste your Friendli API key into the "Friendli API Key" field. +4. **Select Model:** Choose your desired model from the "Model" dropdown. + +--- + +## Tips and Notes + +* **Pricing:** See the [Friendli AI pricing page](https://friendli.ai/pricing) for current rates. diff --git a/docs/providers/index.json b/docs/providers/index.json index 89140ac8..269a8155 100644 --- a/docs/providers/index.json +++ b/docs/providers/index.json @@ -30,6 +30,12 @@ "extension": true, "cloud": false }, + { + "id": "providers/friendli", + "title": "Friendli", + "extension": true, + "cloud": false + }, { "id": "providers/gemini", "title": "Google Gemini", From 7f2b70dac6aaa181d31b8f7d208fdee72e68b78a Mon Sep 17 00:00:00 2001 From: Lee-Si-Yoon Date: Mon, 6 Jul 2026 15:03:16 +0900 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/providers/friendli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/friendli.md b/docs/providers/friendli.md index 7c077ea3..1e4830f5 100644 --- a/docs/providers/friendli.md +++ b/docs/providers/friendli.md @@ -16,7 +16,7 @@ keywords: # Using Friendli With Zoo Code -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. +Friendli Model APIs provide instant access to a curated set of models, powered by a proprietary inference stack called [Friendli Engine](https://friendli.ai/why-friendliai) for high-performance, cost-efficient inference. **Website:** [https://friendli.ai/](https://friendli.ai/)