serhii.net

In the middle of the desert you can say anything you want

23 Sep 2025

OpenAI API notes

Tokenizing

curl -X 'POST' \
  'http://localhost:8001/tokenize' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "model": "mistralai/Mistral-Small-24B-Instruct-2501",
  "prompt": "my prompt",
  "add_special_tokens": true,
  "additionalProp1": {}
}'
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus