POST: https://api.oasis.ai/v1/chat/completions
Creates a model response for the given chat conversation
Request body
{ "model": "Llama-3.1 8B", "messages": [ { "role": "system", "content": "You are a chatbot on the Oasis network" }, { "role": "user", "content": "Hello!" } ], }
Last updated 13 days ago