ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
OpenAI Realtime API cost calculator
3
4
5
session length (minutes)10
6
caching
7
8
total audio input cost0.21
9
total audio output cost0.1792
10
total cost of session0.39
11
12
avg turns per minute3
13
talk time70%
14
15
total number of turns30
16
avg minutes of input audio per turn0.12
17
avg minutes of output audio per turn0.12
18
total number of output minutes3.5
19
total number of input minutes105
20
total number of cached input minutes98.12
21
22
input cost per token0.0000320
23
cached input cost per token0.0000004
24
output cost per token0.000064
25
audio tokens per minute800
26
cost per minute of audio input0.026
27
cost per minute of cached audio input0.00032
28
cost per minute of audio output0.051
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100