Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12b87a4

Browse files
committedJan 31, 2025·
feat(api): add o3-mini (#2067)
fix(types): correct metadata type + other fixes
1 parent 85d6201 commit 12b87a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+710
-371
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 69
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-3904ef6b29a89c98f93a9b7da19879695f3c440564be6384db7af1b734611ede.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-6204952a29973265b9c0d66fc67ffaf53c6a90ae4d75cdacf9d147676f5274c9.yml

‎api.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ from openai.types import (
55
ErrorObject,
66
FunctionDefinition,
77
FunctionParameters,
8+
Metadata,
89
ResponseFormatJSONObject,
910
ResponseFormatJSONSchema,
1011
ResponseFormatText,

0 commit comments

Comments
 (0)
Please sign in to comment.