I have a chat interface where the request is made directly to the SambaNova endpoint without any proxy, as I am using JavaScript through the browser and I am getting a CORS error.
Most AI providers do not have this limitation, I know that Anthopic has something similar, but they allow passing a parameter (anthropic-dangerous-direct-browser-access = true) that disables CORS, does anyone know if there is such an option for the SambaNova API?