Skip to content

opencode latest (litellm) -- 1.17.9+litellm.20260623

Pre-release
Pre-release

Choose a tag to compare

@awschmeder awschmeder released this 22 Jun 05:36

Floating pointer to the most recent litellm build. Currently v1.17.9+litellm.20260622.

opencode 1.17.9+litellm.20260622 (litellm build)

This is a custom build of opencode incorporating:

  • PR #14468 -- LiteLLM provider with auto model discovery (balcsida)
  • PR #28326 -- Runtime base path support for reverse proxy deployments
  • PR #33253 -- Fall back to document.baseURI when no explicit base path is configured
  • awschmeder/opencode#2 -- Backfill discovered LiteLLM cost/limit for config-declared models
  • awschmeder/opencode#3 -- Extract LiteLLM cache write tokens via MetadataExtractor

Based on upstream opencode 1.17.9.

Platforms

File Platform
opencode-darwin-arm64.zip macOS Apple Silicon
opencode-darwin-x64.zip macOS Intel
opencode-linux-arm64.tar.gz Linux ARM64
opencode-linux-x64.tar.gz Linux x86_64

Install (macOS Apple Silicon)

curl -L https://github.com/awschmeder/opencode/releases/download/v1.17.9+litellm.20260622/opencode-darwin-arm64.zip -o opencode.zip
unzip opencode.zip
sudo install -m 755 opencode /usr/local/bin/opencode
sudo codesign --force --sign - /usr/local/bin/opencode

Install (Linux x86_64)

curl -L https://github.com/awschmeder/opencode/releases/download/v1.17.9+litellm.20260622/opencode-linux-x64.tar.gz | tar -xz
sudo install -m 755 opencode /usr/local/bin/opencode