> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Multimodal Teams

> Create teams that process text, images, audio, video, and files.

Agno teams excel at combining multimodal inputs and outputs, enabling complex transformations and creative workflows.
Teams can process text, image, audio, video and files inputs and can generate text, image, audio, video and files as output through collaborative agent workflows.

<Tabs>
  <Tab title="Images">
    <CardGroup cols={2}>
      <Card title="Generate Image" icon="image" iconType="duotone" href="/multimodal/team/usage/generate-image-with-team">
        Use Agent Teams to generate images.
      </Card>

      <Card title="Image Transformation" icon="image" iconType="duotone" href="/multimodal/team/usage/image-to-image-transformation">
        Use Agent Teams to transform images with artistic style and precision.
      </Card>

      <Card title="Image To Text" icon="image" iconType="duotone" href="/multimodal/team/usage/image-to-text">
        Use Agent Teams to transform images to text.
      </Card>

      <Card title="Generate Image" icon="image" iconType="duotone" href="/multimodal/team/usage/generate-image-with-team">
        Use Agent Teams to generate images.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Audio">
    <CardGroup cols={3}>
      <Card title="Audio to Text" icon="image" iconType="duotone" href="/multimodal/team/usage/audio-to-text">
        Use Agent Teams to convert audio to text.
      </Card>

      <Card title="Audio Sentiment Analysis" icon="image" iconType="duotone" href="/multimodal/team/usage/audio-sentiment-analysis">
        Use Agent Teams to analyze audio sentiment.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Video">
    <CardGroup cols={3}>
      <Card title="Video Captioning" icon="image" iconType="duotone" href="/multimodal/team/usage/video-caption-generation">
        Use Agent Teams to generate captions for videos.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
