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

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

Models.dev platform bridge for Symfony AI
https://github.com/symfony/ai-models-dev-platform

ai bridge llm models-dev platform symfony symfony-ai

Last synced: about 1 month ago
JSON representation

Models.dev platform bridge for Symfony AI

Awesome Lists containing this project

README

          

Models.dev Platform
===================

Models.dev platform bridge for Symfony AI provides a universal bridge providing
access to all AI providers available on [models.dev](https://models.dev).

All providers use the same interface: OpenAI-compatible providers work
out-of-the-box and automatic routing to specialized bridges for the other ones
(Anthropic, Gemini, ...).

The bridge also automatically discover model capabilities, pricing, and API
requirements.

See the [full documentation](https://symfony.com/doc/current/ai/components/platform/models-dev.html)
for usage and configuration details.

Resources
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [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)