Grok Imagine Image
grok-imagine-imageSOTA image model from xAI
- Τιμή
- 0,024 $/εικόνα
- Αναλογίες διαστάσεων
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 2:1, 1:2, 19.5:9, 9:19.5, 20:9, 9:20
- Είσοδος → Έξοδος
- Κείμενο → Εικόνα
- Προγραμματιστής
- xAI
- Ενημερώθηκε
- 24 Σεπτεμβρίου 2026
Playground
Δοκιμάστε Grok Imagine Image
Είσοδος & Έξοδος
Αυτή η εκτέλεση
0,024 $ · 2,4 πιστωτικές μονάδες
Για λογαριασμούς χωρίς αγορά: εκτελέσεις πάνω από 2 πιστωτικές μονάδες χρειάζονται ανεβάσματος.
Νέος εδώ;
10 δωρεάν πιστωτικές μονάδες (0,10 $) όταν εγγραφείς με Google
Χρησιμοποιήσιμο 24 ώρες μετά την εγγραφή, έως 5 εκτελέσεις ανά ημέρα και το πολύ 2 πιστωτικές μονάδες ανά εκτέλεση. Άλλες μέθοδοι σύνδεσης ξεκινούν χωρίς πιστωτικές μονάδες.
Examples
Open full sizePrompt
A cinematic, ultra-detailed scene of a futuristic forest landscape at golden daylight. The setting is a lush, temperate forest resembling giant redwood groves, with massive reddish-brown tree trunks rising vertically out of a floor of ferns, moss, and low undergrowth. In the mid-ground, a gently sloping grassy hill is illuminated by warm sunlight filtering through the trees, creating soft patches of light and shadow. The air has a faint atmospheric haze, giving the distance a slightly misty, ethereal look. Hovering silently about 3–6 meters above the ground are two sleek, oval, white anti-gravity pods shaped like smooth capsules. Each pod has a continuous panoramic window wrapping around the front half, tinted slightly green, revealing a soft interior glow and faint silhouettes of seating. The hulls are glossy and seamless, with subtle panel lines and minimalistic futuristic design. From the undersides of the pods hang small trailing plants and vines, suggesting a blend of advanced technology and ecological design. A faint bluish light or energy source is visible beneath each pod, indicating their hovering mechanism. In the background, partially obscured by trees and mist, stands a tall futuristic tower with multiple circular platforms and vertical glowing blue light strips running up its structure, suggesting advanced architecture integrated into the forest. On top of the right-side hovering pod stands a medieval girl, contrasting strongly with the futuristic setting. Sh…
Settings
- aspect_ratio
- 1:1
Σχετικά με το Grok Imagine Image
Το Grok Imagine Image είναι ένα μοντέλο του xAI στην κατηγορία Δημιουργία εικόνων. Στο Railwail, το Grok Imagine Image κοστίζει 0,024 $ ανά εικόνα. Υποστηριζόμενες αναλογίες διαστάσεων: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 2:1, 1:2, 19.5:9, 9:19.5, 20:9 και 9:20.
Τιμολόγηση
| Ανά εικόνα | 0,024 $ ανά εικόνα |
|---|
- 1 πιστωτική μονάδα = 0,01 $
Αριθμομηχανή κόστους
Αριθμομηχανή τιμών
Σύνολο
2,40 $
240 πιστωτικές μονάδες
Ανά εκτέλεση
0,024 $ · 2,4 πιστωτικές μονάδες
Σταθερή τιμή ανά εκτέλεση, γνωστή πριν ξεκινήσει η εκτέλεση.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-image",
"prompt": "A lighthouse on a rocky coast at sunset, photorealistic"
}'import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["RAILWAIL_API_KEY"],
base_url="https://railwail.com/api/v1",
)
image = client.images.generate(
model="grok-imagine-image",
prompt="A lighthouse on a rocky coast at sunset, photorealistic",
)
print(image.data[0].url)import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.RAILWAIL_API_KEY,
baseURL: "https://railwail.com/api/v1",
});
const image = await client.images.generate({
model: "grok-imagine-image",
prompt: "A lighthouse on a rocky coast at sunset, photorealistic"
});
console.log(image.data[0].url);// npm install railwail
import railwail from "railwail";
const rw = railwail(process.env.RAILWAIL_API_KEY);
const res = await rw.image("grok-imagine-image", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Προδιαγραφές
- ID μοντέλου
grok-imagine-image- Ανάπτυξη
- xAI
- Κατηγορία
- Δημιουργία εικόνων
- Είσοδος
- Κείμενο
- Έξοδος
- Εικόνα
- Αναλογίες διαστάσεων
- 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 2:1, 1:2, 19.5:9, 9:19.5, 20:9, 9:20
- Χρέωση
- Σταθερή τιμή, γνωστή πριν από την εκτέλεση
- Καταχώρηση καταλόγου ενημερώθηκε
- 24 Σεπτεμβρίου 2026
Παράμετροι εισόδου
Εισόδους και ρυθμίσεις από το σχήμα εισόδου του μοντέλου. Το παράδειγμα στην ενότητα API δείχνει ποιες από αυτές δέχεται το API.
promptΥποχρεωτικόΤύπος: ΚείμενοΠροεπιλογή: –Επιτρεπόμενες τιμές: –aspectRatioΤύπος: ΕπιλογήΠροεπιλογή: –Επιτρεπόμενες τιμές: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 2:1, 1:2, 19.5:9, 9:19.5, 20:9, 9:20 ή auto
Ετικέτες
- replicate
- xai
- text-to-image
Περιπτώσεις χρήσης
Συχνές ερωτήσεις
Τι είναι Grok Imagine Image;
Το Grok Imagine Image είναι ένα μοντέλο του xAI στην κατηγορία Δημιουργία εικόνων. Στο Railwail μπορείτε να το καλέσετε με ένα API key μέσω του Railwail API.
Πόσο κοστίζει το Grok Imagine Image στο Railwail;
Στο Railwail, το Grok Imagine Image κοστίζει 0,024 $ ανά εικόνα. Η τιμή είναι γνωστή πριν ξεκινήσει η εκτέλεση. Η χρήση πληρώνεται από προπληρωμένες πιστωτικές μονάδες· 1 πιστωτική μονάδα ισούται με 0,01 $.
Ποιες ρυθμίσεις υποστηρίζει το Grok Imagine Image;
Σύμφωνα με το σχήμα εισόδου του, το Grok Imagine Image γνωρίζει αυτές τις παραμέτρους: prompt και aspectRatio (1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 2:1, 1:2, 19.5:9, 9:19.5, 20:9, 9:20 ή auto).
Πόσο γρήγορο είναι το Grok Imagine Image;
Δεν υπάρχουν αρκετές μετρημένες εκτελέσεις του Grok Imagine Image στο Railwail ακόμα για να δηλωθεί ένας χρόνος εκτέλεσης. Εξαρτάται από την είσοδο, τις ρυθμίσεις και το φορτίο στον πάροχο.
Είναι το Grok Imagine Image καλύτερο από το FLUX 1.1 Pro;
Αυτό εξαρτάται από την εργασία. Το Grok Imagine Image (xAI) και το FLUX 1.1 Pro (Black Forest Labs) είναι και τα δύο μοντέλα στην κατηγορία Δημιουργία εικόνων. Η σελίδα σύγκρισης δείχνει τις τιμές και τις προδιαγραφές τους παράλληλα.
Σύγκριση Grok Imagine Image και FLUX 1.1 ProΠώς χρησιμοποιώ το Grok Imagine Image μέσω του API;
Δημιουργήστε ένα Railwail API key και στείλτε το αίτημά σας με το ID μοντέλου grok-imagine-image. Παραδείγματα κώδικα για curl, Python και JavaScript βρίσκονται στην ενότητα API αυτής της σελίδας.
Συγκρίσιμα μοντέλα
Όλα σε αυτήν την κατηγορία- FLUX 1.1 ProBlack Forest Labs
Black Forest Labs' flagship text-to-image model. Faster generation than FLUX.1 Pro at higher prompt adherence, with strong photorealism and reliable spatial composition. Runs as a hosted Replicate model.
- Flux 1.1 Pro UltraBlack Forest Labs
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
- Flux DevBlack Forest Labs
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Χρησιμοποιήστε το Grok Imagine Image μέσω του API
Ένα κλειδί API για κάθε μοντέλο στο Railwail. Η χρήση χρεώνεται από προπληρωμένα πιστωτικά, 1 πιστωτικό = 0,01 $.