Build Your Own Ski

Create your own Jarvis or Doraemon with our API













Core API Features

Task Decision Model

Task deciding model for changing query into multiple tasks

Chatbot Model

LLM for continued conversations with chathistory

STT TTS

CVn

Simple Integration

app.js
//[START]

  const config = require('./config.json');
  const axios = require('axios');

  app.post('/chat_backend', async (req, res) => {
    
    const { message } = req.body;
    if (!message) return res.status(400).send("No message provided");

    const tasksResponse = await axios.post(`${config.api_server}/decidetask`, { query: message });
});

//[END]

Getting Started

01

Install Axios

$ npm install axios

02

Configure Your Assistant

Create a configuration file with your API keys and preferences.

03

Write modules

Make requests to api , write modules for task decision, chatting and other scripts.

04

Launch Your Assistant

Run your application and start interacting with your new AI companion.

Smart Kernel Interface (SKI)

We provide api to make robots; your own jarvis or doreamon.

Smart

Emphasizes an intelligent core interface for developers.

Kernel

Gotta figure it out.

Interface

Simple API endpoints for quick integration with any system.