> ## Documentation Index
> Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CometAPI와 함께 IntelliJ Translation Plugin 사용하기

> 이 가이드를 사용해 base URL, API key, model 또는 provider 옵션을 설정하여 IntelliJ Translation Plugin을 CometAPI와 함께 구성하세요.

[IntelliJ Translation Plugin](https://plugins.jetbrains.com/plugin/8579-translation)은 AI 번역 기능을 JetBrains IDE에 직접 추가합니다. CometAPI에 연결하면 에디터를 벗어나지 않고 코드와 텍스트를 번역할 수 있습니다.

## 사전 준비 사항

* [IntelliJ IDEA](https://www.jetbrains.com/idea/) 또는 다른 JetBrains IDE

* Translation Plugin 설치 — JetBrains Marketplace에서 **Translation** 검색

  <Frame>
    <img src="https://mintcdn.com/cometapi/mA1ovj6s0e3RM42l/images/integrations/810968_352994.png?fit=max&auto=format&n=mA1ovj6s0e3RM42l&q=85&s=3ea7331394d52a903c9b550830689eef" alt="Translation plugin을 보여주는 JetBrains Marketplace" width="972" height="806" data-path="images/integrations/810968_352994.png" />
  </Frame>

* 활성 API key가 있는 [CometAPI](https://www.cometapi.com) 계정

## 설정

<Steps>
  <Step title="CometAPI API 키 받기">
    [CometAPI 대시보드](https://www.cometapi.com/console)에 로그인합니다. **Add API Key**를 클릭하고 키를 복사합니다.

    <Frame>
      <img src="https://mintcdn.com/cometapi/E4FFvyMYmaOZoldp/images/integrations/810968_360264.png?fit=max&auto=format&n=E4FFvyMYmaOZoldp&q=85&s=686b18e5eda53581cd92f39b18683c01" alt="CometAPI 대시보드 — API 키 섹션" width="1920" height="1005" data-path="images/integrations/810968_360264.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cometapi/E4FFvyMYmaOZoldp/images/integrations/810968_360265.png?fit=max&auto=format&n=E4FFvyMYmaOZoldp&q=85&s=4a5a528f1fbbeb3da7ace18066b73bd1" alt="CometAPI 콘솔의 Add API Key 대화상자" width="1914" height="999" data-path="images/integrations/810968_360265.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cometapi/E4FFvyMYmaOZoldp/images/integrations/810968_360266.png?fit=max&auto=format&n=E4FFvyMYmaOZoldp&q=85&s=8462dfff1cf0a880c44effc7dccbc131" alt="CometAPI API 키와 기본 URL" width="1920" height="975" data-path="images/integrations/810968_360266.png" />
    </Frame>
  </Step>

  <Step title="번역 엔진 구성하기">
    IDE 툴바에서 Translation Plugin 아이콘을 클릭한 다음 → **Settings** → **Translation**으로 이동합니다. 엔진으로 **OpenAI Translation**을 선택합니다. 오른쪽 설정 패널의 **API Endpoint** 필드에 `https://api.cometapi.com`을 입력합니다(두 번째 필드는 기본값으로 `/v1/chat/completions`가 설정됨). **API Key**에 CometAPI 키를 붙여넣고 **Confirm**을 클릭합니다.

    <Frame>
      <img src="https://mintcdn.com/cometapi/SZhlxZhCnMLn__BW/images/overview/810968_364191.png?fit=max&auto=format&n=SZhlxZhCnMLn__BW&q=85&s=aef81a83f29f8eb16655ed4060425f50" alt="CometAPI 대시보드 — Add API Key 버튼과 키 목록" width="3824" height="1892" data-path="images/overview/810968_364191.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cometapi/HhtmQffktazbxUvS/images/overview/810968_364193.png?fit=max&auto=format&n=HhtmQffktazbxUvS&q=85&s=d893f659267150d0faf45f99eb5dffc1" alt="CometAPI API 키 세부정보" width="2434" height="1232" data-path="images/overview/810968_364193.png" />
    </Frame>
  </Step>

  <Step title="통합 테스트하기">
    플러그인 설정에서 **Test Service**를 클릭합니다. 검증이 성공하면 설정이 정상적으로 작동하고 있음을 의미합니다.

    <Frame>
      <img src="https://mintcdn.com/cometapi/mA1ovj6s0e3RM42l/images/integrations/810968_352997.png?fit=max&auto=format&n=mA1ovj6s0e3RM42l&q=85&s=2acec03c1fcd4584cf8448d588cf5d68" alt="IntelliJ Translation Plugin 테스트 — 성공 결과" width="1092" height="944" data-path="images/integrations/810968_352997.png" />
    </Frame>
  </Step>
</Steps>

<Tip>
  사용자 지정 모델을 추가하려면 플러그인의 모델 구성 필드에 현재 model ID를 입력하세요.

  <Frame>
    <img src="https://mintcdn.com/cometapi/mA1ovj6s0e3RM42l/images/integrations/810968_352998.png?fit=max&auto=format&n=mA1ovj6s0e3RM42l&q=85&s=1138ce4ff04851f6db1ff996ea91f667" alt="사용자 지정 모델이 추가된 IntelliJ Translation Plugin 모델 설정" width="1215" height="874" data-path="images/integrations/810968_352998.png" />
  </Frame>
</Tip>

<script type="application/ld+json">
  {`
    {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "HowTo",
        "@id": "https://apidoc.cometapi.com/integrations/intellij-translation-plugin#howto",
        "name": "CometAPI와 함께 IntelliJ Translation Plugin 사용하기",
        "description": "이 가이드를 사용해 기본 URL, API 키, 모델 또는 provider 옵션을 설정하여 CometAPI와 함께 IntelliJ Translation Plugin을 구성하세요.",
        "step": [
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/intellij-translation-plugin#step-1",
            "position": 1,
            "name": "CometAPI API 키 받기",
            "text": "CometAPI 계정을 만들거나 열고, 대시보드에서 활성 API 키를 복사하세요."
          },
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/intellij-translation-plugin#step-2",
            "position": 2,
            "name": "번역 엔진 구성하기",
            "text": "CometAPI와 함께 IntelliJ Translation Plugin 사용하기 가이드의 번역 엔진 구성하기 단계를 완료하세요."
          },
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/intellij-translation-plugin#step-3",
            "position": 3,
            "name": "통합 테스트하기",
            "text": "CometAPI와 함께 IntelliJ Translation Plugin 사용하기 가이드의 통합 테스트하기 단계를 완료하세요."
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "CometAPI 문서",
            "item": "https://apidoc.cometapi.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "연동",
            "item": "https://apidoc.cometapi.com/integrations"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "CometAPI와 함께 IntelliJ Translation Plugin 사용하기",
            "item": "https://apidoc.cometapi.com/integrations/intellij-translation-plugin"
          }
        ]
      }
    ]
    }
    `}
</script>
