모델 토큰 카운트와 도구 가져오기
중급
이것은Building Blocks, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 N8n, Set, Code, HttpRequest, GoogleSheets 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 🥇 토큰 추정기 - JinaAI를 사용하여 AI 모델 토큰 사용량과 비용을 추적하는 서브 워크플로우
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "L7ExYkeKvBYwWbc3",
"meta": {
"instanceId": "ba3fa76a571c35110ef5f67e5099c9a5c1768ef125c2f3b804ba20de75248c0b",
"templateCredsSetupCompleted": false
},
"name": "Get Model Token Count and Tools",
"tags": [],
"nodes": [
{
"id": "c920594a-980b-4f41-997a-78768984df6f",
"name": "워크플로우 테스트 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1100,
580
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a6f21ab6-219a-49fa-b7ee-f59db8a49da6",
"name": "n8n 실행 데이터 가져오기",
"type": "n8n-nodes-base.n8n",
"position": [
-800,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "2aad0913-9c3c-413b-8a99-61acb7833f1d",
"name": "AI 사용 데이터 가져오기",
"type": "n8n-nodes-base.code",
"position": [
-480,
340
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4983f61e-b7b6-4607-b255-6bea04d9fcda",
"name": "Ai_Run_Data 설정",
"type": "n8n-nodes-base.set",
"position": [
-200,
340
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "3ea6794e-25d6-432b-905c-3207f87fb048",
"name": "AI 가격 정보 가져오기",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
80,
340
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 4.2
},
{
"id": "e384a724-1f4f-4677-b15e-ddba8e693ecc",
"name": "모델 가격 조회 및 요약 추가",
"type": "n8n-nodes-base.code",
"position": [
360,
340
],
"parameters": {},
"typeVersion": 2
},
{
"id": "6db7b4f5-b932-44d8-8311-2250aeee2502",
"name": "Google 시트",
"type": "n8n-nodes-base.googleSheets",
"position": [
660,
340
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "7f2a88b7-16b5-4ce4-89a4-68c477a08fba",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1860,
140
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d0606f04-8d97-4aa7-a2db-bbb748c0e714",
"name": "다른 워크플로우에 의해 실행 시",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
-1100,
160
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "d53e218d-5f2a-461b-9e22-e515362d05e8",
"name": "스티키 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-500,
560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3c88feea-0dc4-480d-a3a5-236ee269b79b",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1860,
-240
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": true,
"pinData": {
"When clicking ‘Test workflow’": [
{
"json": {
"executionId": 44762
}
}
]
},
"settings": {
"executionOrder": "v1"
},
"versionId": "95e5afe5-706f-460b-bf58-f20c7ffe4151",
"connections": {
"3ea6794e-25d6-432b-905c-3207f87fb048": {
"main": [
[
{
"node": "e384a724-1f4f-4677-b15e-ddba8e693ecc",
"type": "main",
"index": 0
}
]
]
},
"4983f61e-b7b6-4607-b255-6bea04d9fcda": {
"main": [
[
{
"node": "3ea6794e-25d6-432b-905c-3207f87fb048",
"type": "main",
"index": 0
}
]
]
},
"2aad0913-9c3c-413b-8a99-61acb7833f1d": {
"main": [
[
{
"node": "4983f61e-b7b6-4607-b255-6bea04d9fcda",
"type": "main",
"index": 0
}
]
]
},
"a6f21ab6-219a-49fa-b7ee-f59db8a49da6": {
"main": [
[
{
"node": "2aad0913-9c3c-413b-8a99-61acb7833f1d",
"type": "main",
"index": 0
}
]
]
},
"e384a724-1f4f-4677-b15e-ddba8e693ecc": {
"main": [
[
{
"node": "6db7b4f5-b932-44d8-8311-2250aeee2502",
"type": "main",
"index": 0
}
]
]
},
"d0606f04-8d97-4aa7-a2db-bbb748c0e714": {
"main": [
[
{
"node": "a6f21ab6-219a-49fa-b7ee-f59db8a49da6",
"type": "main",
"index": 0
}
]
]
},
"c920594a-980b-4f41-997a-78768984df6f": {
"main": [
[
{
"node": "a6f21ab6-219a-49fa-b7ee-f59db8a49da6",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 빌딩 블록, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
전사 평가기
DeepGram 및 GPT-4o를 사용한 오디오 대화 분석 및 시각화
Set
Code
Html
+
Set
Code
Html
54 노드RealSimple Solutions
인공지능
Anthropic Claude API를 사용하여 대량으로 튜토리얼 처리
Anthropic Claude API를 사용하여 배치로 튜토리얼 처리
If
Set
Code
+
If
Set
Code
39 노드Greg Evseev
빌딩 블록
빌드 커스텀 Qdrant 벡터 스토리지 MCP 서버
개별 Qdrant 벡터 스토리지 MCP 서버 구축
If
Set
Code
+
If
Set
Code
44 노드Jimleuk
빌딩 블록
ideogGener8r ✨ - ideogram을 위해 만들어진 최종 n8N 사용자 인터페이스
✨ ideoGener8r – 완전한 Ideogram AI 이미지 생성기 UI, 구글 서비스 통합
Set
Html
Switch
+
Set
Html
Switch
47 노드RealSimple Solutions
인공지능
n8n 평면 디자인 팀
🎨 AI 디자인 팀 - Ideogram과 OpenAI를 사용하여 AI 이미지 생성 및 평가
Set
Gmail
Switch
+
Set
Gmail
Switch
37 노드RealSimple Solutions
디자인
트랜스크립션 평가자 V2
🔊 브라우저 녹음 오디오 전취와 AI 분석(Deepgram과 GPT-4o 사용)
Set
Code
Html
+
Set
Code
Html
54 노드RealSimple Solutions
인공지능