Skip to main content

Common Examples

Pass one MediaAttachment through media. Documents render a compact metadata row; images, video, and audio render their preview or player when showPreview is true.
Set showPreview={false} to collapse every kind to the document-row treatment. The open-file action calls onDownload when provided; otherwise it opens media.href in a new tab.

Internationalization

AgentMediaCard owns ai-kit.agentMediaCard.download. Media playback uses the ai-kit.mediaAttachment.* messages. Localize fileName, fileTypeLabel, and error before passing them.

React Accessibility

  • Image previews use alt, falling back to fileName.
  • Video and audio expose localized media controls.
  • The open-file action renders only when onDownload or media.href exists.
Last modified on August 28, 2026