Use this guide when you want Meerkat to talk to models served from your own infrastructure or a local machine.Documentation Index
Fetch the complete documentation index at: https://docs.rkat.ai/llms.txt
Use this file to discover all available pages before exploring further.
What this guide is for
This page explains the shared self-hosting model in Meerkat:- server definitions
- model aliases
- OpenAI-compatible transport expectations
- validation and debugging
The shared Meerkat model
Every self-hosted setup has two parts:- a server definition under
self_hosted.servers.<server_id> - one or more model aliases under
self_hosted.models.<alias>
Recommended default
For current Meerkat usage, prefer:transport = "openai_compatible"api_style = "chat_completions"
Basic shape
Validation checklist
rkat modelsshows the alias under theself_hostedprovider grouprkat doctorshows the server as reachablerkat run -m <alias> "say hello"works without--provider- the configured alias matches the upstream
remote_model
