中国的开源大模型已对美国闭源模型造成严重的威胁
美国权威媒体CNBC最新报道:智谱的GLM 5.2已对美国大模型形成实质性威胁,性能匹敌 Anthropic Opus 4.8,价格只有五分之一,是目前最强的开源大模型
同时GLM 5.2的市场采用速度远超之前的开源模型deepseek V4
CNBC说:“这对企业来说是一个非常艰难的权衡”
而美国最大的交易所 Coinbase
@coinbase 已将智谱GLM 5.2和Kimi 2.7等开源中国模型设为默认选项,大幅转向使用中国开源模型
所以市场已经给出答案了,开源大模型性能接近闭源的同时价格还低,还支持本地部署和完全自主控制,企业为什么还要继续依赖闭源模型?
中国模型+开源正在爆发🧐
How to keep AI spend flat while token usage grows exponentially: Not with friction and spend alerts. With better defaults, routing, and caching.
Better Defaults (not Usage Caps) – Engineers can choose any model they want, but defaults matter. We’re experimenting with defaulting to open weight models like GLM 5.2 and Kimi 2.7 through our LLM gateway, while still encouraging engineers to choose the right model for the task. 91% of our employees were never hitting their usage caps, so instead of lowering caps and driving up alerts, we're moving to cheaper defaults. Note that code reviews use a diversity of models, so they can check each other's work.
Better Routing – In our custom harnesses, we preprocess prompts and route to the best model for the job, considering cache hits and model pricing. For instance, you may want a frontier model for planning, but not for execution where they can be overkill. Ultimately, humans shouldn't be choosing models - AI can automate this task.
Better Caching – Cache misses are the easiest way to drive your cost up. All of our requests are cache aware, so we’re reusing a warm cache wherever possible. For example, our cache hit rate went from 5% → 60% in LibreChat once properly implemented.
Keep Context Lean – Start fresh sessions when switching tasks. Scope file context narrowly. Disconnect unused tools. Don't just compact. The goal isn't fewer tokens used, it's fewer tokens wasted.
Better Visibility – Our engineers can use as many tokens as they want, from whatever model they want, but we’ve made usage visible – and the more you spend on AI, the more impact we expect.
The goal isn't to suppress usage. It's to build the infrastructure that makes exponential growth sustainable.
Putting this into practice has cut our AI spend nearly in half, while our token usage continues to grow.
显示更多