97AI.PRO

Grok Imagine API — Unified Access via 97AI.PRO

Access the Grok Imagine API by xAI through 97AI.PRO's unified endpoint. One HTTP call, OpenAI-compatible auth, pricing at $0.1575 — 80% below xAI's official rate. Failed calls are free (zero-risk billing).

Quick start

Send a POST to https://97ai.97claude.com/api/generate with an Authorization: Bearer header. Set model: "grok-imagine/extend" and provide your input payload.

Example (curl):

curl -X POST https://97ai.97claude.com/api/generate \
  -H "Authorization: Bearer $YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"grok-imagine/extend","input":{"prompt":"..."}}'

What you get back

Media endpoints return { taskId }. Poll GET /api/generate/{taskId} every 2-5 seconds until state === "SUCCESS", then read resultUrls. Supply a webhook_url to receive push notification instead of polling.

Rate limits & billing

Per-account concurrency is generous for individual use; enterprise tiers available. Credits deducted only on successful completion (state=SUCCESS). Balance visible via GET /api/credits. Payment methods: credit card, USDC on Arbitrum, Alipay.

Frequently asked questions

Is the Grok Imagine API on 97AI.PRO the same as the official xAI API?+

Yes — same underlying model, same outputs. 97AI.PRO resells wholesale capacity so pricing is 80% lower and payment is available globally including in regions where xAI doesn't ship directly.

Do I need a xAI account?+

No. One 97AI.PRO account and API key gives you access to Grok Imagine and 150+ other models across providers.

What SDKs are supported?+

Any HTTP client works. For chat endpoints, the OpenAI SDK works out of the box by pointing `base_url` to `https://97ai.97claude.com/api`.

How do I test before going to production?+

Sign up, add $5 in credits, and hit the endpoint from your terminal. There's no long-form onboarding or contract.

What if a generation fails?+

You pay $0. The API returns `state: "FAILURE"` with an error object; credits are refunded automatically. This is the "zero-risk billing" policy.

Ready to try Grok Imagine?

Sign up on 97AI.PRO, top up with credit card / USDC / Alipay, and get an API key in under 60 seconds.

Related image to video