GptGet Computers

AI 에이전트용 클라우드 PC

에이전트가 보고 제어하는 진짜 Linux PC를 즉시 실행——브라우저 또는 완전한 데스크톱. OpenAI 호환 API로 제어하거나 computer-use 모델에 맡기세요. 시간당 과금.

브라우저 또는 완전한 데스크톱

PC마다 환경을 선택하세요.

🌐 Chrome

가벼운 브라우저 전용 kiosk——웹 자동화·스크래핑에 적합.

🖥️ Desktop

파일 관리자·터미널·Firefox를 갖춘 완전한 Ubuntu XFCE 데스크톱.

에이전트에 필요한 모든 것

Computer-use 에이전트

chat completions에 computer_id 추가——Claude computer-use 모델(Sonnet / Opus)이 스스로 스크린샷·클릭·입력.

OpenAI·Anthropic 호환

REST·Python SDK·CLI로 데스크톱 제어, OpenAI 또는 Anthropic 형식으로 에이전트 실행——하나의 sk- 키.

영속 파일

파일 업로드·다운로드·이동. 워크스페이스에 저장되어 재시작 후에도 유지(R2).

라이브 스트리밍

데스크톱을 임의의 RTMP로 송출하거나 브라우저에서 실시간 보기(noVNC).

멀티 리전

미국 또는 유럽에서 실행, 사용자 가까이에.

시간당 과금

실행 시간만 과금(올림). 중지하면 과금도 중지.

한 번의 호출로 시작

# 1. launch a cloud computer (chrome | desktop)
curl https://api.gptget.net/v1/computers \
  -H "Authorization: Bearer $GPTGET_API_KEY" \
  -d '{"workspace_id":"ws_...","name":"box-1","instance_type":"2c4g","environment":"desktop"}'

# 2. hand it to a computer-use model — it sees & controls the screen
curl https://api.gptget.net/v1/chat/completions \
  -H "Authorization: Bearer $GPTGET_API_KEY" \
  -d '{"model":"anthropic/claude-sonnet-4.5","computer_id":"...",
       "messages":[{"role":"user","content":"Open Firefox and search for hermes"}]}'

간단한 시간 요금

2c2g
$0.0139/시간
2 vCPU · 2 GB
2c4g
$0.0208/시간
2 vCPU · 4 GB
4c8g
$0.0403/시간
4 vCPU · 8 GB

실행 시간 기준 과금(미만은 올림); 중지된 PC는 과금되지 않습니다.

에이전트에게 PC를

몇 초 만에 첫 클라우드 PC를 생성하세요.

시작하기 →