anasfik/openai
A Dart/Flutter package for integrating OpenAI's AI models including GPT, DALL-E, and Whisper into mobile and cross-platform applications.

This repository provides an unofficial but comprehensive Dart client library that wraps OpenAI’s REST APIs. It allows Flutter and Dart developers to make API calls to GPT language models for text generation, DALL-E for image creation, and Whisper for audio transcription and translation. The package abstracts HTTP request handling and response parsing, enabling developers to embed OpenAI capabilities into their applications without direct API interaction.