Introduction
Welcome to SolidRusT AI, an enterprise-grade AI inference platform providing OpenAI-compatible API endpoints.
What is SolidRusT AI?
Section titled “What is SolidRusT AI?”SolidRusT AI provides a unified API for accessing large language models (LLMs) and embedding models. Our platform offers:
- OpenAI-Compatible Endpoints - Use existing OpenAI SDKs with minimal changes
- Local GPU Infrastructure - Fast inference on dedicated hardware
- Intelligent Failover - Automatic routing to cloud providers during maintenance
- Data Layer Integration - Built-in RAG capabilities for knowledge-augmented responses
Base URL
Section titled “Base URL”All API requests should be made to:
https://api.solidrust.ai/v1Available Models
Section titled “Available Models”| Model | Type | Use Case |
|---|---|---|
vllm-primary | Chat | General-purpose chat and completion (recommended) |
bge-m3 | Embeddings | Semantic search, RAG applications |
Next Steps
Section titled “Next Steps”- Quick Start - Get your first API call working
- Authentication - Learn about API key management
- API Reference - Detailed endpoint documentation