Cerebras GPT OSS 120B 모델
중급
이것은AI Chatbot, Multimodal AI분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Set, HttpRequest, ChatTrigger 등의 노드를 사용하며. Cerebras 추론을 사용한 OpenAI GPT-OSS-120B 모델의 빠른 AI 채팅
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (6)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "fFKIMw0PeIP2TuOx",
"meta": {
"instanceId": "9219ebc7795bea866f70aa3d977d54417fdf06c41944be95e20cfb60f992db19",
"templateCredsSetupCompleted": true
},
"name": "cerebras with gpt oss 120b",
"tags": [],
"nodes": [
{
"id": "dc93a613-c19f-4dd4-b633-a1112970455d",
"name": "채팅 메시지 수신 시",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
208,
0
],
"webhookId": "6530c15b-038f-4b20-bf38-58d034ac3ea6",
"parameters": {
"options": {}
},
"typeVersion": 1.3
},
{
"id": "a941ace5-5a7e-495a-a37d-8dee620f2bb5",
"name": "출력 반환",
"type": "n8n-nodes-base.set",
"position": [
880,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "409dd10e-b29c-4fac-b471-3204a46034a1",
"name": "output",
"type": "string",
"value": "={{ $json.choices[0].message.content }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "849f0355-d1e5-475c-bc1b-1fdd6c693745",
"name": "API 키 설정",
"type": "n8n-nodes-base.set",
"position": [
432,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "f828da75-ee7e-482b-83e5-123005f9878d",
"name": "apiKey",
"type": "string",
"value": "your-api-key"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "1f1590ef-2682-40cc-9e5f-447a2513dcc0",
"name": "Cerebras 엔드포인트",
"type": "n8n-nodes-base.httpRequest",
"position": [
656,
0
],
"parameters": {
"url": "https://api.cerebras.ai/v1/chat/completions",
"method": "POST",
"options": {
"redirect": {
"redirect": {}
}
},
"jsonBody": "={\n \"model\": \"gpt-oss-120b\",\n \"stream\": false,\n \"messages\": [\n {\n \"content\": \"{{ $('When chat message received').item.json.chatInput }}\",\n \"role\": \"user\"\n }\n ],\n \"temperature\": 0,\n \"max_completion_tokens\": -1,\n \"seed\": 0,\n \"top_p\": 1\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $json.apiKey }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "9eb60d7e-b40e-4e26-87ce-000e99c45985",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
384,
-144
],
"parameters": {
"width": 192,
"height": 304,
"content": "## Set API key \n**Create an account and [get your Cerebras key](https://cerebras.ai)**"
},
"typeVersion": 1
},
{
"id": "4eba1448-d1eb-4ceb-85df-de10a942a91a",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
592,
176
],
"parameters": {
"width": 272,
"height": 240,
"content": "## Parameters\nSet your endpoint parameters as needed\n- temperature\n- completion tokens\n- top P\n- reasoning effort\n\n[Review the endpoint](https://inference-docs.cerebras.ai/api-reference/chat-completions)"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "4a9e3b9f-4132-4871-b159-6c0663bcb49d",
"connections": {
"849f0355-d1e5-475c-bc1b-1fdd6c693745": {
"main": [
[
{
"node": "1f1590ef-2682-40cc-9e5f-447a2513dcc0",
"type": "main",
"index": 0
}
]
]
},
"1f1590ef-2682-40cc-9e5f-447a2513dcc0": {
"main": [
[
{
"node": "a941ace5-5a7e-495a-a37d-8dee620f2bb5",
"type": "main",
"index": 0
}
]
]
},
"dc93a613-c19f-4dd4-b633-a1112970455d": {
"main": [
[
{
"node": "849f0355-d1e5-475c-bc1b-1fdd6c693745",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - AI 챗봇, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
다람쥐
Novita AI를 사용하여 검토되지 않은 Dolphin Mixtral 8x22B와 대화합니다.
Set
Http Request
Chat Trigger
+
Set
Http Request
Chat Trigger
6 노드Aitor | 1Node
엔지니어링
부동산 검색기 크롤러 도우미
PropertyFinder.ae, OpenRouter 및 SerpAPI를 사용하여 AI로 부동산 질문에 답변
If
Set
Code
+
If
Set
Code
18 노드George Zargaryan
기타
새로운 Typeform 제출에서 발신 Vapi 전화 걸기 시작
Vapi 음성 도우미로 새로운 Typeform 제출물 자동 호출
Set
Wait
Http Request
+
Set
Wait
Http Request
6 노드Aitor | 1Node
리드 육성
새로운 Go High Level 기회에서 발신 Vapi 통화 시작
Vapi를 사용한 Go High Level 기회에서 아웃바운드 음성 전화 자동화
Set
Wait
Webhook
+
Set
Wait
Webhook
7 노드Aitor | 1Node
리드 육성
새로운 n8n 양식 제출에서 발신 Vapi 전화 통화 시작
Vapi를 사용한 양식 제출에서 아웃바운드 음성 전화 자동화
Set
Wait
Form Trigger
+
Set
Wait
Form Trigger
6 노드Aitor | 1Node
리드 육성
기반 GPT-4, Stripe 및 CRM 통합의 WooCommerce 대화형 판매 대리인
기반 GPT-4, Stripe 및 CRM 통합 WooCommerce 대화형 판매 대리인
Set
Google Drive
Http Request
+
Set
Google Drive
Http Request
27 노드Cong Nguyen
AI 챗봇
워크플로우 정보
난이도
중급
노드 수6
카테고리2
노드 유형4
저자
Aitor | 1Node
@aitoralonsoHi, I'm Aitor with 1 Node. We create practical AI solutions for businesses. Nothing fancy, just tools that solve real problems and help you scale. Always happy to have a conversation about how we might be able to help you grow
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유