Local AI alternative to OpenAI API stack with compatible endpoints
Drop-in, local AI alternative to the OpenAI stack
cortexso$ cortexso start$ curl http://localhost:8000/v1/chat/completions -X POST -H 'Content-Type: application/json' -d '{"model":"default","messages":[{"role":"user","content":"Hello"}]}'$ cortexso models list