Skip to content
SolidRusT.ai

Changelog

All notable changes to the SolidRusT AI API are documented here.

This changelog follows Keep a Changelog format and the API adheres to Semantic Versioning.


Features and changes in development, not yet deployed to production.


  • New Privacy-focused analytics on documentation site
  • New Comprehensive SEO metadata for all public sites
  • New Sitemap generation for improved search indexing
  • Improved API documentation with interactive OpenAPI explorer

  • New API Gateway at api.solidrust.ai - Public endpoint for all API calls
  • New Documentation Site at docs.solidrust.ai - Comprehensive API documentation
  • New PAM Platform - API key management and billing via console.solidrust.ai
  • /v1/chat/completions - OpenAI-compatible chat completions
  • /v1/embeddings - Vector embeddings using bge-m3 model
  • /v1/models - List available models
  • /data/v1/query/semantic - Semantic search (RAG)
  • /data/v1/query/keyword - Keyword search (RAG)
  • /data/v1/query/hybrid - Hybrid search (RAG)
  • /v1/agent/chat - Tool-enabled agent conversations

  • Initial vLLM inference deployment with Qwen3-4B model
  • LiteLLM proxy for OpenAI compatibility
  • Embeddings service with bge-m3 model
  • Kubernetes cluster with 12 nodes (including 5 GPU nodes)
  • Automatic failover to Claude Haiku when vLLM is unavailable

BadgeMeaning
NewNew feature or endpoint
ChangedChanges to existing functionality
DeprecatedFeature scheduled for removal
RemovedRemoved feature
FixedBug fix
SecuritySecurity-related change


Found a bug or have a feature request? Open an issue on GitHub.