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

# autogen.agentchat.contrib.llava_agent.llava_call

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### llava\_call

```python theme={null}
llava_call(prompt: str, llm_config: LLMConfig | dict) -> str
```

Makes a call to the LLaVA service to generate text based on a given prompt

<b>Parameters:</b>

| Name         | Description                                                                     |
| ------------ | ------------------------------------------------------------------------------- |
| `prompt`     | **Type:** str                                                                   |
| `llm_config` | **Type:** [LLMConfig](/docs/api-reference/autogen/llm_config/LLMConfig) \| dict |

<br />
