Lucid Origin
leonardo-lucid-originArtistic and high-quality visuals with improved prompt adherence, diversity, and definition
- Τιμή
- 0,0201 $/εικόνα
- Αναλογίες διαστάσεων
- 1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 2:1, 1:2, 3:1, 1:3
- Είσοδος → Έξοδος
- Κείμενο → Εικόνα
- Προγραμματιστής
- Community
- Ενημερώθηκε
- 24 Σεπτεμβρίου 2026
Playground
Δοκιμάστε Lucid Origin
Είσοδος & Έξοδος
Αυτή η εκτέλεση
0,0201 $ · 2,01 πιστωτικές μονάδες
Για λογαριασμούς χωρίς αγορά: εκτελέσεις πάνω από 2 πιστωτικές μονάδες χρειάζονται ανεβάσματος.
Νέος εδώ;
10 δωρεάν πιστωτικές μονάδες (0,10 $) όταν εγγραφείς με Google
Χρησιμοποιήσιμο 24 ώρες μετά την εγγραφή, έως 5 εκτελέσεις ανά ημέρα και το πολύ 2 πιστωτικές μονάδες ανά εκτέλεση. Άλλες μέθοδοι σύνδεσης ξεκινούν χωρίς πιστωτικές μονάδες.
Examples
Open full sizePrompt
a portrait-style photograph featuring a fox with a slender build and delicate features sitting against a navy blue background that is smooth and untextured. The fox has soft, fluffy orange fur with a lighter patch on its chest and around its nose. Its ears are large and pointed, with a slight perkiness. The eyes are a bright, piercing yellow with a sharp, intelligent glint. The lighting is soft and warm, highlighting the texture of the fur
Settings
- aspect_ratio
- 1:1
- style
- none
Open full sizePrompt
A fine art painting depicting a serene landscape, bathed in the golden light of sunset. The scene features a rolling hill dotted with wildflowers, a lone tree standing tall against the vibrant sky, and a winding river flowing gently through the valley. Oil painting style with visible brushstrokes, medium shot.
Settings
- aspect_ratio
- 1:1
- style
- none
Open full sizePrompt
A fine art painting depicting a serene landscape, bathed in the golden light of sunset. The scene features a rolling hill dotted with wildflowers, a lone tree standing tall against the vibrant sky, and a winding river flowing gently through the valley. Oil painting style with visible brushstrokes, medium shot.
Settings
- aspect_ratio
- 16:9
- style
- none
Σχετικά με το Lucid Origin
Το Lucid Origin είναι ένα μοντέλο του Community στην κατηγορία Δημιουργία εικόνων. Στο Railwail, το Lucid Origin κοστίζει 0,0201 $ ανά εικόνα. Ανάλογα με τις ρυθμίσεις, η τιμή κυμαίνεται από 0,0201 $/εικόνα έως 0,0918 $/εικόνα. Υποστηριζόμενες αναλογίες διαστάσεων: 1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 2:1, 1:2, 3:1 και 1:3.
Τιμολόγηση
| generation_mode: standardΠροεπιλογή | 0,0201 $ ανά εικόνα |
|---|---|
| generation_mode: ultra | 0,0918 $ ανά εικόνα |
- 1 πιστωτική μονάδα = 0,01 $
Αριθμομηχανή κόστους
Αριθμομηχανή τιμών
Σύνολο
2,01 $
201 πιστωτικές μονάδες
Ανά εκτέλεση
0,0201 $ · 2,01 πιστωτικές μονάδες
Σταθερή τιμή ανά εκτέλεση, γνωστή πριν ξεκινήσει η εκτέλεση.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "leonardo-lucid-origin",
"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="leonardo-lucid-origin",
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: "leonardo-lucid-origin",
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("leonardo-lucid-origin", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Προδιαγραφές
- ID μοντέλου
leonardo-lucid-origin- Ανάπτυξη
- Community
- Κατηγορία
- Δημιουργία εικόνων
- Είσοδος
- Κείμενο
- Έξοδος
- Εικόνα
- Αναλογίες διαστάσεων
- 1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 2:1, 1:2, 3:1, 1:3
- Χρέωση
- Σταθερή τιμή, γνωστή πριν από την εκτέλεση
- Καταχώρηση καταλόγου ενημερώθηκε
- 24 Σεπτεμβρίου 2026
Παράμετροι εισόδου
Εισόδους και ρυθμίσεις από το σχήμα εισόδου του μοντέλου. Το παράδειγμα στην ενότητα API δείχνει ποιες από αυτές δέχεται το API.
promptΥποχρεωτικόΤύπος: ΚείμενοΠροεπιλογή: –Επιτρεπόμενες τιμές: –aspectRatioΤύπος: ΕπιλογήΠροεπιλογή: –Επιτρεπόμενες τιμές: 1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 2:1, 1:2, 3:1 ή 1:3
Ετικέτες
- replicate
- leonardoai
- text-to-image
Περιπτώσεις χρήσης
Συχνές ερωτήσεις
Τι είναι Lucid Origin;
Το Lucid Origin είναι ένα μοντέλο του Community στην κατηγορία Δημιουργία εικόνων. Στο Railwail μπορείτε να το καλέσετε με ένα API key μέσω του Railwail API.
Πόσο κοστίζει το Lucid Origin στο Railwail;
Στο Railwail, το Lucid Origin κοστίζει 0,0201 $ ανά εικόνα. Ανάλογα με τις ρυθμίσεις, η τιμή κυμαίνεται από 0,0201 $/εικόνα έως 0,0918 $/εικόνα. Η τιμή είναι γνωστή πριν ξεκινήσει η εκτέλεση. Η χρήση πληρώνεται από προπληρωμένες πιστωτικές μονάδες· 1 πιστωτική μονάδα ισούται με 0,01 $.
Ποιες ρυθμίσεις υποστηρίζει το Lucid Origin;
Σύμφωνα με το σχήμα εισόδου του, το Lucid Origin γνωρίζει αυτές τις παραμέτρους: prompt και aspectRatio (1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 2:1, 1:2, 3:1 ή 1:3).
Πόσο γρήγορο είναι το Lucid Origin;
Δεν υπάρχουν αρκετές μετρημένες εκτελέσεις του Lucid Origin στο Railwail ακόμα για να δηλωθεί ένας χρόνος εκτέλεσης. Εξαρτάται από την είσοδο, τις ρυθμίσεις και το φορτίο στον πάροχο.
Είναι το Lucid Origin καλύτερο από το FLUX 1.1 Pro;
Αυτό εξαρτάται από την εργασία. Το Lucid Origin (Community) και το FLUX 1.1 Pro (Black Forest Labs) είναι και τα δύο μοντέλα στην κατηγορία Δημιουργία εικόνων. Η σελίδα σύγκρισης δείχνει τις τιμές και τις προδιαγραφές τους παράλληλα.
Σύγκριση Lucid Origin και FLUX 1.1 ProΠώς χρησιμοποιώ το Lucid Origin μέσω του API;
Δημιουργήστε ένα Railwail API key και στείλτε το αίτημά σας με το ID μοντέλου leonardo-lucid-origin. Παραδείγματα κώδικα για 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.
Χρησιμοποιήστε το Lucid Origin μέσω του API
Ένα κλειδί API για κάθε μοντέλο στο Railwail. Η χρήση χρεώνεται από προπληρωμένα πιστωτικά, 1 πιστωτικό = 0,01 $.