ThinkFree API

Send a message and receive a completion response from the ThinkFree endpoint.

Endpoint

POST https://api.thinkfree.workers.dev/v1/chat/completions

Request Body

{
  "message": "Hello",
  "memory": []
}

Response

{
  "result": "Hello! How can I help?"
}
Back to chat