LINQPad 9 — AI Provider Feature Request

I'm a LINQPad Premium user and I'm quite disappointed with the current AI integration. I'd like to request the addition of more AI providers to make it more versatile and worth the premium price.
Requested AI Providers:
1.Ollama — Run local AI models (Llama, Mistral, etc.)
2.Z.ai — GLM-5 and other Zhipu AI models
3.Gemini — Google's AI models
4.Other providers — Claude (Anthropic), Groq, or any provider that supports OpenAI-compatible API
Priority:
I'd especially like Z.ai or Ollama support first, as I feel the current AI provider options are too limited for a premium product.
The ability to choose from multiple AI providers would make LINQPad significantly more powerful and flexible for developers who work with different AI ecosystems.
Comments
-
LINQPad does support any OpenAI- or Anthropic-compatible endpoint. This should include Z.ai.
It looks like you've not entered the correct or full URI. Often the URI ends in /chat/completions - try adding that to the end of your URI. If that doesn't work, try the following:
https://api.z.ai/api/paas/v4/chat/completions
