Getting Started

Integrate the power of Naranta AI models directly into your custom applications or code editors using OpenAI-compatible API keys.

Step 1: Register Account & Get API Key

Before using the API, you must have a valid API Key. Please sign up for a free account, then generate your API Key under settings page.

Base URL
https://api.naranta.my.id/v1

Universal endpoint URL for all API interactions.

Authentication
Authorization: Bearer <API_KEY>

Include this authorization header in all of your API requests.

Supported Models

Use the following model parameter name when executing API requests.

Naranta

Naranta

The highly capable and versatile main model. Deeply optimized for interactive chat, logical reasoning, complex problem solving, and structured code generation.

Coming Soon

Additional low-latency models for fast autocomplete and code completion are currently under development.

Code Examples

Basic request implementation examples using the Naranta model across various programming languages.

curl https://api.naranta.my.id/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "Naranta", "messages": [ {"role": "user", "content": "Hello, who are you?"} ], "temperature": 0.7, "stream": true }'

AI Agents & IDE Integrations

Connect your Naranta API key to smart code editors and autonomous assistants.