unofficial_open_api 1.0.2 copy "unofficial_open_api: ^1.0.2" to clipboard
unofficial_open_api: ^1.0.2 copied to clipboard

An unofficial Open AI package for Dart using the latest GPT-3 APIs.

Unofficial Open A(P)I #

Use GPT-3 API easily with Dart. This package covers all the main functions.

See how these APIs works on the following link

Usage #

Create the API Key from the official website.

Import the package through the following Dart code:

import 'package:unofficial_open_api/unofficial_open_api.dart';

Create the Open AI service and use its services:

final service = OpenAIService.create(
    apiToken: 'your-api-key',
    enableLogging: true,
)

final response = await service.getModels();

For more information the sample app into the /example folder.

Additional information #

Use these APIs safely and responsibly. You can find any further information on the following link.

4
likes
130
points
37
downloads

Publisher

verified publisherfedericoviceconti.com

Weekly Downloads

An unofficial Open AI package for Dart using the latest GPT-3 APIs.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

chopper, flutter, freezed_annotation, http, json_annotation

More

Packages that depend on unofficial_open_api