# xAI: grok-imagine-image-2.0

- Model ID: `grok-imagine-image-2.0`
- Provider: xAI
- Web version: https://www.moleapi.com/en/models/xai/grok-imagine-image-2.0
- Content status: catalog

## Model introduction

grok-imagine-image-2.0 is a xAI model available through MoleAPI with openai access. It fits OpenAI compatible, Vision workflows, with pricing synced from the MoleAPI console.

## Model capabilities

- OpenAI compatible
- Vision

### Verified specifications

- Catalog status: Currently available on MoleAPI
- Compatible protocols: openai
- Available billing groups: Standard, Discount, Relay

## Model pricing and access

Pricing is supplied dynamically by the MoleAPI console API.

### Standard (default, x1)

- Input: $75 / 1M tokens
- Output: $75 / 1M tokens

### Discount (discount, x0.8)

- Input: $60 / 1M tokens
- Output: $60 / 1M tokens

### Relay (relay, x0.3)

- Input: $22.5 / 1M tokens
- Output: $22.5 / 1M tokens

### Access protocols

| Protocol | Method | Endpoint |
| --- | --- | --- |
| openai | POST | /v1/chat/completions |

- Live pricing source: https://home.moleapi.com/api/pricing

## About grok-imagine-image-2.0

grok-imagine-image-2.0 is a xAI model available through MoleAPI with openai access. It fits OpenAI compatible, Vision workflows, with pricing synced from the MoleAPI console.

### Sources

- [MoleAPI console pricing catalog](https://home.moleapi.com/api/pricing) — MoleAPI

## Code examples

### cURL

```bash
curl https://api.moleapi.com/v1/chat/completions \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"grok-imagine-image-2.0","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [grok-4.6](https://www.moleapi.com/en/models/xai/grok-4.6) — xAI
- [grok-4.5](https://www.moleapi.com/en/models/xai/grok-4.5) — xAI
- [grok-composer-2.5-fast](https://www.moleapi.com/en/models/xai/grok-composer-2.5-fast) — xAI

## Frequently asked questions

### How is grok-imagine-image-2.0 priced?

Prices are read from the MoleAPI console API and update with model prices, context tiers, and account groups.

### How can I access grok-imagine-image-2.0?

The catalog currently lists openai.

### How do I switch an existing project to grok-imagine-image-2.0?

Keep the MoleAPI API address and key, replace the model parameter, and check protocol-specific parameters.

### Where do the grok-imagine-image-2.0 details come from?

Only confirmed availability, pricing, and protocol details from the MoleAPI catalog are included.
