> ## 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_binary

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

#### llava\_call\_binary

```python theme={null}
llava_call_binary(
    prompt: str,
    images: list[Any],
    config_list: list[dict[str, Any]],
    max_new_tokens: int = 1000,
    temperature: float = 0.5,
    seed: int = 1
) -> 
```

<b>Parameters:</b>

| Name             | Description                                 |
| ---------------- | ------------------------------------------- |
| `prompt`         | **Type:** str                               |
| `images`         | **Type:** list\[typing.Any]                 |
| `config_list`    | **Type:** list\[dict\[str, typing.Any]]     |
| `max_new_tokens` | **Type:** int<br /><br />**Default:** 1000  |
| `temperature`    | **Type:** float<br /><br />**Default:** 0.5 |
| `seed`           | **Type:** int<br /><br />**Default:** 1     |

<br />
