summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/interference-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interference-api.md b/docs/interference-api.md
index 617df9cd..1e51ba60 100644
--- a/docs/interference-api.md
+++ b/docs/interference-api.md
@@ -75,7 +75,7 @@ curl -X POST "http://localhost:1337/v1/images/generate" \
-H "Content-Type: application/json" \
-d '{
"prompt": "a white siamese cat",
- "model": "dall-e-3",
+ "model": "flux",
"response_format": "url"
}'
```
@@ -86,7 +86,7 @@ curl -X POST "http://localhost:1337/v1/images/generate" \
-H "Content-Type: application/json" \
-d '{
"prompt": "a white siamese cat",
- "model": "dall-e-3",
+ "model": "flux",
"response_format": "b64_json"
}'
```