Public
HTTP (deprecated)
version 223
Readme
curl 'https://taras-free_open_router.web.val.run/api/v1/chat/completions' \
     -H 'accept: application/json' \
     -H 'authorization: Bearer THIS_IS_OVERRIDEN_ON_SERVER' \
     -H 'content-type: application/json' \
     --data-raw '{
  "model": "auto",
  "temperature": 0,
  "messages": [
    {
      "role": "system",
      "content": "stuff"
    },
    {
      "role": "user",
      "content": "hello"
    }
  ],
  "stream": true
}' 
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
taras-free_open_router.web.val.run
September 2, 2024