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

# Avante.nvim

Voici comment l'invoquer

```
        opts = {
            provider = "openai",
            openai = {
                endpoint = "https://aihubmix.com/v1",
                model = "claude-3-5-sonnet-20240620",
                temperature = 0,
                max_tokens = 4096,
            }
        },
```

***

Dernière mise à jour : 2026-06-01
