Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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 @@ -107,6 +107,8 @@
title: Scaleway
- local: providers/together
title: Together
- local: providers/zai-org
title: Z.ai

- local: hub-api
title: Hub API
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 @@ -29,6 +29,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| [SambaNova](./providers/sambanova) | ✅ | | ✅ | | | |
| [Scaleway](./providers/scaleway) | ✅ | | ✅ | | | |
| [Together](./providers/together) | ✅ | ✅ | | ✅ | | |
| [Z.ai](./providers/zai-org) | ✅ | ✅ | | | | |

## Why Choose Inference Providers?

Expand Down
62 changes: 62 additions & 0 deletions docs/inference-providers/providers/zai-org.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!---
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 zai-org's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/zai-org.handlebars`.

### Logos

If you want to update zai-org'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 `zai-org-light.png` and `zai-org-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.
--->

# Z.ai

> [!TIP]
> All supported Z.ai models can be found [here](https://huggingface.co/models?inference_provider=zai-org&sort=trending)

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

<div class="flex">
<a href="https://huggingface.co/zai-org" 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>

Z.ai is an AI platform that provides cutting-edge large language models powered by GLM series. Their flagship models feature Mixture-of-Experts (MoE) architecture with advanced reasoning, coding, and agentic capabilities.

For latest pricing, visit the [pricing page](https://docs.z.ai/guides/overview/pricing).

## Resources
- **Website**: https://z.ai/
- **Documentation**: https://docs.z.ai/
- **API Documentation**: https://docs.z.ai/api-reference/introduction
- **GitHub**: https://github.com/zai-org
- **Hugging Face**: https://huggingface.co/zai-org

## Supported tasks


### Chat Completion (LLM)

Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).

<InferenceSnippet
pipeline=text-generation
providersMapping={ {"zai-org":{"modelId":"zai-org/GLM-4.5","providerModelId":"glm-4.5"} } }
conversational />


2 changes: 2 additions & 0 deletions scripts/inference-providers/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
sambanova: "sambanovasystems",
scaleway: "scaleway",
together: "togethercomputer",
"zai-org": "zai-org"
};

const PROVIDERS_URLS: Record<string, string> = {
Expand All @@ -68,6 +69,7 @@ const PROVIDERS_URLS: Record<string, string> = {
sambanova: "https://sambanova.ai/",
scaleway: "https://www.scaleway.com",
together: "https://together.xyz/",
"zai-org": "https://z.ai/"
};
const INFERENCE_PROVIDERS = Object.keys(PROVIDERS_HUB_ORGS);

Expand Down
24 changes: 24 additions & 0 deletions scripts/inference-providers/templates/providers/zai-org.handlebars
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Z.ai

<Tip>

All supported Z.ai models can be found [here](https://huggingface.co/models?inference_provider=zai-org&sort=trending)

</Tip>

{{{logoSection}}}

{{{followUsSection}}}

Z.ai is an AI platform that provides cutting-edge large language models powered by GLM series. Their flagship models feature Mixture-of-Experts (MoE) architecture with advanced reasoning, coding, and agentic capabilities.

For latest pricing, visit the [pricing page](https://docs.z.ai/guides/overview/pricing).

## Resources
- **Website**: https://z.ai/
- **Documentation**: https://docs.z.ai/
- **API Documentation**: https://docs.z.ai/api-reference/introduction
- **GitHub**: https://github.com/zai-org
- **Hugging Face**: https://huggingface.co/zai-org

{{{tasksSection}}}