Skip to content

🤖 Provider API update - assemblyai@1.4.0 #9839

@vercel-ai-sdk

Description

@vercel-ai-sdk

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
  • 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
  • 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

https://github.com/gr2m/ai-provider-monitor/releases/tag/assemblyai%401.4.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions