PHPackages                             aisdk/assemblyai - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aisdk/assemblyai

ActiveLibrary

aisdk/assemblyai
================

Official AssemblyAI provider for the PHP AI SDK.

v0.8.1(yesterday)02↑2900%MITPHP ^8.3

Since Jul 22Compare

[ Source](https://github.com/phpaisdk/assemblyai)[ Packagist](https://packagist.org/packages/aisdk/assemblyai)[ Docs](https://github.com/phpaisdk/assemblyai)[ Fund](https://opencollective.com/phpaisdk)[ RSS](/packages/aisdk-assemblyai/feed)WikiDiscussions Synced today

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

aisdk/assemblyai
================

[](#aisdkassemblyai)

[![GitHub Workflow Status](https://camo.githubusercontent.com/a1d2ae536a3f2d1ffc6b04578df7119fa9c6adf0807dcd1070ca865a84a047cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f706870616973646b2f617373656d626c7961692f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d5465737473)](https://github.com/phpaisdk/assemblyai/actions)[![Latest Version](https://camo.githubusercontent.com/cb30c73b18af6de4ec4c9f683ba0c5a3f821044dea549dd81b956ab14a479d14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616973646b2f617373656d626c796169)](https://packagist.org/packages/aisdk/assemblyai)[![License](https://camo.githubusercontent.com/b6d4c581cc862e1af5593609f9bad90ff88d5072512843cd0804c4a70b846e86/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616973646b2f617373656d626c796169)](https://packagist.org/packages/aisdk/assemblyai)

---

Official AssemblyAI provider for the PHP AI SDK. Uses AssemblyAI's native pre-recorded transcription API.

Installation
------------

[](#installation)

```
composer require aisdk/assemblyai
```

Basic Usage
-----------

[](#basic-usage)

```
use AiSdk\AssemblyAI;
use AiSdk\Content;
use AiSdk\Generate;

AssemblyAI::create(['apiKey' => $_ENV['ASSEMBLYAI_API_KEY']]);

$result = Generate::transcription()
    ->model(AssemblyAI::model('universal-3-pro'))
    ->audio(Content::audio('https://example.com/audio.mp3'))
    ->run();
```

Configuration
-------------

[](#configuration)

VariableDescriptionDefault`ASSEMBLYAI_API_KEY`API key for authenticationRequired`ASSEMBLYAI_BASE_URL`Base URL for API requests`https://api.assemblyai.com`Supported Capabilities
----------------------

[](#supported-capabilities)

CapabilitySupportPre-recorded transcriptionNativeRemote audio URLsNativeLocal audio filesUploaded before transcriptionThe package submits `/v2/transcript` jobs and polls until they complete. Use `providerOptions('assemblyai', ['raw' => [...]])` for AssemblyAI transcription fields such as `language_detection`, `speaker_labels`, or `keyterms_prompt`.

Documentation
-------------

[](#documentation)

- [AssemblyAI transcription API reference](https://www.assemblyai.com/docs/api-reference/transcripts/submit)
- [PHP AI SDK documentation](https://phpaisdk.com/docs/assemblyai)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef29d1962da41e7526023f215cf844494e209b2fd163742084cb919a3b508021?d=identicon)[aisdk](/maintainers/aisdk)

---

Tags

aiTranscriptionspeech-to-textassemblyaiaisdk

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aisdk-assemblyai/health.svg)

```
[![Health](https://phpackages.com/badges/aisdk-assemblyai/health.svg)](https://phpackages.com/packages/aisdk-assemblyai)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
