Obiguard Universal API provides a unified interface for accessing multiple LLM providers, simplifying integration and management.
custom_host
parameter along with the provider name,
and Obiguard will manage communication with your local model.
custom_host
, make sure to include the version segment (e.g., /v1) in the URL.
Obibuard will automatically add the correct endpoint path (/chat/completions
, /completions
, or /embeddings
).For Ollama models, this process is different. See documentation for details.