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

https://github.com/symfony/ai-platform

PHP library for interacting with AI platform provider.
https://github.com/symfony/ai-platform

ai albert anthropic azure bedrock cerebras elevenlabs gemini huggingface inference llama llm lmstudio meta mistral ollama openai openrouter symfony symfony-ai

Last synced: 3 months ago
JSON representation

PHP library for interacting with AI platform provider.

Awesome Lists containing this project

README

          

# Symfony AI - Platform Component

The Platform component provides an abstraction for interacting with different models, their providers and contracts.

**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).

## Installation

```bash
composer require symfony/ai-platform
```

**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ai to create issues or submit pull requests.

## Resources

- [Documentation](doc/index.rst)
- [Report issues](https://github.com/symfony/ai/issues) and
[send Pull Requests](https://github.com/symfony/ai/pulls)
in the [main Symfony AI repository](https://github.com/symfony/ai)