diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 27fe0a528..d39278584 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -107,6 +107,8 @@ title: Scaleway - local: providers/together title: Together + - local: providers/zai-org + title: Z.ai - local: hub-api title: Hub API diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md index 6e4529de3..090d9ebad 100644 --- a/docs/inference-providers/index.md +++ b/docs/inference-providers/index.md @@ -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? diff --git a/docs/inference-providers/providers/zai-org.md b/docs/inference-providers/providers/zai-org.md new file mode 100644 index 000000000..3adfa3094 --- /dev/null +++ b/docs/inference-providers/providers/zai-org.md @@ -0,0 +1,62 @@ + + +# Z.ai + +> [!TIP] +> All supported Z.ai models can be found [here](https://huggingface.co/models?inference_provider=zai-org&sort=trending) + +
+ + + + +
+ +
+ + + + +
+ +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). + + + + diff --git a/scripts/inference-providers/scripts/generate.ts b/scripts/inference-providers/scripts/generate.ts index 46963ec5d..c424200f7 100644 --- a/scripts/inference-providers/scripts/generate.ts +++ b/scripts/inference-providers/scripts/generate.ts @@ -49,6 +49,7 @@ const PROVIDERS_HUB_ORGS: Record = { sambanova: "sambanovasystems", scaleway: "scaleway", together: "togethercomputer", + "zai-org": "zai-org" }; const PROVIDERS_URLS: Record = { @@ -68,6 +69,7 @@ const PROVIDERS_URLS: Record = { 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); diff --git a/scripts/inference-providers/templates/providers/zai-org.handlebars b/scripts/inference-providers/templates/providers/zai-org.handlebars new file mode 100644 index 000000000..fa776ddc6 --- /dev/null +++ b/scripts/inference-providers/templates/providers/zai-org.handlebars @@ -0,0 +1,21 @@ +# Z.ai + +> [!TIP] +> All supported Z.ai models can be found [here](https://huggingface.co/models?inference_provider=zai-org&sort=trending) + +{{{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}}}