产品精选73°

Jev 推出 typesafe/jev-router,自动选模型与推理力度

This is one of the strongest use cases I've seen for System One models like Jev. Pay close attenti...

精选理由

TypeSafe AI 把 Jev 做成路由器接进了 OpenRouter,实测比固定用 GPT-6 Sol 便宜一半多还更快,做智能体的可以去看看。

TypeSafe AI 与 OpenRouter 将 Jev 打包为 typesafe/jev-router,由 OpenRouter 为每次请求自动选择模型和推理力度。作者用 Pi SDK 搭的客服智能体做了测试:8 个案例共 32 次调用,与固定 GPT-6 Sol 基线对比,两者全部答对。路由方案成本 $0.008 对 $0.018,中位响应时间 1.5s 对 1.9s。作者指出路由、验证、护栏、裁判等模式都可以用 Jev 接入自定义 harness,实现示例已发布在 academy.dair.ai。

原文 · elvis

This is one of the strongest use cases I've seen for System One models like Jev. Pay close attenti...

This is one of the strongest use cases I've seen for System One models like Jev. Pay close attention if you build custom harnesses. Jev is now available as a packaged router. What is it? You send the conversation to typesafe/jev-router, and OpenRouter picks the model and reasoning effort for each request. Choosing the right model and reasoning effort is an art, and doing it manually is inefficient, to say the least. It makes sense to offload reasoning effort, but you want to do it efficiently, smartly, and cheaply. System One Models like Jev are a great fit for this. Does it work? I tested Jev Router on a small support agent built with a custom harness I built with the Pi SDK. I ran the same 8 cases against a fixed GPT-6 Sol baseline, 32 real calls in total. Both got every case right. The router cost less than half as much ($0.008 vs $0.018) and had a lower median response time (1.5s vs 1.9s). The sample is small, but it's clear that, at scale, this could make a huge difference in cost and efficiency. One of my biggest concerns about Jev-as-a-Router is caching. While it's not fully solved, Jev Router gives me hope for smarter, more efficient routing patterns in custom harnesses that leads to better tradeoffs. I have shared an implementation of a routing pattern I'm excited about here: academy.dair.ai/resources/jev-… The takeaway here is that Jev is unlocking interesting new patterns (routing, verification, guardrails, dynamic workflows, judges, and more) that you can tap into in your custom harness. I expect this trend to continue growing. And harnesses that are easier to customize, like Pi, will benefit even more. TypeSafe AI @typesafeai You've never routed like this before. @OpenRouter is bringing Jev to all of your LLM calls, so your agentic workflows never have to waste a token again. As always, faster, cheaper, more intelligent. Go build the future. 🔗 View Quoted Tweet 💬 8 🔄 2 ❤️ 14 👀 3094 📊 9 ⚡