Skip to main content

Vercel AI SDK

The Vercel AI SDK is a powerful Typescript library designed to help developers build AI-powered applications. Install both the Vercel AI SDK and OpenAI’s Vercel package.
Shell
Instantiate the Neosantara client and call the generateText function with GPT-5 Mini to generate some text.
TypeScript
Learn more in our Neosantara AI - Vercel AI SDK Guide.

LlamaIndex

LlamaIndex is a simple, flexible data framework for connecting custom data sources to large language models (LLMs). Install llama-index
Shell
Here’s sample code to get you started with Llama Index + Neosantara AI:
Python
See this tutorial blog for the RAG implementation details using Neosantara and LlamaIndex.

CrewAI

CrewAI is an open source framework for orchestrating AI agent systems. Install crewai
Shell
Build an multi-agent workflow:
Python
Learn more in our CrewAI guide.

PydanticAI

PydanticAI is an agent framework created by the Pydantic team to simplify building agent workflows. Install pydantic-ai
Shell
Build PydanticAI agents using Neosantara AI models
Python
Learn more in our PydanticAI Guide

Arcade.dev

Arcade is a platform that lets AI securely use tools like email, files, and APIs to take real action—not just chat. Build powerful assistants in minutes with ready-to-use integrations or a custom SDK. Our guide demonstrates how to integrate Neosantara AI’s language models with Arcade’s tools to create an AI agent that can send emails. Prerequisites:
Shell
Gmail Configuration:

DSPy

DSPy is a framework that enables you to build modular AI systems with code instead of hand-crafted prompting Install dspy
Shell
Build a question answering agent
Python
Learn more in our DSPy Guide.

AutoGen(AG2)

AG2 (formerly AutoGen) is an open-source framework for building and orchestrating AI agents. Install autogen
Shell
Build a coding agent
Python
Learn more in our Autogen Guide.

Agno

Agno is an open-source library for creating multimodal agents. Install agno
Shell
Build a search and answer agent
Python
Learn more in our Agno Guide.

Pinecone

Pinecone is a vector database that helps companies build RAG applications. Here’s some sample code to get you started with Pinecone + Neosantara AI:
Python
Last modified on November 11, 2025