Integrate ORIX's mood-aware intelligence into your applications. Simple, powerful, and designed for developers who value consciousness in their AI interactions.
Currently open for testing. API keys coming soon.
Send messages and receive mood-aware responses.
Process intelligent, context-aware AI responses.
/api/chatSend a message and receive a mood-aware response from ORIX
messagesMessage[]Array of conversation messagesrequiredmood'calm' | 'curious' | 'analytical'Override mood detection// Example: Chat with ORIX
const response = await fetch('/api/chat', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
messages: [
{ role: 'user', content: 'What is consciousness?' }
],
mood: 'curious' // optional
})
})
const data = await response.json()
console.log(data.message)Serene, contemplative responses. Best for reflection and finding clarity.
Exploratory, imaginative responses. Best for discovery and creative thinking.
Precise, logical responses. Best for problem-solving and understanding.