Download the PHP package runapi-ai/seedream without Composer
On this page you can find all versions of the php package runapi-ai/seedream. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package seedream
Seedream PHP SDK for RunAPI
The Seedream PHP SDK is the Composer package for Seedream on RunAPI. Use it when your PHP application needs associative-array request bodies, task status lookup, polling helpers, file helpers, and consistent RunAPI errors.
Install
Quick start
Use create() to submit a task and return quickly, get() to fetch the latest task state, and run() when a script should create and poll until completion. In web request handlers, prefer create() plus webhook or later get() polling so a worker is not held open.
Returned file URLs are temporary. Download and store generated files in your own durable storage within the retention window.
All SDK exceptions inherit from RunApi\Core\Errors\RunApiException, including validation, authentication, rate limit, task failure, and task timeout errors.
Links
- Model page: https://runapi.ai/models/seedream
- SDK docs: https://runapi.ai/docs#sdk-seedream
- Product docs: https://runapi.ai/docs#seedream
- Pricing and rate limits: https://runapi.ai/models/seedream/4.5-text-to-image
- Full catalog: https://runapi.ai/models
- GitHub repository: https://github.com/runapi-ai/seedream-php
- Multi-language SDK repository: https://github.com/runapi-ai/seedream-sdk
License
Licensed under the Apache License, Version 2.0.