simosphereai
v1.0.0
Published
SIMOSphere AI SDK — OpenAI-compatible LLM API hosted in Germany. GDPR-compliant, EU-hosted inference.
Maintainers
Readme
simosphereai
Official SDK for the SIMOSphere AI inference API — an OpenAI-compatible LLM endpoint hosted in Germany.
This package re-exports @simo-online/sdk under the simosphereai name for discoverability.
Install
npm install simosphereaiQuickstart
import { SimoClient } from 'simosphereai';
const client = new SimoClient({ apiKey: process.env.SIMO_API_KEY });
const response = await client.chat.completions.create({
model: 'qwen/qwen3-8b',
messages: [{ role: 'user', content: 'Hello' }],
});Or use the OpenAI SDK directly:
import OpenAI from 'openai';
const client = new OpenAI({
baseURL: 'https://api.simosphereai.com/v1',
apiKey: process.env.SIMO_API_KEY,
});Links
Operator
SIMO GmbH, Aschaffenburg, Germany
