Introduction
Welcome to SolidRusT AI. OpenAI-compatible inference on a 14-node Kubernetes cluster we run ourselves — 5 of those nodes have GPUs.
What is SolidRusT AI?
Section titled “What is SolidRusT AI?”- OpenAI-compatible endpoints — point the official SDK at our base URL
- Local GPU inference — chat on vLLM (
vllm-primary) - Embeddings — dedicated vLLM serving
Qwen/Qwen3-Embedding-0.6B - Data layer — RAG, keyword, hybrid, and graph under
/data/v1/...
Base URL
Section titled “Base URL”All API requests should be made to:
https://api.solidrust.ai/v1RAG and ingestion use the same host with a /data prefix:
https://api.solidrust.ai/data/v1Keys come from console.solidrust.ai. Status is status.solidrust.ai.
Available Models
Section titled “Available Models”| Model | Type | Use Case |
|---|---|---|
vllm-primary | Chat | Alias for the current chat weights (Gemma 4 12B IT QAT, 16k context) |
Qwen/Qwen3-Embedding-0.6B | Embeddings | Semantic search and RAG (1024-dim) |
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