OpenAI
Jedes OpenAI-Modell auf Synthorai: ein Endpoint, Live-Preise.
21 Modelle · chat / code / tools / reasoning · ab $0.2/M Input
Warum OpenAI über Synthorai
- Bringen Sie Ihren eigenen Key mit. Bringen Sie Ihren eigenen OpenAI-Key mit: ohne Aufschlag, kostenlos während des Early Access.
- Keine Prompt-Speicherung. Standardmäßig keine Prompt-Speicherung am Gateway; upstream gelten OpenAIs eigene API-Datenrichtlinien. Details →
- Prompt-Caching. Automatisches Präfix-Caching, sobald ein Prompt die Mindestlänge überschreitet, ohne Codeänderungen; gecachte Lesezugriffe sind vergünstigt (bis zu 90% bei aktuellen Modellen), und es fällt keine Schreibgebühr an. Cache-Lesezugriffe ab $0.1/M.
OpenAI-Modelle & Preise
| Modell | Input /M | Output /M | Cache-Read /M | Kontext |
|---|---|---|---|---|
| GPT-5.4 Pro | $30 | $180 | $15 | 922K |
| GPT-5.5 Pro | $30 | $180 | — | 1.1M |
| GPT-5.5 | $5 | $30 | $0.5 | 922K |
| GPT-5.6 | $5 | $30 | $0.5 | 1.1M |
| GPT-5.6 Sol | $5 | $30 | $0.5 | 1.1M |
| GPT Image 1 | $5 | $40 | — | — |
| gpt-image-1.5 | $5 | $32 | — | — |
| GPT Image 2 | $5 | $30 | — | — |
| GPT-4o Transcribe | $2.5 | $10 | — | 16K |
| GPT-4o Transcribe Diarize | $2.5 | $2.5 | — | 16K |
| GPT-5.4 | $2.5 | $15 | $1.25 | 922K |
| GPT-5.6 Terra | $2.5 | $15 | $0.25 | 1.1M |
| GPT Image 1 Mini | $2 | $8 | — | — |
| GPT-5.2 | $1.75 | $14 | $0.875 | 400K |
| GPT-5.2 Codex | $1.75 | $14 | $0.875 | 400K |
| GPT-5.3 Codex | $1.75 | $14 | $0.875 | 400K |
| GPT-4o Mini Transcribe | $1.25 | $5 | — | 16K |
| GPT-5.6 Luna | $1 | $6 | $0.1 | 1.1M |
| GPT-5.4 Mini | $0.75 | $4.5 | $0.375 | 400K |
| GPT-5.4 Nano | $0.2 | $1.25 | $0.1 | 400K |
| Whisper v1 | $0.006/min | — | — | — |
Listenpreise der Anbieter, ohne Plattform-Aufschlag. Die Preise werden auf jeder Modellseite live aktualisiert. Dies sind offizielle Listenpreise. Angemeldete Kunden sehen auf /console/pricing die effektiven Preise inklusive Workspace-Rabatten.
OpenAI-Modelle in 30 Sekunden nutzen
from openai import OpenAI
client = OpenAI(
base_url="https://synthorai.io/v1",
api_key="sk-syn-...",
)
resp = client.chat.completions.create(
model="gpt-5.4-pro",
messages=[{"role": "user", "content": "Summarize this diff"}],
reasoning_effort="medium",
)
print(resp.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://synthorai.io/v1",
apiKey: "sk-syn-...",
});
const resp = await client.chat.completions.create({
model: "gpt-5.4-pro",
messages: [{ role: "user", content: "Summarize this diff" }],
reasoning_effort: "medium",
});
console.log(resp.choices[0].message.content);curl https://synthorai.io/v1/chat/completions \
-H "Authorization: Bearer sk-syn-..." \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4-pro",
"messages": [{"role": "user", "content": "Hello"}],
"reasoning_effort": "medium"
}'package main
import (
"context"
"fmt"
"github.com/openai/openai-go/v3"
"github.com/openai/openai-go/v3/option"
)
func main() {
client := openai.NewClient(
option.WithBaseURL("https://synthorai.io/v1"),
option.WithAPIKey("sk-syn-..."),
)
resp, _ := client.Chat.Completions.New(context.TODO(), openai.ChatCompletionNewParams{
Model: "gpt-5.4-pro",
Messages: []openai.ChatCompletionMessageParamUnion{
openai.UserMessage("Summarize this diff"),
},
ReasoningEffort: openai.ReasoningEffortMedium,
})
fmt.Println(resp.Choices[0].Message.Content)
}import com.openai.client.OpenAIClient;
import com.openai.client.okhttp.OpenAIOkHttpClient;
import com.openai.models.chat.completions.*;
import com.openai.models.ReasoningEffort;
OpenAIClient client = OpenAIOkHttpClient.builder()
.baseUrl("https://synthorai.io/v1")
.apiKey("sk-syn-...")
.build();
ChatCompletion resp = client.chat().completions().create(
ChatCompletionCreateParams.builder()
.model("gpt-5.4-pro")
.addUserMessage("Summarize this diff")
.reasoningEffort(ReasoningEffort.MEDIUM)
.build());
System.out.println(resp.choices().get(0).message().content().orElse(""));Über OpenAI
OpenAIs API umfasst die GPT-Chat-Familie, die Reasoning-Modelle der o-Serie, Bildgenerierung und Speech-to-Text. Auf Synthorai sitzt jedes OpenAI-Modell hinter demselben Endpoint und SDK, das Sie bereits nutzen: Tauschen Sie die base_url, behalten Sie Ihren Code. Es gelten nutzungsbasierte Live-Preise, und Prompt-Cache-Lesezugriffe werden zu Anbieter-Raten abgerechnet.
FAQ
Wie bekomme ich einen OpenAI-API-Key ohne Abo?
Sie brauchen kein OpenAI-Konto: Registrieren Sie sich bei Synthorai, erstellen Sie einen API-Key, und jedes OpenAI-Modell auf dieser Seite funktioniert über den OpenAI-kompatiblen Endpoint: nutzungsbasierte Abrechnung, ohne Abo (als „geschlossene Beta“ markierte Modelle erfordern zusätzlich eine genehmigte Bewerbung).
Was kostet die OpenAI API?
Token-basiert abgerechnete Modelle starten bei $0.2/M Input-Tokens; der Live-Preis pro Einheit steht für jedes Modell in der Tabelle oben; es sind Listenpreise der Anbieter ohne Plattform-Aufschlag.
Kann ich meinen eigenen OpenAI-Key nutzen (BYOK)?
Ja. Bringen Sie Ihren eigenen OpenAI-Key mit: ohne Aufschlag, kostenlos während des Early Access. Ihr Key bleibt in einem verschlüsselten Vault, und Requests damit werden zum Listenpreis des Anbieters abgerechnet.
Wie sieht die Datenspeicherungs-Richtlinie von OpenAI über die API aus?
Standardmäßig keine Prompt-Speicherung am Gateway; upstream gelten OpenAIs eigene API-Datenrichtlinien.