Overview

Welcome to the Undrstnd Developers API, where you can seamlessly integrate powerful AI models into your applications. Our API allows you to interact with a range of AI models designed for various use cases, from chat functionalities to advanced reasoning tasks. Below, you’ll find details on how to use our endpoints, parameters, pricing, and more.

Base URL

All API requests should be sent to the following base URL:

<https://dev.undrstnd-labs.com/api>

Endpoints

1. Model Information Endpoints

List All Models

Get a list of all supported models.

GET <https://dev.undrstnd-labs.com/api/models/info>

Get Model Details

Retrieve detailed information about a specific model.

GET <https://dev.undrstnd-labs.com/api/models/{MODEL_ID}/info>

Replace {MODEL_ID} with the specific model’s ID to get more details.


2. Chat Compilation Endpoint