Loading Apertis changelog
Feature
🚀 Apertis SDK v2.1 — Better compatible with OpenCode, Kilo Code & all AI coding tools
In v1.x, our SDK used a custom implementation that caused compatibility issues with some tools — most notably Zod parsing errors and empty responses in OpenCode. We've completely rewritten the SDK as a thin wrapper over the official @ai-sdk/openai-compatible package, guaranteeing compatibility across the ecosystem.
Nothing — the API is unchanged. Just update:
npm install @apertis/ai-sdk-provider@latestOpenCode users
You can now use our SDK directly in your OpenCode config:
{
"provider": {
"apertis": {
"npm": "@apertis/ai-sdk-provider",
"options": {
"apiKey": "your_apertis_api_key"
},
"models": {
"claude-opus-4-6": { "name": "Claude Opus 4.6" },
"claude-sonnet-4-6": { "name": "Claude Sonnet 4.6" }
}
}
}
}As always, get your API key or subscription keys to use all supported coding tools!
Happy Building.