Outro
Outro Imagem

phuocanh421994/Wan2.7_Image_Pro

ID do modelo: phuocanh421994/Wan2.7_Image_Pro
Família
Outro
Contexto
Não informado
Por requisição
0.00897 R$
Requisições
643
Sucesso
92.5%
Tokens
14.48M
Uptime 100.00%
há 24 horasAgora
há 7 diasAgora

Tabela de preços

Por requisição
0.00897 R$
Histórico de preços

Níveis de preço aplicados anteriormente. A linha marcada como "atual" é o preço em vigor.

Atual Desde 29/07/2026 - 10:12:19
Por requisição0.00897 R$
Endpoints suportados
https://api.xah.io/v1/images/generations
Método POST · application/json
Autenticação Bearer token (chave de API)
Rate limit 15 req/min
Tipos de API Imagem

Notas técnicas

size expected format: width*height (max 4096*4096)n = 1

Compartilhar

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "phuocanh421994/Wan2.7_Image_Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "4096*4096",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
}'
// 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": "phuocanh421994/Wan2.7_Image_Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "4096*4096",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
})
});
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": "phuocanh421994/Wan2.7_Image_Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "4096*4096",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "phuocanh421994/Wan2.7_Image_Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "4096*4096",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
}
Experimentar

Este modelo não suporta chat de texto, por isso não é possível experimentá-lo aqui.

Avaliações e comentários
0.0 / 0 avaliações
Carregando avaliações...
Falar com o suporte
Estamos sempre prontos para ajudar você