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

# aanalyze • AI Agent SDK

> aanalyze: Async version of analyze().

# aanalyze

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**VisionAgent**](../classes/VisionAgent) class in the [**vision\_agent**](../modules/vision_agent) module.

Async version of analyze().

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def aanalyze(image: str, prompt: Optional[str], detail: Optional[str], model: Optional[str]) -> str
```

## Parameters

<ParamField query="image" type="str" required={true}>
  No description available.
</ParamField>

<ParamField query="prompt" type="Optional" required={false}>
  No description available.
</ParamField>

<ParamField query="detail" type="Optional" required={false}>
  No description available.
</ParamField>

<ParamField query="model" type="Optional" required={false}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="str">
  The result of the operation.
</ResponseField>

## Uses

* `acompletion`

## Used By

* [`VisionAgent.adescribe`](../functions/VisionAgent-adescribe)
* [`VisionAgent.aextract_text`](../functions/VisionAgent-aextract_text)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/vision_agent.py#L391">
  `praisonaiagents/agent/vision_agent.py` at line 391
</Card>
