diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-28 09:43:04 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-28 09:43:04 +0100 |
commit | 50da35e5b3dcae4619642844266c50083f30e0b7 (patch) | |
tree | 21892734980f101eed885f3573d6eacbda3f3f88 /docs | |
parent | feat(docs/client.md): add base64 response format for image generation (diff) | |
download | gpt4free-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.md | 4 |
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" }' ``` |