Why did we open-source our inference engine? Read the post
5 AI Agents You Can Build in 5 Minutes
5 AI Agents You Can Build in 5 Minutes
SIE vs hosted embedding APIs: ~97% of the quality at ~1/12th the cost
SIE vs hosted embedding APIs: ~97% of the quality at ~1/12th the cost
How to make AI agent infrastructure portable across AWS, GCP, Azure, and customer clouds

Keep the inference layer as one portable artifact: the same Docker image, Helm chart, and SDK calls on any Kubernetes cluster, from a laptop to any cloud.

Building production inference: routing, batching, model configs, and LoRA in one cluster

SIE handles routing in a stateless gateway, batching in worker pods, model configuration in a single-writer control plane, and LoRA adapters as a per-request option.

Hundreds of models, one deployment: how to kill the server-per-model sprawl

Serve every model from one SIE deployment with on-demand loading and LRU eviction on shared GPUs. Add new models with a config write instead of a new release.

How to choose an inference layer for agents: vLLM, SGLang, TEI, Triton, KServe, and SIE

If the inference you need is embeddings, reranking, and extraction rather than text generation, SIE is the best fit: many small models on shared GPUs behind one API.

What is the best alternative to OpenAI and Anthropic APIs for running agent workloads?

For embedding, reranking, and extraction inside an agent workload, the strongest self-hosted alternative to a metered API is SIE: no per-token cost and no data leaving your cloud.

How to Route Different AI Agent Tasks to the Right Model

Routing AI agent tasks to the right model means matching each step to a specialist model. Learn the two layers of routing and how to serve every model from one endpoint.

One GPU, Four Retrieval Modes: How to Serve Hybrid Search Without Four Separate Deployments
One GPU, Four Retrieval Modes: How to Serve Hybrid Search Without Four Separate Deployments
Self-hosted search inference with SIE
Self-hosted search inference with SIE
Self-hosted document processing for AI agents, with SIE
Self-hosted document processing for AI agents, with SIE
My agent is dumb: how to route each task to the right model (and make it smarter)

Route each agent task to a purpose-built model by naming the model per request against one SIE endpoint, using encode, score, and extract.

Building agents: run embeddings, reranking, and extraction from one inference stack

Run embedding, reranking, extraction, and document-parsing work on one open-source stack (SIE), and let your LLM handle generation and tool-call reasoning beside it.

Why Are My Token Costs Going Up? How Open Source Inference Keeps Them Down
Why Are My Token Costs Going Up? How Open Source Inference Keeps Them Down
What small open source models can handle real AI agent tasks?

Small open-source models in the 100M to 1B parameter range already handle most of the inference an agent runs around its main LLM: embeddings, reranking, and more.

How to Cut Token Usage and Costs in AI Search and Agents (Without Throwing More GPUs at It)
How to Cut Token Usage and Costs in AI Search and Agents (Without Throwing More GPUs at It)
Building an Agentic NLQ System for Real Estate Search

SIE embeddings and Qdrant retrieval behind a GPT-4 router: cross-encoder reranking, hard filters, and five agent tools for natural language real estate search.

Improving RAG with RAPTOR

How hierarchical cluster-embedding chunking with RAPTOR improves RAG retrieval over vanilla chunking, with a step-by-step implementation and a note on serving embeddings in production with SIE.

Evaluating Retrieval Augmented Generation using RAGAS

Part two of our RAG evaluation series: building synthetic eval datasets with RAGAS, interpreting faithfulness and retrieval metrics, and mapping results to inference and serving concerns.

An evaluation of Retrieval Chunking Methods for Inference Systems

We benchmarked LlamaIndex and LangChain chunkers, MTEB embedding models, ColBERT v2, and rerankers on HotpotQA, SQUAD, and QuAC—and what the results mean for inference-heavy retrieval stacks.

Semantic Chunking

Explore semantic chunking for RAG: embedding similarity, hierarchical clustering, and LLM-based methods, with code, HotpotQA and SQUAD evaluation, and BAAI/bge-small-en-v1.5.

A Practical Guide for Choosing a Vector Database

Key considerations and trade-offs for picking a vector database that fits your architecture, scale, and operational limits.

Optimizing RAG with Hybrid Search & Reranking

How combining keyword search, vector search, and semantic reranking improves RAG retrieval precision and recall.

Vector Embeddings in the Browser

Build AI apps that generate and compare vector embeddings directly in your browser using TensorFlow.js. No backend required.

Open source inference for agents

Open-source inference for the models behind your agents. Run it yourself, or let us run it for you.

Github 2.1K

Contact us

Tell us about your use case and we'll get back to you shortly.

Apply for an inference grant

Free capacity on our hosted cluster for selected projects. Tell us what you run and we reply by email.