Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

AIx-Solutions/gpt-j-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIx GPT J API

GPT J, easy, free access.

AIx is excited to host GPT J for every developer out there. You can get started quickly by following the Python Quick Start below.

Submit issues and feature requests for our API here.

Free tier uses a CPU. GPU access costs just $8 / month. This speeds up responses by 10 seconds or more. Upgrade here for faster AI responses.

See https://apps.aixsolutionsgroup.com for more info and a GPT J playground.

API Documentation

For full documentation go to https://apps.aixsolutionsgroup.com and click on the Documentation tab.

Python Quick Start

pip install aixapi

pip install requests

Get an API key for free at https://apps.aixsolutionsgroup.com.

from aixapi import AIxResource

result = AIxResource("MY_API_KEY").compose("hello!")

print(result)

Python Documentation

To get documentation in python, run help(AIxResource) after importing AIxResource as shown above.

About

Easily access GPT J with our API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages