GPT-5.2

OPENAI

GPT-5.2

Commercial use6 credits / request

Try chat

Send multi-turn messages with the same model and gateway as production API calls.

Request parameters

OpenAI-compatible chat/completions request body fields.

FieldTypeRequired
modelstringYes
messages{ role, content }[]Yes

Output examples

Typical generation previews (actual output varies by prompt).

Preview

Preview

Features

Core capabilities for this model on the ModKie gateway.

Chat completions

Access via unified chat/completions or jobs paths with streaming support.

Pricing

Credits apply per successful chat completion.

Shared API

6 credits / request

≈ $0.03 USD ($0.01 USD/credit at pack rate)

Quickstart

Three steps from API key to your first chat completion.

  1. 1

    Create an API key

    Sign in and create a key under Settings → API Keys.

  2. 2

    Submit createTask

    POST to /api/v1/jobs/createTask with your model id and input payload.

  3. 3

    Poll recordInfo

    Poll recordInfo until the job completes; download outputs from the response.

Example chat completions request

curl -X POST https://modkie.com/api/gateway/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "kie",
  "model": "gpt-5-2",
  "messages": [
    {
      "role": "user",
      "content": "Explain how async job polling works for video generation APIs."
    }
  ]
}'

Read assistant text from choices[0].message.content in the JSON response. Credits apply per successful completion.

FAQ

Why ModKie for this model

ModKie is more than API relay — deploy, fine-tune, and register custom endpoints on the same gateway.

Unified gateway

One API key and jobs contract across marketplace and self-hosted models.

Playground

Validate payloads in-browser before shipping to production.

RunPod self-host

Deploy HuggingFace or custom workers and route traffic through ModKie.

Train & register

Fine-tune vision models and register weights back into the gateway.

Deployment help

Work with our team on model landing, integration, and production rollout.

Who it's for

  • DevelopersShip features fast with Playground, docs, and predictable async billing.
  • Enterprise teamsStandardize providers behind one contract, usage dashboard, and webhooks.
  • Fine-tune & own weightsTrain custom models and expose them with the same createTask flow.
Talk to a deployment specialist
GPT-5.2 API — ModKie