# llm-mux-test > Test llm-mux IR translator - cross-format API translation - Author: “nghyane” - Repository: nghyane/llm-mux - Version: 20260114021605 - Stars: 318 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/nghyane/llm-mux - Web: https://mule.run/skillshub/@@nghyane/llm-mux~llm-mux-test:20260114021605 --- --- name: llm-mux-test description: Test llm-mux IR translator - cross-format API translation --- ## Quick Start Run server in background ``` pkill -f llm-mux; go build -o llm-mux ./cmd/server && ./llm-mux ``` Run test ``` bun .opencode/skill/llm-mux-test/sdk_tests.ts ```