Gemini
Gemini 이미지

wowztools/nano-banana-pro

모델 ID: wowztools/nano-banana-pro
계열
Gemini
컨텍스트
아직 업데이트되지 않음
요청당
1.976 ₩
요청 수
152
성공
90.1%
토큰
17.76M
업타임 100.00%
24시간 전지금
7일 전지금

가격표

요청당
1.976 ₩
가격 변경 기록

적용되었던 가격 수준입니다. "현재"로 표시된 행이 적용 중인 가격입니다.

현재 시작일 05/08/2026 - 09:02:23
요청당1.976 ₩
지원 엔드포인트
https://api.xah.io/v1/images/generations
메서드 POST · application/json
인증 Bearer 토큰(API 키)
Rate limit 60 req/min
API 유형 이미지

공유

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "wowztools/nano-banana-pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/images/generations', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "wowztools/nano-banana-pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/images/generations'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "wowztools/nano-banana-pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "wowztools/nano-banana-pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}
빠른 시도

이 모델은 텍스트 채팅을 지원하지 않아 빠른 시도를 할 수 없습니다.

리뷰 및 댓글
0.0 / 0 리뷰
리뷰를 불러오는 중...
고객 지원 문의
언제든지 도와드릴 준비가 되어 있습니다