Where are you getting GLM 5.3?
I have z.ai coding plan and I see no mention of 5.3 anywhere. Nothing on Ollama Cloud or Open Router either.
I have z.ai coding plan and I see no mention of 5.3 anywhere. Nothing on Ollama Cloud or Open Router either.
Same idea works for any MCP-capable agent — the point is you can hand tasks to other companies' models without ever leaving your main app.
Before anything else: I did all of this for my own testing, to make my own decisions about my own setup — I'm just sharing it because it might be useful to someone. And yes, I used AI to write this post, because I don't have time to write it myself. If you came here to complain that the post was written by AI instead of engaging with the content, please just scroll on.
TL;DR: I built a small MCP server so that Claude Code — the native app I live in — can delegate tasks to ANY other model (Codex CLI, DeepSeek, z.ai, local LM Studio over LAN) without me ever leaving the app. The same pattern works for any agentic system that speaks MCP. Then I had Claude benchmark all the lanes: 6 stations × 11 models × 3 rounds, graded by hidden test suites written before any model saw the tasks. Single-run results LIED in both directions: the "cheap model mistake" I caught in round 1 turned out to be the NORM for that model (its perfect round was the fluke), and two Anthropic baselines failed the same station 2-of-3 rounds — while the entire GPT-5.6 Codex family (including Luna at $1/M!) went 100% on everything, all 54 of their runs.
I'm a non-programmer building things through vibecoding, with Claude Code (Fable 5) as my daily driver. The MCP server ("multimodels") exposes two tools — list_models and delegate_task — and routes to:
/coding/ endpoint — the generic endpoint returns a misleading "insufficient balance")Baselines: Claude Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5 as generic Claude Code sub-agents at default effort.
The question: as an orchestrator, what can Claude safely hand off to the cheap/free lanes — and what does that cost?
"1234,56" (no thousands separator) — the exact edge case Sonnet 5 missed in round 1. One run told me "Flash > Sonnet at parsing." Three runs told me "this edge case trips most models sometimes."| Model | Cost/run | Note |
|---|---|---|
| Qwen3.6 35B (local) | $0.000 | my own hardware |
| DS4 Flash | $0.0028 | measured from API usage |
| GPT-5.6 Luna | ~$0.013+ | $0 for me (ChatGPT sub); hidden reasoning not counted |
| Claude Haiku 4.5 | ~$0.016 | est. |
| DS4 Pro | $0.0166 | measured |
| GPT-5.6 Terra | ~$0.033+ | $0 for me (sub) |
| GLM 5.2 | ~$0.048 | $0 for me (coding-plan sub) |
| GPT-5.6 Sol | ~$0.063+ | $0 for me (sub); xhigh hidden reasoning → true cost higher |
| Claude Sonnet 5 | ~$0.065 | est. |
| Claude Opus 4.8 | ~$0.124 | est. |
| Claude Fable 5 | ~$0.27 | est. |
Edit: removed reference to deepseek being usend via openrouter because it was routed to the official provider.
Edit 2: Added a follow-up comment with interesting results
I tried to edit some images using Gemini today and those are the answers it gave me. The images may be a little different from each other because the conversation was in Portuguese and I used the Nano Banana Pro in photoshop (the irony) to translate into English. I tested with Flash and Pro, my subscription is Pro. I just can't use Gemini anymore. I'm using the official mac app.
Edit: GPT did it in the first run (same images and same prompts. Nano Banana 2 did even better via API.
Gemini lately doesn't respect any prompt, doesn't do anything I ask, it does things its own way. I ask it to correct something, it won't correct it. What's going on? When I question it, it admits it was lazy in the previous response and then shows me exactly the same answer, word for word, as if nothing changed.
When I tell it that's not what I asked for, it says "I'm sorry, that really wasn't what you asked for, I'll do what you asked now." And it doesn't. It does exactly what it did before, sometimes even copying the identical paragraphs or responses without any modification whatsoever.
For example, I recently asked him to search for something on the internet, and he simply made up an answer. When I told him he didn't search and that I needed the sources, he said, "You're right, I didn't search, I'll do it now." And he gave me the exact same answer. After 15 minutes trying to get him to change it, I gave up, pasted the initial prompt into Claude and it worked immediately.
This pattern keeps repeating. I've tried being extremely specific with instructions, breaking down requests into numbered steps, providing examples of what I want—yet the output remains largely unchanged. It's as if the model is going through the motions of acknowledging feedback without actually processing or implementing it.
What bothers me is that for a while I thought Gemini was the best AI available and I was using it and telling everyone about it. And then suddenly it became a stubborn idiot.
Is this happening to everyone? I'm wondering if others are experiencing the same issue, or if there's something specific about how I'm phrasing requests that's causing Gemini to behave this way.
I have a Pro account.