symfony / ai-eden-ai-platform
Eden AI platform bridge for Symfony AI
Package info
github.com/symfony/ai-eden-ai-platform
Type:symfony-ai-platform
pkg:composer/symfony/ai-eden-ai-platform
Requires
- php: >=8.2
- symfony/ai-generic-platform: ^0.13
- symfony/ai-platform: ^0.13
- symfony/http-client: ^7.3|^8.0
- symfony/mime: ^7.3|^8.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^11.5.53
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-22 18:51:37 UTC
README
Eden AI platform bridge for Symfony AI.
Supports chat completions and embeddings through Eden AI's OpenAI-compatible v3 API, plus
the universal-ai expert models: OCR, document parsing (invoices, resumes, identity
documents), text-to-speech, speech-to-text, image analysis (object detection, explicit
content, logo detection, face detection, AI detection, deepfake detection) and image
generation. Local binary files are transparently uploaded through the upload API, and
speech-to-text jobs that are still running are handed out as a JobResult instead of
being waited for inside invoke().
The bridge ships two model catalogs: ModelCatalog curates a static subset and takes extra
entries through its $additionalModels argument, while ModelApiCatalog discovers every
model the gateway currently serves from its public endpoints.
See the full documentation for setup and usage details.