OpenAI-kompatible REST-API für GLM 5.2, Kimi K3 und weitere Open-Source-Modelle.
Base URL: https://openinference.de/api/v1
Erstelle einen API-Key im Dashboard und sende ihn als Bearer Token:
Authorization: Bearer sk-oi-...
curl -X POST https://openinference.de/api/v1/chat/completions \
-H "Authorization: Bearer sk-oi-..." \
-H "Content-Type: application/json" \
-d '{
"model": "zai-org/GLM-5.2",
"messages": [{"role": "user", "content": "Hallo!"}],
"max_tokens": 100
}'https://openinference.de/api/v1zai-org/GLM-5.2 oder moonshotai/Kimi-K3Alle IDs auch über GET /v1/models. Preise in EUR pro 1 Mio. Tokens.
| Name | Model ID | Context | Input | Output |
|---|---|---|---|---|
| Moonshot: Kimi K3 | moonshotai/Kimi-K3 | 1M | €4.14 | €20.70 |
| DeepSeek V4 Pro | deepseek-ai/DeepSeek-V4-Pro | 1M | €2.42 | €4.83 |
| Z.ai: GLM 5.2 | zai-org/GLM-5.2 | 1M | €1.93 | €6.07 |
| Moonshot: Kimi K2.6 | moonshotai/Kimi-K2.6 | 256K | €1.31 | €5.52 |
| Moonshot: Kimi K2.7 Code | moonshotai/Kimi-K2.7-Code | 256K | €1.31 | €5.52 |
| Qwen3.5 397B A17B | Qwen/Qwen3.5-397B-A17B | 256K | €0.83 | €4.97 |
| Qwen3 235B A22B Instruct | Qwen/Qwen3-235B-A22B-Instruct-2507 | 256K | €0.28 | €0.83 |
| OpenAI: gpt-oss-120b | openai/gpt-oss-120b | 131K | €0.21 | €0.83 |
| Meta: Llama 3.3 70B Instruct | meta-llama/Llama-3.3-70B-Instruct | 128K | €0.18 | €0.55 |
| Qwen3 30B A3B Instruct | Qwen/Qwen3-30B-A3B-Instruct-2507 | 256K | €0.14 | €0.41 |