``` curl --location 'https://api.cloudflare.com/client/v4/accounts/{my-account}/ai/run/@cf/mistral/m

curl --location 'https://api.cloudflare.com/client/v4/accounts/{my-account}/ai/run/@cf/mistral/mistral-7b-instruct-v0.1' \
--header 'Authorization: Bearer {mytoken}' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "write me a poem about a dog"
}'
curl --location 'https://api.cloudflare.com/client/v4/accounts/{my-account}/ai/run/@cf/mistral/mistral-7b-instruct-v0.1' \
--header 'Authorization: Bearer {mytoken}' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "write me a poem about a dog"
}'
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?