출시 스레드에서 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…