OpenAI, Anthropic, Google and more. Reach the best AI models with a single, unified integration.
const response = await fetch("https://api.neuralback.com/v1/chat", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": `Bearer ${process.env.NEURALBACK_API_KEY}`
},
body: JSON.stringify({
model: "gpt-4o",
messages: [
{ role: "user", content: "Hello, how are you?" }
]
})
})
const data = await response.json()
console.log(data.choices[0].message.content)Access the latest and most powerful language models with a single API
Purchase credits and use them as you need. No expiration, no hidden fees.