aboutsummaryrefslogblamecommitdiffstats
path: root/runpod/test.sh
blob: fc725ab3b59362cddbd5c4abbb662f242b70813b (plain) (tree)
1
2
3
4
5
6





                                                               
#!/usr/bin/env sh

curl -X POST https://api.runpod.ai/v2/y7s1hikgduedkr/run \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer XXX' \
  -d '{"model": "mistral", "prompt_user": "ping", "temp": 0.2}'