summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-28 09:43:04 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-28 09:43:04 +0100
commit50da35e5b3dcae4619642844266c50083f30e0b7 (patch)
tree21892734980f101eed885f3573d6eacbda3f3f88 /docs
parentfeat(docs/client.md): add base64 response format for image generation (diff)
downloadgpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.tar
gpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.tar.gz
gpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.tar.bz2
gpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.tar.lz
gpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.tar.xz
gpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.tar.zst
gpt4free-50da35e5b3dcae4619642844266c50083f30e0b7.zip
Diffstat (limited to 'docs')
-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"
}'
```