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

> 在 Flowise 工作流中使用 AI Sonar 聊天模型

## 概述

Flowise 可以通过指向 AI Sonar 的 OpenAI 兼容聊天模型节点调用 AI Sonar。

<Note>
  **类型**: 工作流构建器

  **主要路径**: OpenAI 兼容的聊天补全 (Chat Completions)

  **支持置信度**: 在范围限制内支持
</Note>

## OpenAI 兼容配置

请使用 OpenAI 兼容的聊天模型节点，并配置如下：

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

## 推荐模型

* `gpt-5.4-mini`：适用于大多数工作流测试
* `claude-sonnet-5`：适用于更强的写作和推理任务
* `gemini-3.5-flash`：适用于快速的多模态友好型工作流
* `deepseek-v4-flash`：适用于快速的代码或推理迭代
