/v1/models
Query current callable model IDs before integration.
Integration guide for the Infwave unified gateway: available models, quick start, endpoints, code examples, SDK setup, and FAQ.
Use this section for endpoint rules and model ID lookup. The full live catalog is on the models page.
Model IDs are sourced from GET /v1/models. Live pricing, groups, and available endpoints live on the model market; the docs page keeps only integration rules and key entry points.
API definition: /docs/openapi.json. Model details use live /v1/models and the model market as the source of truth.
Open the console to create an API key. Bank transfer and VAT invoice supported.
Text models use an SDK base URL swap. Visual models use /v1/video/generations to submit async tasks.
Text calls return in real time; visual tasks are polled until completion. Usage records can be exported for reconciliation.
/v1/modelsQuery current callable model IDs before integration.
/v1/chat/completionsOpenAI-compatible endpoint for SDKs, agents, and tools.
/v1/messagesAnthropic Messages-compatible endpoint for Claude clients and SDKs.
/v1/video/generationsSubmit a visual generation task and receive a job ID and polling URL.
/v1/video/generations/{task_id}Poll task status, failure reason, and download URLs.
Advanced text capabilities and visual model async task examples — cURL / Python / JavaScript shown for each scenario.
request_id, OpenAI id and system_fingerprint), identical to a direct upstream call. Visit the transparency page to inspect the database schema and confirm we do not store prompt or response bodies.
"stream": true in the request. Visual models are not streaming responses; submit a task, then poll /v1/video/generations/{task_id} for the result.
POST /v1/video/generations. The response returns job_id and poll_url. After completion, the polling response or "Visual model usage detail" shows the result, download URL, and failure reason.