mastashake08/laravel-openai-api
Add an OpenAI API and Artisan command easily into your Laravel application.
This is a tool for Laravel developers to quickly integrate OpenAI's text and image generation capabilities into their web applications. It allows you to feed text prompts or image descriptions into the system, and it returns AI-generated text or images, ready to be displayed in your application. Laravel developers would use this to add AI features without building the OpenAI integration from scratch.
No commits in the last 6 months.
Use this if you are a Laravel developer looking to add OpenAI's text or image generation features to your application with minimal setup.
Not ideal if you are not using Laravel or need a standalone application for interacting with the OpenAI API.
Stars
9
Forks
2
Language
PHP
License
MIT
Category
Last pushed
Sep 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/mastashake08/laravel-openai-api"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
prism-php/prism
A unified interface for working with LLMs in Laravel
maltekuhr/laravel-gpt
LaravelGPT: Streamlined integration of OpenAI's ChatGPT (GPT-3.5, GPT-4) into Laravel...
moe-mizrak/laravel-openrouter
Laravel package for OpenRouter (A unified interface for LLMs)
kargnas/laravel-ai-translator
High quality automatic translate your language files into many languages using AI like Claude,...
tectalichq/public-openai-client-php
OpenAI API Client for PHP. Includes all endpoints and models (DTOs) for all requests and responses.