You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--message '{content: Say this is a test, role: user}' \
59
-
--model gpt-4o
57
+
openai responses create \
58
+
--input "Say this is a test" \
59
+
--model gpt-5.5
60
60
```
61
61
62
+
Organization admin endpoints require an admin API key:
63
+
64
+
```sh
65
+
export OPENAI_ADMIN_KEY="sk-admin-..."
66
+
67
+
openai admin:organization:usage completions \
68
+
--start-time 1735689600 \
69
+
--end-time 1735776000 \
70
+
--bucket-width 1d
71
+
```
72
+
73
+
See the [completions usage API reference](https://developers.openai.com/api/reference/resources/admin/subresources/organization/subresources/usage/methods/completions)
74
+
for available filters and grouping options.
75
+
62
76
For details about specific commands, use the `--help` flag.
0 commit comments