제미나이 클로드 뤼튼 퍼플렉시티 요금제 비교

제미나이, 클로드, 퍼플렉시티, 뤼튼 – 대표 AI 챗봇 4종의 회원가입, 무료 사용법, 요금제 비교표까지 한눈에 정리했습니다. 빠르게 확인하고 현명하게 선택해보세요!



AI 챗봇이 많아진 요즘, 어떤 걸 써야 할까요?


1. Gemini (제미나이, 구글 AI)

  • 회원가입: 구글 계정 필요
  • 무료 사용: 기본 기능 모두 사용 가능 (질문, 글쓰기, 요약, 코딩 등)
  • 유료 플랜: Gemini Advanced – 월 20달러, 1개월 무료 체험
  • 팁: 학생은 무료 업그레이드, 체험 후 해지 가능


2. Claude (클로드, Anthropic)

  • 회원가입: 이메일 기반 간편 가입
  • 무료 사용: Free Forever Plan, 하루 20회 메시지 제한
  • 유료 플랜: Pro $20 / Team $30 / Max $100~200
  • 팁: 무료 플랜으로도 대부분 사용 가능



3. Perplexity (퍼플렉시티)

  • 회원가입: 기본 검색은 가입 없이 가능
  • 무료 사용: 검색, 요약, Q&A 등 대부분 제공
  • 유료 플랜: Pro $20/월, 연간 $200
  • 팁: Xfinity 이용자 무료, 일반 사용자도 무료 기능 충분


4. Rhyton (뤼튼)

  • 회원가입: 이메일 또는 구글로 가입
  • 무료 사용: 템플릿 기반 블로그, 기사, SNS 콘텐츠 작성
  • 유료 플랜: 월 1~2만원대, 고급 기능 제공
  • 팁: 이벤트 기간 활용, 무료로도 초안 작성 충분


한눈에 비교 표

챗봇 회원가입 무료 사용 유료 플랜/가격 무료 기간/할인 특징/팁
Gemini O (구글) O $20/월 1개월 무료, 학생 무료 구글 연동, 최신 정보에 강함
Claude O O $20~100/월 - 대화·창의적 글쓰기 강점
Perplexity △ (Pro만 필요) O $20/월 Xfinity 1년 무료 출처 제공, 리서치 최적
Rhyton O O 1~2만원대 이벤트 할인 한국어 글쓰기에 최적화

정리

회원가입: 대부분 필수, 퍼플렉시티는 일부 기능 비회원 가능
무료 사용: 네 챗봇 모두 무료 플랜 제공
유료 전환: 월 1~3만 원, 무료 체험/할인 활용 추천

상황별 추천

  • 퍼플렉시티: 정보 탐색과 논문
  • 제미나이: 구글 연동과 코딩
  • 클로드: 창의적 글쓰기
  • 뤼튼: 한국어 블로그·SNS 작성
다음 이전
/* Sliding Banner */ .customBannerArea { position: relative; overflow: hidden; margin: 20px auto; padding: 0 20px; text-align: center; } .customBox { position: relative; overflow: hidden; margin-bottom: 10px; } .customBox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .customBox .backward { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; object-fit: cover; } .customBanner { position: absolute; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; } .customBanner img.cover { width: 100%; height: 100% !important; object-fit: cover; opacity: 0.93; } .customBanner.active img { box-shadow: none !important; } .customBanner.active a { height: 100% !important; } .customBanner .arrow { position: absolute; top: calc(50% - 15px); background-color: #2196f3; width: 24px; height: 24px; border-radius: 24px; } .banner-bubble { position: absolute; top: 10px; background-color: #bd0000; height: 24px; width: 77px; color: white !important; font-size: 0.75em !important; border-radius: 5px; padding-top: 2px; line-height: 1.2rem !important; } .sliding-banner-300 .banner-bubble:after, .sliding-banner-150 .banner-bubble:after, .sliding-banner-250 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-left: 0; margin-left: -2.5px; margin-bottom: -5px; } .sliding-banner-280 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-right: 0; margin-left: -45.5px; margin-bottom: -5px; } .customBanner.active { animation: customMv1 1.2s ease-out infinite; } @keyframes customMv1 { 0% { transform: translate3d(-7%, 0, 0); } 20% { transform: translate3d(-10%, 0, 0); } 40% { transform: translate3d(-5%, 0, 0); } 60% { transform: translate3d(-10%, 0, 0); } 80% { transform: translate3d(-5%, 0, 0); } 100% { transform: translate3d(-7%, 0, 0); } } @media (min-width: 1200px) { .customBannerArea { background-color: #ffffffc9; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 0px; z-index: 1000; text-align: center; } }