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

# API 참조

> Gravitex API 전체 문서

## 개요

Gravitex API는 OpenAI API 형식과 호환되는 RESTful 엔드포인트를 제공합니다. 통합 게이트웨이 `https://api.gravitex.ai`를 통해 채팅, 텍스트 완성, 임베딩, 이미지, 비디오, 오디오 등 다양한 AI 기능을 사용할 수 있습니다.

## AI 모델 API

<CardGroup cols={3}>
  <Card title="모델 목록" icon="list" href="/ko/api-reference/endpoint/list-models">
    사용 가능한 모델 목록 조회
  </Card>

  <Card title="채팅" icon="comments" href="/ko/api-reference/endpoint/chat-openai">
    OpenAI 호환 채팅 완성
  </Card>

  <Card title="Claude 메시지" icon="message" href="/ko/api-reference/endpoint/messages">
    Anthropic Claude Messages API
  </Card>

  <Card title="Responses" icon="reply" href="/ko/api-reference/endpoint/responses-openai">
    OpenAI Responses API
  </Card>

  <Card title="텍스트 완성" icon="file-lines" href="/ko/api-reference/endpoint/completions">
    레거시 텍스트 완성
  </Card>

  <Card title="임베딩" icon="database" href="/ko/api-reference/endpoint/embeddings/create-embedding">
    텍스트 임베딩 (OpenAI / Engines 형식)
  </Card>

  <Card title="Rerank" icon="magnifying-glass" href="/ko/api-reference/endpoint/rerank">
    문서 재순위화
  </Card>

  <Card title="Moderations" icon="shield-check" href="/ko/api-reference/endpoint/moderations">
    콘텐츠 안전 검수
  </Card>

  <Card title="오디오" icon="headphones" href="/ko/api-reference/endpoint/audio">
    OpenAI 음성 합성/STT 및 Gemini 네이티브 TTS
  </Card>

  <Card title="Realtime" icon="tower-broadcast" href="/ko/api-reference/endpoint/realtime">
    실시간 오디오 (WebSocket)
  </Card>

  <Card title="이미지" icon="image" href="/ko/api-reference/endpoint/image-generation">
    통합 이미지 생성
  </Card>

  <Card title="Gemini OpenAI (이미지)" icon="image" href="/ko/api-reference/endpoint/nano-banana">
    Gemini imagine T2I / I2I via /images/generations
  </Card>

  <Card title="Gemini OpenAI (채팅)" icon="comments" href="/ko/api-reference/endpoint/gemini-chat-openai">
    Gemini 채팅 및 멀티모달 via /chat/completions
  </Card>

  <Card title="Gemini 네이티브 (이미지)" icon="image" href="/ko/api-reference/endpoint/gemini-image">
    generateContent / Chat 이미지 출력
  </Card>

  <Card title="GPT-Image-2" icon="image" href="/ko/api-reference/endpoint/gpt-image-2">
    OpenAI GPT-Image-2 텍스트/이미지-투-이미지
  </Card>

  <Card title="Qwen Image" icon="image" href="/ko/api-reference/endpoint/qwen-image">
    Qwen 텍스트-투-이미지 및 편집
  </Card>

  <Card title="이미지 편집" icon="pen" href="/ko/api-reference/endpoint/image-edits">
    POST /v1/images/edits
  </Card>

  <Card title="비디오 개요" icon="video" href="/ko/api-reference/endpoint/video-generation">
    다중 모델 비디오 개요
  </Card>

  <Card title="비디오 제출/조회" icon="video" href="/ko/api-reference/endpoint/submit-video-task">
    통합 POST /v1/video/generations
  </Card>

  <Card title="Wan 2.7" icon="video" href="/ko/api-reference/endpoint/wan2.7">
    Alibaba Wan 2.7 비디오 모델
  </Card>

  <Card title="Wan 2.7 비디오 편집" icon="video" href="/ko/api-reference/endpoint/wan2.7-videoedit">
    wan2.7-videoedit 지시형 비디오 편집
  </Card>

  <Card title="Veo" icon="video" href="/ko/api-reference/endpoint/veo">
    Google Veo 비디오 생성
  </Card>

  <Card title="Seedance 2.0(/generations)" icon="video" href="/ko/api-reference/endpoint/seedance-2.0">
    Doubao Seedance 2.0 및 에셋 라이브러리
  </Card>

  <Card title="Seedance 2.0(/generations/tasks)" icon="video" href="/ko/api-reference/endpoint/seedance-2.0-new">
    공식 미러 API (BytePlus Ark 호환)
  </Card>
</CardGroup>

## 일반

<Columns cols={2}>
  <Card title="지원 모델" icon="cube" href="/ko/api-reference/models">
    모델 매트릭스 및 선택 가이드
  </Card>

  <Card title="OpenAI SDK" icon="code" href="/ko/api-reference/openai-sdk">
    다국어 SDK 예제
  </Card>

  <Card title="비디오 작업 조회" icon="search" href="/ko/api-reference/endpoint/query-video-task">
    비디오 작업 상태 폴링
  </Card>

  <Card title="비디오 다운로드" icon="download" href="/ko/api-reference/endpoint/download-video">
    비디오 다운로드 (Sora 2)
  </Card>
</Columns>
