| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-27 | 1.5 kB | |
| v1.33.5 -- Live OpenCode catalog from models.dev + readable errors source code.tar.gz | 2026-04-27 | 2.5 MB | |
| v1.33.5 -- Live OpenCode catalog from models.dev + readable errors source code.zip | 2026-04-27 | 2.8 MB | |
| Pixcode-1.33.5-amd64.deb | 2026-04-27 | 179.1 MB | |
| Pixcode-1.33.5-arm64.dmg | 2026-04-27 | 202.5 MB | |
| Pixcode-1.33.5-x64.dmg | 2026-04-27 | 207.1 MB | |
| Pixcode-1.33.5-x86_64.AppImage | 2026-04-27 | 235.2 MB | |
| Pixcode-Setup-1.33.5.exe | 2026-04-27 | 172.1 MB | |
| Totals: 8 Items | 1.0 GB | 0 | |
What's new • OpenCode's model picker now pulls the live catalog from https://models.dev/api.json (115 providers as of April 2026). Free Zen models, all current Anthropic / OpenAI / Google / xAI / OpenRouter / Groq / Cerebras models, all kept up to date without a Pixcode release. • Free models are tagged with a teal "free" badge so it's obvious which Zen entries don't cost anything. • The catalog is filtered to providers you've actually authenticated with — via ~/.local/share/opencode/auth.json or shell env vars — so the dropdown isn't a 1500-row wall of providers you can't use. Zen always shows because its free tier works for everyone.
Fixed
• "[object Object]" error when the model wasn't recognized. The frontend now reads the real error shape OpenCode emits (error.data.message) and maps named error classes to actionable copy: ProviderModelNotFoundError → "pick a model from the picker", ProviderInitError → "run opencode auth login", APIError 429 → "rate limit, try again", etc.
• Pre-stream stderr errors ("Model must be in the format provider/model") are also mapped to readable text instead of being passed through raw.
• Updated default model to opencode/big-pickle (free, works without an OpenCode account) so first-run users actually get a response.
Under the hood
• OPENCODE_MODELS_URL env var honored as catalog override (matches OpenCode's own convention).
• Stale opencode/zen-best / opencode/zen-fast placeholder ids removed from the static fallback — they were never real model ids.