API v1
Status: Current
Released: January 16, 2026
Base URL: https://api.solidrust.ai/v1
The SolidRusT AI API uses semantic versioning to ensure stability while enabling continued development.
API v1
Status: Current
Released: January 16, 2026
Base URL: https://api.solidrust.ai/v1
Our API versions follow the format v{major} in the URL path:
https://api.solidrust.ai/v1/chat/completions ^^ Version prefix| Stage | Description | Support |
|---|---|---|
| Current | Active development, latest features | Full support |
| Stable | Feature-complete, maintenance only | Full support |
| Deprecated | Scheduled for removal | 6 months minimum |
| Sunset | Read-only, no new features | Limited support |
We consider the following to be breaking changes that warrant a new major version:
Non-breaking changes (applied to current version):
When a new API version is released:
X-API-Deprecated header410 Gone after sunset dateInitial public release including:
See the full changelog for details.
curl https://api.solidrust.ai/v1/chat/completions \ -H "X-API-Key: your-api-key" \ -H "Content-Type: application/json" \ -d '{"model": "vllm-primary", "messages": [...]}'In future versions, you may also specify the API version via header:
curl https://api.solidrust.ai/chat/completions \ -H "X-API-Version: 2026-01-16" \ -H "X-API-Key: your-api-key"Our SDKs are versioned independently but maintain compatibility:
| SDK | Version | API Compatibility |
|---|---|---|
| Python | 1.x | v1 |
| JavaScript | 1.x | v1 |
SDKs automatically use the correct API version. Update your SDK to access new features.
If you have questions about API versioning or need migration assistance: