Download the PHP
package symfony/models-dev without Composer
On this page you can find all versions of the php package
symfony/models-dev. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor symfony Package models-dev Short Description Provides the models.dev data as a Composer package License
MIT
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
This repository provides a daily snapshot of the models.dev
API as a Composer package. It makes the full catalog of AI model metadata
(providers, models, pricing, context limits, modalities, …) available to any PHP
project via a simple composer require.
How it works
A GitHub Actions workflow runs every day at 06:00 UTC:
It fetches the latest data from https://models.dev/api.json.
If the data has changed, it commits the updated models-dev.json file.
It creates a GitHub Release with a new version tag and a changelog describing
added/removed providers and models. The version follows semver: minor bumps
for additions and metadata updates (v1.0 → v1.1), major bumps when
models or providers are removed (v1.3 → v2.0).
Installation
Releases follow semver: minor versions add new models or providers, major versions
indicate removals. Use the ^ constraint to automatically receive new
models/providers while staying protected from removals:
When a new major version is released, review the release notes to see what was
removed before upgrading.
The models-dev.json file at the root of the package contains the full dataset.
Usage
This package can be used in conjunction with the
Symfony AI Models.dev bridge,
which provides a universal platform giving access to all AI providers available on
models.dev with automatic capability discovery, pricing, and routing to specialized
bridges. See the
full documentation
for details.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package symfony/models-dev contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.