About
The package is designed to make it easy for PHP developers to work with different AI providers like OpenAI, Mistral, and Ollama. It acts as a bridge, allowing developers to use various AI tools more easily. The library figures out the best AI model to use for each task by looking at: * Features: What each model can do best, like creating text from images. * Smartness: How good the model is at doing tasks. * Privacy: It checks how the data is handled, whether by providers in the US, EU, or locally, to keep user data safe. It chooses the most suitable model based on these points. We plan to add important features for the first version: * Streaming: Right now, we can't send data in real-time to Mistral and Ollama, but we're working on it. * Functions: We're also adding more capabilities that aren't available yet. The goal is to make this package really useful and easy to use for developers. We're aiming to release version 0.1.0 with streaming and the new functions as key features.