mixtral-8x7b

POST https://mixtral-8x7b.lepton.run/api/v1/chat/completions

Request Body

{"model"=>"mixtral-8x7b", "messages"=>[{"role"=>"user", "content"=>"say hello"}], "temperature"=>0.7}

RESPONSES

status: OK

{"id":"chatcmpl-XpNgu42nGbtVSdNvibuygj","object":"chat.completion","created":1711344712,"model":"mixtral-8x7b","choices":[{"index":0,"message":{"role":"assistant","content":"Hello! It's nice to meet you. Is there something you'd like to talk about or ask me? I'm here to help with any questions you have to the best of my ability.","tool_calls":null},"finish_reason":"stop"}],"usage":{"prompt_tokens":11,"total_tokens":54,"completion_tokens":43}}