> ## Documentation Index
> Fetch the complete documentation index at: https://veniceai-mintlify-d2fddb8a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 가이드

> API 키, OpenAI 마이그레이션, 구조화된 응답, 파일 입력, 프롬프트 캐싱, 미디어, 에이전트 통합을 다루는 실용적인 Venice API 가이드.

이러한 가이드를 사용하여 API 키를 생성하고, 기존 OpenAI 앱을 마이그레이션하며, Venice 전용 기능을 활성화하고, Venice를 에이전트 프레임워크, 코딩 도구, 미디어 워크플로에 연결하세요.

<CardGroup cols={2}>
  <Card title="API 키 생성" icon="key" href="/guides/getting-started/generating-api-key">
    Venice 대시보드에서 API 키를 생성하고 관리합니다.
  </Card>

  <Card title="OpenAI에서 마이그레이션" icon="arrows-rotate" href="/guides/getting-started/openai-migration">
    base URL을 변경하여 OpenAI 호환 앱을 Venice로 전환합니다.
  </Card>

  <Card title="구조화된 응답" icon="brackets-curly" href="/guides/features/structured-responses">
    JSON 스키마와 일치하는 응답을 요청합니다.
  </Card>

  <Card title="파일 입력" icon="file-lines" href="/guides/features/file-inputs">
    채팅 모델에 문서와 소스 파일을 전송합니다.
  </Card>

  <Card title="프롬프트 캐싱" icon="bolt" href="/guides/features/prompt-caching">
    반복되는 프롬프트 콘텐츠의 지연 시간과 비용을 줄입니다.
  </Card>

  <Card title="비공개 리서치 에이전트" icon="robot" href="/guides/projects/private-research-agent">
    출처를 수집하고 인용 보고서를 작성하는 Python 리서치 에이전트를 구축합니다.
  </Card>
</CardGroup>

## 주제별 탐색

<CardGroup cols={3}>
  <Card title="시작하기" icon="rocket" href="/guides/getting-started/generating-api-key">
    API 키, 마이그레이션, 자율 키 생성 및 Postman.
  </Card>

  <Card title="텍스트 & 채팅" icon="message" href="/guides/features/structured-responses">
    구조화된 출력, 추론 모델, 파일 입력, 프롬프트 캐싱 및 개인정보 강화 모델.
  </Card>

  <Card title="이미지 & 비디오" icon="image" href="/guides/media/image-generation">
    이미지 생성, 이미지 편집, 비디오 생성, 참조 및 업스케일링.
  </Card>

  <Card title="에이전트 & 통합" icon="robot" href="/guides/integrations/ai-agents">
    에이전트 앱, 어시스턴트 도구, 크립토 RPC, 지갑 인증 및 커뮤니티 통합.
  </Card>

  <Card title="코딩 도구" icon="terminal" href="/guides/integrations/claude-code">
    Claude Code, Cursor, OpenCode 및 Codex CLI와 함께 Venice 모델을 사용합니다.
  </Card>

  <Card title="SDK & 프레임워크" icon="puzzle-piece" href="/guides/integrations/langchain">
    LangChain, Vercel AI SDK 및 CrewAI로 구축합니다.
  </Card>

  <Card title="프로젝트" icon="hammer" href="/guides/projects/private-rag-bot">
    프로젝트 워크스루 중 하나를 사용하여 자체 프로젝트를 구축합니다.
  </Card>
</CardGroup>
