{"slug": "glm-5-2-is-35-off-via-novita-on-ai-gateway", "title": "GLM 5.2 is 35% off via Novita on AI Gateway", "summary": "Novita is offering a 35% discount on GLM 5.2 via AI Gateway through July 24. Developers can access the reduced rate by setting the model to 'zai/glm-5.2' and routing requests through Novita using the AI SDK. After the promotion, the model remains available at standard provider rates.", "body_md": "[GLM 5.2](https://vercel.com/ai-gateway/models/glm-5.2) is 35% off on AI Gateway through July 24 when routed through Novita.\n\nTo get the discounted rate, set the model to `zai/glm-5.2`\n\nin the [AI SDK](https://ai-sdk.dev/) and route requests through Novita:\n\nagent.ts\n\n``` js\n1import { streamText } from 'ai';2const result = streamText({3  model: 'zai/glm-5.2',4  prompt: 'Migrate every API route to the new auth middleware and open a PR.',5  providerOptions: {6    gateway: {7      order: ['novita'],8    },9  },10});\n```\n\nRouting GLM 5.2 requests to Novita with the gateway provider options\n\nAfter July 24, the model stays available at standard provider rates with no markup.\n\nTry GLM 5.2 in the [model playground](https://vercel.com/ai-gateway/models/glm-5.2).", "url": "https://wpnews.pro/news/glm-5-2-is-35-off-via-novita-on-ai-gateway", "canonical_source": "https://vercel.com/changelog/glm-5-2-is-35-off-via-novita-on-ai-gateway", "published_at": "2026-07-17 00:01:00+00:00", "updated_at": "2026-07-17 18:22:19.666103+00:00", "lang": "en", "topics": ["ai-products", "ai-tools", "ai-infrastructure"], "entities": ["Novita", "AI Gateway", "GLM 5.2", "AI SDK"], "alternates": {"html": "https://wpnews.pro/news/glm-5-2-is-35-off-via-novita-on-ai-gateway", "markdown": "https://wpnews.pro/news/glm-5-2-is-35-off-via-novita-on-ai-gateway.md", "text": "https://wpnews.pro/news/glm-5-2-is-35-off-via-novita-on-ai-gateway.txt", "jsonld": "https://wpnews.pro/news/glm-5-2-is-35-off-via-novita-on-ai-gateway.jsonld"}}