从发布线程进入 Jev 技术博客
Diogo 在发布线程末尾给出官方技术博客与早期访问入口,适合继续核对模型原理和产品说明。
受 TypeSafe AI 启发,作者发布了一个 Jev 兼容的公共 API,运行类似的开源模型 Qwen3.6-35B-A3B,并利用 SGLang radix cache 实现预填充复用和快速并行 System One 生成,64 个任务可在 1 秒内完成。
Inspired by @typesafeai , here is a Jev-compatible public API to play with It runs a comparable open model (Qwen3.6-35B-A3B), and just uses SGLang radix cache to preserve the prefill reuse / really fast parallel systemone generation - 64 tasks in <1s. https://github.com/ekzhang/openjev-sglang…