nova-api/README.md
2023-09-14 22:45:57 +02:00

3.1 KiB

☄️ NovaAI - Core API Server

API server for accessing AI models.

Badge showing the most used language Badge showing the code size Discord Badge Badge showing the number of issues Badge showing the number of pull requests Badge showing the license

Badge showing the number of stars Badge showing the number of forks Badge showing the number of watchers

Nova-API Conver/Banner Image - a picture of a galaxy with the caption "the core API server"

We aim to fix that! NovaAI provides several AI models for you to use for free.

Star History

*I founded FoxGPT (called NovaGPT back then)
Star History Chart

NovaOSS APIs

Our infrastructure might seem a bit confusing, but it's actually quite simple. Just the first one really matters for you, if you want to access our AI API. The other ones are just for the team.

AI API

Public (everyone can use it with a valid API key)

Endpoint: https://api.nova-oss.com/v1/... Documentation & info: nova-oss.com

  • Access to AI models

User/Account management API

Private (NovaOSS operators only!)

Endpoint: https://api.nova-oss.com/... Documentation: api.nova-oss.com/docs

  • Access to user accounts
  • Implemented in NovaCord

NovaCord Bot API

Private (NovaOSS operators only!)

Endpoint: http://0.0.0.0:3224/...

  • acess to Discord server member roles (for receiving the Discord level, ...)
  • hosted using NovaCord

Website API

Private (NovaOSS operators only!)

Endpoint: https://nova-oss.com/api/...

This one's code can be found in the following repository: github.com/novaoss/nova-web

  • Used for the Terms of Service (ToS) verification for the Discord bot.
  • In a different repository and with a different domain because it needs to display codes on the website.
  • Implemented in NovaCord

Install & self-host

See setup.md