Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 19:53
· 23 commits to main since this release

Install

Prebuilt binaries (linux amd64/arm64, macOS Apple Silicon) are
attached below, e.g.:

curl -fsSL https://github.com/weka/wekai/releases/download/v6.0.0/wekai_v6.0.0_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar -xz

Benchmark

Replay benchmark against your endpoint (see chart README for all values).
This image embeds the replay artifact, so no volume or fetch step is needed:

helm upgrade --install my-replay oci://quay.io/weka.io/helm/wekai \
  --version v6.0.0 \
  --set endpoint=http://YOUR-LLM-HOST:8000
docker pull quay.io/weka.io/wekai:v6.0.0

Router

Model-aware LLM router with prefix-cache affinity. Separate,
replay-less image — same binary, without the multi-GB replay layer a
router never reads:

helm upgrade --install my-router oci://quay.io/weka.io/helm/wekai-router \
  --version v6.0.0 \
  --set router.routes[0]="* => http://vllm-a:8000|http://vllm-b:8000"
docker pull quay.io/weka.io/wekai-router:v6.0.0

CLI (binary is named wekai):

go install github.com/weka/wekai@v6.0.0

Full Changelog: v5.0.2...v6.0.0