Skip to main content
Any-LLM provides a single, standardized Python interface across diverse AI model providers. Neosantara is officially integrated under provider identifier neosantara, delivering uniform streaming semantics, consistent parameter handling, and cross-model portability.

Installation

Install Any-LLM with the native Neosantara extra:

Authentication

Export your Neosantara API key in your environment:
The native provider automatically targets https://api.neosantara.xyz/v1.

Native Usage Example

Initialize a reusable client with AnyLLM.create("neosantara"):

Streaming Responses

Any-LLM supports token streaming directly with the native provider:

Any-LLM Integration Advantages