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

# Flowise

> Use AI Sonar chat models in Flowise workflows

## Overview

Flowise can call AI Sonar through an OpenAI-compatible chat model node pointed at AI Sonar.

<Note>
  **Type**: Workflow Builder

  **Primary Path**: OpenAI-compatible chat completions

  **Support Confidence**: Supported with scope limits
</Note>

## OpenAI-Compatible Setup

Use an OpenAI-compatible chat model node with:

| Field    | Value                        |
| -------- | ---------------------------- |
| Base URL | `https://api.aisonar.dev/v1` |
| API Key  | `sk-your-api-key`            |
| Model    | `gpt-5.4-mini`               |

## Recommended Models

* `gpt-5.4-mini` for most workflow tests
* `claude-sonnet-5` for stronger writing and reasoning
* `gemini-3.5-flash` for fast multimodal-friendly workflows
* `deepseek-v4-flash` for fast code or reasoning iterations
