Skip to content

Commit 7aa3800

Browse files
committed
add new Z .ai GLM Image support
1 parent 1cef9e8 commit 7aa3800

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

content/docs/extensions/built-in.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Provides support for popular LLM providers requiring custom handling beyond Open
4242
- [nvidia](https://github.com/ServiceStack/llms/blob/main/llms/extensions/providers/nvidia.py): Integration with NVIDIA's GenAI APIs
4343
- [openai](https://github.com/ServiceStack/llms/blob/main/llms/extensions/providers/openai.py): Integration with OpenAI's chat and image generation models
4444
- [openrouter](https://github.com/ServiceStack/llms/blob/main/llms/extensions/providers/openrouter.py): Integration with OpenRouter for image generation
45+
- [z.ai](https://github.com/ServiceStack/llms/blob/main/llms/extensions/providers/zai.py): Integration with Z.ai for image generation
4546

4647
### Disable Extensions
4748

content/docs/media-generation/image-generation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Unlike text generation, there's no standard API for image generation across prov
1111
| OpenAI | ✅ Supported |
1212
| OpenRouter | ✅ Supported |
1313
| Chutes | ✅ Supported |
14+
| Z.ai | ✅ Supported |
1415
| Nvidia | ✅ Supported |
1516

1617
To begin select an image generation model from the Model Selector that supports image generation:

content/docs/v3.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ Unlike text generation, there's no standard API for image generation across prov
540540
| OpenAI | ✅ Supported |
541541
| OpenRouter | ✅ Supported |
542542
| Chutes | ✅ Supported |
543+
| Z.ai | ✅ Supported |
543544
| Nvidia | ✅ Supported |
544545

545546
To begin select an image generation model from the Model Selector that supports image generation:

0 commit comments

Comments
 (0)