Usage Example

Drop-in replacement for OpenAI SDK

import OpenAI from 'openai'

const client = new OpenAI({
  apiKey: 'YOUR_TENSORIX_API_KEY',
  baseURL: 'https://api.tensorix.ai/v1'
})

const response = await client.chat.completions.create({
  model: 'minimax/minimax-m2',
  messages: [{ role: 'user', content: 'Hello!' }]
})
Get Started with $5 Free Credit

Ready to reclaim
your data?

Join thousands of developers building the future of private AI. Get $5 in free credits when you sign up today.

Get Started with $5 Free Credit