
Flowise
視覚的に AI エージェントを作り、TokenMix API に接続します。
TokenMix 情報
- API Key:
sk-tm-... - Base URL:
https://api.tokenmix.ai/v1 - Model ID: TokenMix のモデルページからコピー
設定手順
- Flowise を起動し、Chatflow を作成します。
- ChatOpenAI または OpenAI-compatible ノードを追加します。
- API Key に TokenMix Key を入力します。
- Base Path / Base URL / Custom URL に
https://api.tokenmix.ai/v1を入力します。 - Model Name に TokenMix モデル ID を入力します。
- RAG を使う場合は Embeddings ノードも同じ Base URL と Key にし、embedding モデル ID を指定します。
テスト
Explain TokenMix API in three short sentences and mention why it works well with Flowise.
401 は Key、404 は Model ID、接続エラーは Base URL を確認してください。