Skip to main content
Neosantara is officially supported as a native model provider in LiteLLM. You can reference models using the neosantara/<model> prefix for intelligent routing, automatic multi-model failover, and centralized cost tracking.

Installation

Authentication

Set your Neosantara API key in your environment:

Native Usage Example

Responses API Execution

Neosantara supports the OpenResponses endpoint (/v1/responses) for persistent execution and stateful job tracking. Call the litellm.responses function directly:

LiteLLM Proxy Configuration (config.yaml)

If running a centralized LiteLLM Proxy Server:
config.yaml

LiteLLM Integration Advantages