What it accepts
- image
Canonical model
Virtual Try On 001 through Clervo's normalized virtual try on contract.
clervo/virtual-try-on-001Current contract
/v1/ai/execute
Replay-safe with the original idempotency key.
Published pricing
Billing mode: metered. Payment: x402 or mpp. For a paid call, inspect the exact request-bound challenge before authorizing it. Internal serving suppliers are not publicly disclosed.
B11 TypeScript client
import { ClervoClient } from '@clervo/sdk';
const clervo = new ClervoClient();
const result = await clervo.ai.execute({
model: 'clervo/virtual-try-on-001',
input: { kind: 'virtual_try_on', personImageBase64, productImageBase64 }
}, { idempotencyKey: 'stable-request-0001' });Automatic payment remains off unless explicitly enabled. Reuse the same idempotency key to recover or replay; reconcile unknown settlement before retrying.
Related inventory