Weaving cosmic threads...
Weaving cosmic threads...
Loading...
Integrate creative intelligence into your applications. One OpenAI-compatible API, 26 models from 13 providers.
Arcanea routes to multiple providers. Pass your provider keys as custom headers. Arcanea never stores your keys -- they are used only for the duration of the request.
Pass provider keys via X-Anthropic-Key, X-Groq-Key, X-OpenAI-Key, etc. Only the key for the selected model's provider is needed.
Use arcanea-auto as the model to let Arcanea pick the best available model based on your keys and the task.
/v1/chat/completions/v1/images/generations/v1/luminors/v1/library/v1/modelsimport { createArcanea } from '@arcanea/ai-provider';
import { generateText } from 'ai';
const arcanea = createArcanea({
baseURL: 'https://arcanea.ai/api/v1',
headers: {
'X-Anthropic-Key': process.env.ANTHROPIC_API_KEY!,
'X-Groq-Key': process.env.GROQ_API_KEY!,
},
});
const { text } = await generateText({
model: arcanea('arcanea-opus'),
prompt: 'Write a creation myth for a new world',
});
console.log(text);Vercel AI SDK provider
Model Context Protocol server
Python SDK
Luminor companion system