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

MODKIE
Send multi-turn messages with the same model and gateway as production API calls.
View Pod status, start or stop manually, and track session credit usage. Sending a message in Dedicated Playground mode also provisions a Pod.
OpenAI-compatible chat/completions request body fields.
| Field | Type | Required |
|---|---|---|
| model | string | Yes |
| messages | { role, content }[] | Yes |
Typical generation previews (actual output varies by prompt).

Core capabilities for this model on the ModKie gateway.
Access via unified chat/completions or jobs paths with streaming support.
Credits apply per successful chat completion.
Shared API
5 credits / request
≈ $0.03 USD ($0.01 USD/credit at pack rate)
Dedicated Pod
600 credits / hour
≈ $3.00 USD ($0.01 USD/credit at pack rate)
Billed from instance ready time only. Deploying does not charge credits.
Three steps from API key to your first chat completion.
Create an API key
Sign in and create a key under Settings → API Keys.
Submit createTask
POST to /api/v1/jobs/createTask with your model id and input payload.
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": "runpod_vllm",
"model": "modkie/qwythos-9b",
"messages": [
{
"role": "user",
"content": "Hello, introduce yourself in one sentence."
}
]
}'Read assistant text from choices[0].message.content in the JSON response. Credits apply per successful completion.
ModKie is more than API relay — deploy, fine-tune, and register custom endpoints on the same gateway.
One API key and jobs contract across marketplace and self-hosted models.
Validate payloads in-browser before shipping to production.
Deploy HuggingFace or custom workers and route traffic through ModKie.
Fine-tune vision models and register weights back into the gateway.
Work with our team on model landing, integration, and production rollout.
Your own Pod — 600 credits/hour after ready. No charge while deploying.
Multi-turn messages use the same gateway and billing as production API calls.
AI can make mistakes. Verify important information.