Janitor AI 모델 설정
Janitor AI + Grok API(2026): 설정·비용·오류 해결
Janitor AI를 공식 xAI Grok API에 연결하고 최신 모델, token 비용, 401·429 오류와 API key 보호를 확인합니다.
12분 읽기
빠른 답변
이 가이드가 설명하는 내용
Consumer Grok 앱과 xAI developer API는 별도입니다. Janitor AI current custom proxy에는 developer API key, `https://api.x.ai/v1/chat/completions`, grok-4.6 또는 grok-4.3 같은 active model ID가 필요합니다. API는 token 과금이며 consumer free allowance에 포함되지 않습니다. Janitor UI가 바뀔 수 있어 live field를 확인하세요.
- Janitor AI에서 Grok을 쓴다는 의미
- 공식 xAI API 6단계 설정
- 어떤 Grok 모델을 선택할까

Janitor AI Grok intent는 Ani 비교가 아니라 URL, model ID, API billing과 401/404/429 해결입니다. Grok Ani vs JanitorAI는 platform 비교, Advanced Prompts 가이드는 behavior rule을 다룹니다.
Janitor AI에서 Grok을 쓴다는 의미
xAI developer API는 OpenAI-compatible URL과 Chat Completions로 Grok을 제공합니다. Janitor AI는 card/chat frontend, xAI는 reply generator가 되지만 account는 합쳐지지 않습니다. Consumer subscription이 developer key, Janitor request 결제나 card 이동을 자동 제공하지 않습니다. Provider, frontend, card를 별도 layer로 봅니다.
| Route | What it gives you | What it does not give you |
|---|---|---|
| Grok consumer app | Grok chat with consumer-plan limits | An API key for Janitor AI |
| Direct xAI API | Official OpenAI-compatible endpoint and usage billing | A free unlimited model |
| Third-party model gateway | One key for several model providers | The same privacy, price or uptime as direct xAI |
| LumiChat | Hosted character discovery and managed chat | Janitor AI proxy controls or xAI account access |
공식 xAI API 6단계 설정
Dedicated xAI developer key를 만들고 provider control에만 입력합니다. Official base URL은 https://api.x.ai/v1, Chat path는 /v1/chat/completions입니다. Full proxy URL field에는 합친 endpoint를 씁니다. Janitor menu가 변할 수 있으니 old video가 아닌 live label을 보고 private history 없는 temporary fictional adult character로 시험합니다.
- Create an API key in the xAI developer console; never paste a consumer account password.
- Open the current Janitor AI chat model or proxy settings.
- Choose the OpenAI-compatible or custom endpoint path exposed by the current interface.
- Enter the full Chat Completions endpoint:
https://api.x.ai/v1/chat/completions. - Enter an active model ID and the API key.
- Save, refresh the chat if required, then test a disposable fictional character.
어떤 Grok 모델을 선택할까
xAI console의 exact model ID를 사용합니다. grok-4.6은 2026년 8월 12일 출시, 500K context이고 grok-4.3은 1M입니다. 큰 context가 항상 roleplay quality는 아닙니다. Card, examples, lore, history가 input token과 비용을 쓰므로 같은 10턴으로 voice, correction, repetition, latency를 비교합니다.
| Model | Context listed by xAI | Input / 1M tokens | Output / 1M tokens | Practical note |
|---|---|---|---|---|
| grok-4.6 | 500K | $2.00 | $6.00 | Current frontier model; prices increase above 200K prompt tokens |
| grok-4.5 | 500K | $2.00 | $6.00 | Current model, but 4.6 is newer |
| grok-4.3 | 1M | $1.25 | $2.50 | Lower listed token price and larger context |
채팅 비용 계산
xAI API는 input/output token 과금이고 consumer free start는 API credit이 아닙니다. 아래 estimate는 official base rate만 적용하며 cache, tools, tax, region, 200K 초과를 제외합니다. 실제 비용은 usage와 console을 확인하세요. 긴 Janitor chat은 커지는 context를 재전송해 최신 메시지보다 input cost가 큽니다.
| Example request | grok-4.6 estimated token charge | grok-4.3 estimated token charge |
|---|---|---|
| 5K input + 300 output | about $0.0118 | about $0.0070 |
| 20K input + 300 output | about $0.0418 | about $0.0258 |
| 50K input + 500 output | about $0.1030 | about $0.0638 |
401·404·429와 답변 문제
Endpoint/key, model ID, short request, card/prompt 순서로 검사합니다. Authentication error에 prompt를 더하지 않고 요청이 도달하지 않은 상태를 memory failure로 부르지 않습니다. Operator, privacy, billing이 불명확한 public reverse proxy에 key를 주지 말고 gateway라면 slug, markup, policy, logs를 direct xAI와 비교합니다.
| Symptom | Most likely layer | First check |
|---|---|---|
| 401 / unauthorized | API key | Create or copy an active xAI developer key |
| 404 / model not found | URL or model ID | Verify the full endpoint and current model slug |
| 429 / rate limit | xAI account tier or request volume | Wait, reduce requests and check console limits |
| Blank or generic reply | Card, prompt or context | Test one small card and inspect prompt conflicts |
| Cost climbs over time | Growing chat context | Compare input-token usage and summarize only when needed |
| Works in Grok app, fails in Janitor | Consumer access is not API access | Verify console billing, key and endpoint separately |
연결 후 prompt와 memory 점검
Stable identity는 card, changing facts는 Chat Memory, world facts는 lore, behavior는 Advanced Prompt에 둡니다. 한 번에 한 변수만 test하세요. User 대필은 conflicting examples와 agency rule, 비용은 context, repetition은 same card fresh chat으로 진단합니다.
Direct API·gateway·LumiChat
Official route, console billing, exact model control은 direct xAI, 여러 model 통합 가치가 추가 processor보다 클 때 gateway, card와 provider 설정이 목적이면 Janitor AI입니다. API key 없이 hosted character를 시작하려면 LumiChat library를 쓸 수 있습니다. LumiChat은 별도 service입니다.
자주 묻는 질문
Janitor AI에서 Grok을 쓸 수 있나요?
Current provider control이 endpoint, key, model ID를 받으면 가능합니다.
Proxy URL은?
Official Chat Completions는 https://api.x.ai/v1/chat/completions입니다.
무료인가요?
Developer API는 token billing이며 consumer access와 별도입니다.
어떤 model이 좋나요?
Current grok-4.6과 저렴하고 context가 큰 grok-4.3을 같은 card로 비교하세요.
401 이유는?
Developer key missing, invalid, revoked 등입니다.
429 이유는?
Account/model rate limit입니다. Console과 backoff를 확인하세요.
Chat이 xAI로 전송되나요?
Active route이면 generation prompt가 xAI로 전송됩니다.
LumiChat을 대신 쓸 수 있나요?
Managed browser character chat이 목적이면 가능하지만 별도 platform입니다.
LumiChat에서 계속
캐릭터를 선택하고 대화를 시작하세요
활성 캐릭터를 둘러보고 원하는 인물과 장면을 골라 바로 채팅하세요.
계속 읽기
Janitor AI 프롬프트 워크플로
Janitor AI Advanced Prompts(2026): 템플릿과 수정법
Agency, voice, pacing, scene-state 템플릿과 6턴 A/B 테스트.
채팅 메모리 가이드
Janitor AI Chat Memory 가이드 2026: 요약 템플릿·프롬프트·망각 해결
Chat Memory, Persona, 최근 기록, Lorebook의 역할을 나누고 캐릭터가 실제로 기억하는지 시험합니다.
상태와 문제 해결
Janitor AI가 작동하지 않나요? 상태 확인과 해결법 (2026)
증상부터 실패 계층을 찾고 가장 작은 수정만 적용하며 위험한 “unblocked” 우회는 피하는 가이드입니다.
AI 동반자 심층 비교
Grok Ani vs JanitorAI(2026): Spicy 롤플레이에 더 좋은 것은?
즉시 쓰는 애니메이션 동반자와 유연한 커뮤니티 카드 기반 텍스트 롤플레이 비교.
