> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aurora-ai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Traducir

> Traduce texto a cualquier idioma

export const BlockInfoCard = ({type, color, icon = false, iconSvg}) => {
  return <div className="mb-6 overflow-hidden rounded-lg border border-border">
      <div className="flex items-center justify-center p-6">
        <div className="flex h-20 w-20 items-center justify-center rounded-lg" style={{
    backgroundColor: color
  }}>
          {iconSvg ? <div className="h-10 w-10 text-white" dangerouslySetInnerHTML={{
    __html: iconSvg
  }} /> : <div className="font-mono text-xl opacity-70">
              {type.substring(0, 2)}
            </div>}
        </div>
      </div>
      {icon && <style jsx global>{`
          .block-icon {
            width: 80px;
            height: 80px;
            margin: 1rem auto;
            display: block;
          }
        `}</style>}
    </div>;
};

<BlockInfoCard
  type="translate"
  color="#FF4B4B"
  icon={true}
  iconSvg={`<svg className="block-icon"
  xmlns='http://www.w3.org/2000/svg'
  
  
  viewBox='0 0 24 24'
  fill='none'
  stroke='currentColor'
  strokeWidth='2'
  strokeLinecap='round'
  strokeLinejoin='round'
  
>
  <path d='m5 8 6 6' />
  <path d='m4 14 6-6 2-3' />
  <path d='M2 5h12' />
  <path d='M7 2h1' />
  <path d='m22 22-5-10-5 10' />
  <path d='M14 18h6' />
</svg>`}
/>

Traducir es una herramienta que te permite traducir texto entre diferentes idiomas.

Con Traducir, puedes:

* **Traducir texto**: Traducir texto entre idiomas
* **Traducir documentos**: Traducir documentos entre idiomas
* **Traducir sitios web**: Traducir sitios web entre idiomas
* **Traducir imágenes**: Traducir imágenes entre idiomas
* **Traducir audio**: Traducir audio entre idiomas
* **Traducir videos**: Traducir videos entre idiomas
* **Traducir voz**: Traducir voz entre idiomas
* **Traducir texto**: Traducir texto entre idiomas

## Instrucciones de uso

Integra Translate en el flujo de trabajo. Puede traducir texto a cualquier idioma.

## Herramientas

### `openai_chat`

#### Entrada

| Parámetro | Tipo | Requerido | Descripción |
| --------- | ---- | --------- | ----------- |

#### Salida

| Parámetro | Tipo   | Descripción      |
| --------- | ------ | ---------------- |
| `content` | string | Texto traducido  |
| `model`   | string | Modelo utilizado |
| `tokens`  | json   | Uso de tokens    |

### `anthropic_chat`

### `google_chat`

#### Entrada

| Parámetro | Tipo | Requerido | Descripción |
| --------- | ---- | --------- | ----------- |

#### Salida

| Parámetro | Tipo   | Descripción      |
| --------- | ------ | ---------------- |
| `content` | string | Texto traducido  |
| `model`   | string | Modelo utilizado |
| `tokens`  | json   | Uso de tokens    |

## Notas

* Categoría: `tools`
* Tipo: `translate`
