Models/Qwen3 Vl 32b Instruct

Canonical model

Qwen3 Vl 32b Instruct

Qwen3 Vl 32b Instruct through Clervo's normalized chat contract.

Clervo IDclervo/qwen3-vl-32b-instruct
Availability
available
Health
healthy
Sellable now
Yes

Current contract

Identity, capability, and commerce stay together.

What it accepts

  • text
  • image

What it returns

  • text

Capabilities

  • image input
  • text input
  • text output

Execution

/v1/ai/execute

Replay-safe with the original idempotency key.

Published pricing

Rates describe usage. The live quote binds the request.

  • $0.078 / 1M input tokens
  • $0.312 / 1M output tokens

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

Use the exact model ID.

Qwen3 Vl 32b Instruct · TypeScript
import { ClervoClient } from '@clervo/sdk';

const clervo = new ClervoClient();
const result = await clervo.ai.execute({
  model: 'clervo/qwen3-vl-32b-instruct',
  input: {
      kind: 'chat',
      messages: [{ role: 'user', content: 'Return one useful, bounded result.' }],
      responseFormat: 'text',
      stream: false,
    },
    maximumOutputTokens: 256
}, { 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