3.1.0 • Published 1 month ago

@mgalacyber/universeapi v3.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

UNIVERSE API

Full API Implementation inside NodeJS Module

  • More info at Website
  • Documentation Website
  • Get API TOKEN here Register
    • Free trial premium for 3 days for new user.
  • And you can upgrade your api token to premium, you can see more details at UPGRADE

Installation

npm:

$ npm install @mgalacyber/universeapi

yarn:

$ yarn add @mgalacyber/universeapi

pnpm:

$ pnpm add @mgalacyber/universeapi

Simple to Use

CommonJs (CJS) syntax

const { UniverseClient } = require("@mgalacyber/universeapi");
const uAPI = new UniverseClient("API-TOKEN");

// Example of an API call
uAPI.V1.AI.OpenAI.GPT.Text({
    model: "gpt4", // Type of model used
    version: 1, // Model version of rest api
    prompt: "What is Galaxy Universe?" // Enter Your prompt here

}).then((result) => console.log(result));

ECMAScript Modules (ESM) syntax

import { UniverseClient } from "@mgalacyber/universeapi";
const uAPI = new UniverseClient("API-TOKEN");

// Example of an API call
uAPI.V1.AI.OpenAI.GPT.Text({
    model: "gpt4", // Type of model used
    version: 1, // Model version of rest api
    prompt: "What is Galaxy Universe?" // Enter Your prompt here

}).then((result) => console.log(result));

Feedback

If you have any feedback, please reach out to us at support@universebot.space

3.1.0

1 month ago

2.1.9

3 months ago

2.1.10

3 months ago

2.1.8

4 months ago

2.1.6

4 months ago

2.1.5

4 months ago

2.1.7

4 months ago

2.1.0

4 months ago

1.5.9

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago