Secure, fast, and fully visible. Talk to us about bringing your inference workloads inside the boundary.
$ curl https://inference.samaira.ai/openai/v1/chat/completions \
-H "Authorization: Bearer $SAMAIRA_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"MiniMaxAI/MiniMax-M2.7","messages":[{"role":"user","content":"Hello, India."}],"stream":false}'
→ { "id": "chatcmpl-RGezCmIB...", "object": "chat.completion", "choices": [{ "message": { "role": "assistant", "content": "Namaste! How can I help you today?" } }], "usage": { "prompt_tokens": 44, "completion_tokens": 12, "total_tokens": 56 } }