Search by

symfony / ai-eden-ai-platform

fabpot

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

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

dev-main 2026-09-22 10:13 UTC

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.

Eden AI Documentation

Resources