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