-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
ai/providermaintenanceprovider/assemblyaiIssues related to the @ai-sdk/assemblyai providerIssues related to the @ai-sdk/assemblyai provider
Description
New features
-
POST /v2/transcript
- Added speech_understanding request object enabling advanced tasks:
- translation: supports target_languages (required) and formal (default: true)
- speaker_identification: supports speaker_type (role | name) and known_values (required when speaker_type = role)
- custom_formatting: supports date, email, phone_number patterns and format_utterances (default: true)
- Added speech_models request field: an array of preferred models (best | slam-1 | universal)
- Deprecated speech_model request field in favor of speech_models
- Response additions:
- speech_model (deprecated)
- speech_model_used: the model selected (best | slam-1 | universal)
- speech_models: the prioritized list submitted
- speech_understanding: includes both request and response shapes (e.g., translation/speaker_identification status, custom_formatting outputs)
- translated_texts: object keyed by language code with translated text
- Added speech_understanding request object enabling advanced tasks:
-
GET /v2/transcript/{transcript_id}
- Response additions:
- speech_model (deprecated)
- speech_model_used: the model selected (best | slam-1 | universal)
- speech_models: prioritized model list
- speech_understanding: includes request and response details (statuses, formatted outputs)
- translated_texts: translations by language code
- Response additions:
-
DELETE /v2/transcript/{transcript_id}
- Response additions:
- speech_model (deprecated)
- speech_model_used: the model selected (best | slam-1 | universal)
- speech_models: prioritized model list
- speech_understanding: includes request and response details
- translated_texts: translations by language code
- Response additions:
https://github.com/gr2m/ai-provider-monitor/releases/tag/assemblyai%401.4.0
KristofDeTroch
Metadata
Metadata
Assignees
Labels
ai/providermaintenanceprovider/assemblyaiIssues related to the @ai-sdk/assemblyai providerIssues related to the @ai-sdk/assemblyai provider