aisdk/bytedance

ByteDance provider for PHP AI SDK

Maintainers

Package info

github.com/phpaisdk/bytedance

pkg:composer/aisdk/bytedance

Transparency log

Fund package maintenance!

Open Collective

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.8.0 2026-07-15 09:29 UTC

This package is auto-updated.

Last update: 2026-07-17 02:24:42 UTC


README

GitHub Workflow Status Total Downloads Latest Version License Why PHP in 2026

ByteDance ModelArk support for text generation, streaming, tools, structured output, multimodal input, image generation, embeddings, and Seedance video generation.

Configuration uses ARK_API_KEY; baseUrl can select the BytePlus or Volcengine region.

$video = Generate::video('A cinematic sunrise')
    ->model(ByteDance::model('doubao-seedance-1-0-pro-250528'))
    ->aspectRatio('16:9')
    ->duration(5)
    ->run(timeout: 600);

Documentation

Community