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.
- Host: GitHub
- URL: https://github.com/symfony/ai-platform
- Owner: symfony
- License: mit
- Created: 2025-07-11T10:58:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T14:02:47.000Z (3 months ago)
- Last Synced: 2025-10-01T15:32:39.696Z (3 months ago)
- Topics: ai, albert, anthropic, azure, bedrock, cerebras, elevenlabs, gemini, huggingface, inference, llama, llm, lmstudio, meta, mistral, ollama, openai, openrouter, symfony, symfony-ai
- Language: PHP
- Homepage: https://symfony.com/bundles/ai-platform
- Size: 1.04 MB
- Stars: 38
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
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)