Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Serverless RL API는 서버리스 강화 학습(RL) 및 지도 파인튜닝(SFT)을 포함한 트레이닝 작업을 관리하고 상호작용할 수 있는 엔드포인트를 제공합니다. 이 API는 Chat Completion에 대해 OpenAI와 호환됩니다.
인증
Authorization 헤더에 API 키를 포함하세요:
기본 URL
사용 가능한 엔드포인트
chat-completions
- POST /v1/chat/completions - Chat Completion을 생성합니다
- POST /v1/chat/completions/ - Chat Completion을 생성합니다
모델
- POST /v1/preview/models - 모델 생성
- DELETE /v1/preview/models/ - 모델 삭제
- DELETE /v1/preview/models//checkpoints - 모델 체크포인트 삭제
- GET /v1/preview/models//checkpoints - 모델 체크포인트 목록 조회
- POST /v1/preview/models//log - 로그 기록
트레이닝 작업
- POST /v1/preview/sft-training-jobs - SFT 트레이닝 작업 생성
- POST /v1/preview/training-jobs - RL 트레이닝 작업 생성
- GET /v1/preview/training-jobs/ - 트레이닝 작업 조회
- GET /v1/preview/training-jobs//events - 트레이닝 작업 이벤트 조회
상태
- GET /v1/health - 헬스 체크
- GET /v1/system-check - 시스템 점검