Download the PHP package aisdk/meta without Composer
On this page you can find all versions of the php package aisdk/meta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor aisdk
Package meta
Short Description Official Meta provider for the PHP AI SDK.
License MIT
Homepage https://github.com/phpaisdk/meta
Package meta
Short Description Official Meta provider for the PHP AI SDK.
License MIT
Homepage https://github.com/phpaisdk/meta
Please rate this library. Is it a good library?
Informations about the package meta
aisdk/meta
Official Meta provider for the PHP AI SDK. Uses the Meta Model API's OpenAI-compatible chat completions endpoint.
Installation
Basic Usage
Configuration
| Variable | Description | Default |
|---|---|---|
MODEL_API_KEY |
Meta Model API key for authentication | Required |
META_BASE_URL |
Base URL for API requests | https://api.meta.ai/v1 |
Supported Capabilities
| Capability | Support |
|---|---|
| Text generation | Native through Chat Completions |
| Streaming | Native through Chat Completions |
| Tool calling | Native through Chat Completions |
| Structured output | Native (json_schema) |
| Reasoning effort | Native (reasoning_effort) |
| Text input | Native |
| Image input | Native (URLs and data URLs) |
This package uses Meta's Chat Completions API. For Responses API-only features such as search grounding, files, and encrypted reasoning replay, use Meta's Responses API directly. Provider-specific fields can be passed through providerOptions('meta', [...]). Model IDs are opaque strings and Meta remains the authority on model availability.
Testing
Documentation
Community
- Contributing
- Support
- For private security reports, email [email protected].
All versions of meta with dependencies
PHP Build Version
Package Version
The package aisdk/meta contains the following files
Loading the files please wait ...