Skip to main content
With Neosantara, you can build culturally-aware AI applications with advanced language, reasoning, and vision capabilities. The API is OpenAI-compatible, allowing you to integrate existing applications easily while using models optimized for Indonesian context.

Objective

You can use the Neosantara API to build AI-powered applications such as customer support agents, writing assistants, or data analysis tools, leveraging models tuned for Indonesian language and culture.

Scope and Capabilities

The Neosantara API covers a wide range of AI capabilities, enabling you to:

Text Generation

Generate human-like text, code, and creative content using our advanced LLMs like garda-core.

Vision & Multimodal

Analyze and understand images, documents, and visual data with models like neosantara-base or kimi-k2.

Image Generation

Create visuals from text prompts using our advanced generation models.

Embeddings

Convert text into vector representations for semantic search, clustering, and RAG applications.

Getting Started

Follow these steps to start integrating Neosantara into your application.
1

Get your API Key

Sign up at the Neosantara Dashboard and generate your unique API key. You will receive free initial credits to get started.
2

Configure Base URL

All API requests should be directed to our production base URL:
3

Make your first request

Use your favorite HTTP client or SDK to interact with the API.

Authentication

Authentication is handled via Bearer tokens. You must include your API key in the Authorization header of every request.

Core Endpoints

Explore our primary endpoints to start building:

Chat Completions

/chat/completions
The standard endpoint for conversation and text generation.

Embeddings

/embeddings
Generate vector embeddings for your data.

Image Generation

/images/generations
Create images from text descriptions.

Models

/models
List and retrieve available models.
Last modified on September 1, 2026