Skip to content
SolidRusT.ai

SolidRusT AI Documentation

Enterprise-grade AI inference API with OpenAI-compatible endpoints

Chat Completions

Generate text responses using our AI models with the /v1/chat/completions endpoint. Learn more

Embeddings

Create vector embeddings for semantic search and RAG applications. Learn more

Python SDK

Official Python client library with async support. Get started

JavaScript SDK

TypeScript-first SDK for Node.js and browser environments. Get started

  • OpenAI-Compatible API - Drop-in replacement for OpenAI API calls
  • Local Inference - Models run on dedicated GPU infrastructure
  • Failover Support - Automatic failover to cloud providers when needed
  • RAG Integration - Built-in data layer for retrieval-augmented generation
  • Tool Calling - Native function/tool calling support for agent applications