An open API service indexing awesome lists of open source software.

https://github.com/fujiwarachoki/ai_api

A free-to-use API for AI usecases.
https://github.com/fujiwarachoki/ai_api

ai api free

Last synced: about 12 hours ago
JSON representation

A free-to-use API for AI usecases.

Awesome Lists containing this project

README

          

# Free AI API

## Introduction

This API was created to provide a free and easy to use API for people
who can't afford to pay OpenAI's baffling prices.

## Usage

### Installation

To install the API, simply run the following commands:

```bash
git clone https://github.com/FujiwaraChoki/ai_api.git
cd ai_api
pip install -r requirements.txt
python main.py
```

### API

Visit [localhost:5000/help](http://localhost:5000/help) for the list
of available endpoints, and how to use them.

## Contributing

If you want to contribute, please open an issue or a pull request.

## License

This project is licensed under the MIT license. See [LICENSE](LICENSE)