Compare commits

..
1 Commits
Author SHA1 Message Date
OpenRouter Team af866f2874 Commits included in this export:
- a3a28b1fc6ec7d2941232a4ebde8c5f470497876
  - 4b5dc9193480b7c5c9ddb882ccf3ee2128ca0d51
  - bb413e979a46ef67c2f266743f7ebd798af42afb
  - b60e92d5dcec83f31986164f51c010d1728b2b17
  - 45687f423707f5838461585c568a024a19eb2f06
  - 3103d3ca68b6e42ccdb6136588ec2b6edc8dcab0
  - fd9f991606027cd86116317c71f8eb7b4e2aa3eb
  - 0f312019161edd76c1e5923d142c788d22f096d5
  - 5dbab2094bc744db4a90b3097520d897e5d0d634
  - 4c47d1af1735db18a1c1a7f463e801c7f71ad4e5

GitOrigin-RevId: a3a28b1fc6ec7d2941232a4ebde8c5f470497876
2026-02-20 20:55:46 +00:00
14 changed files with 19 additions and 67 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
lockVersion: 2.0.0 lockVersion: 2.0.0
id: cfd52247-6a25-4c6d-bbce-fe6fce0cd69d id: cfd52247-6a25-4c6d-bbce-fe6fce0cd69d
management: management:
docChecksum: 085a9e7098715bd2da18b429217d5df2 docChecksum: 689a77f858a227cc6e0b4d2c37da51db
docVersion: 1.0.0 docVersion: 1.0.0
speakeasyVersion: 1.666.0 speakeasyVersion: 1.666.0
generationVersion: 2.768.0 generationVersion: 2.768.0
releaseVersion: 0.7.10 releaseVersion: 0.7.6
configChecksum: b84e4c84bb08573a2ee3abd877613405 configChecksum: 40ae054dd7cb961193ff5a1ab7e1d8d7
repoURL: https://github.com/OpenRouterTeam/python-sdk.git repoURL: https://github.com/OpenRouterTeam/python-sdk.git
installationURL: https://github.com/OpenRouterTeam/python-sdk.git installationURL: https://github.com/OpenRouterTeam/python-sdk.git
published: true published: true
+1 -1
View File
@@ -31,7 +31,7 @@ generation:
skipResponseBodyAssertions: false skipResponseBodyAssertions: false
preApplyUnionDiscriminators: true preApplyUnionDiscriminators: true
python: python:
version: 0.7.10 version: 0.7.6
additionalDependencies: additionalDependencies:
dev: {} dev: {}
main: {} main: {}
-22
View File
@@ -313,11 +313,6 @@ components:
- $ref: '#/components/schemas/OutputItemReasoning' - $ref: '#/components/schemas/OutputItemReasoning'
- type: object - type: object
properties: properties:
content:
type: array
nullable: true
items:
$ref: '#/components/schemas/ReasoningTextContent'
signature: signature:
type: string type: string
nullable: true nullable: true
@@ -3287,11 +3282,6 @@ components:
- $ref: '#/components/schemas/OutputItemReasoning' - $ref: '#/components/schemas/OutputItemReasoning'
- type: object - type: object
properties: properties:
content:
type: array
nullable: true
items:
$ref: '#/components/schemas/ReasoningTextContent'
signature: signature:
type: string type: string
nullable: true nullable: true
@@ -3582,7 +3572,6 @@ components:
- Inception - Inception
- Inceptron - Inceptron
- InferenceNet - InferenceNet
- Ionstream
- Infermatic - Infermatic
- Io Net - Io Net
- Inflection - Inflection
@@ -11065,7 +11054,6 @@ paths:
- Inception - Inception
- Inceptron - Inceptron
- InferenceNet - InferenceNet
- Ionstream
- Infermatic - Infermatic
- Io Net - Io Net
- Inflection - Inflection
@@ -14233,16 +14221,6 @@ paths:
- monthly - monthly
description: Optional credit limit reset interval. When set, the credit limit resets on this interval. description: Optional credit limit reset interval. When set, the credit limit resets on this interval.
example: monthly example: monthly
spawn_agent:
type: string
description: Agent identifier for spawn telemetry
x-speakeasy-ignore: true
x-fern-ignore: true
spawn_cloud:
type: string
description: Cloud identifier for spawn telemetry
x-speakeasy-ignore: true
x-fern-ignore: true
required: required:
- callback_url - callback_url
example: example:
-22
View File
@@ -314,11 +314,6 @@ components:
- $ref: '#/components/schemas/OutputItemReasoning' - $ref: '#/components/schemas/OutputItemReasoning'
- type: object - type: object
properties: properties:
content:
type: array
nullable: true
items:
$ref: '#/components/schemas/ReasoningTextContent'
signature: signature:
type: string type: string
nullable: true nullable: true
@@ -3303,11 +3298,6 @@ components:
- $ref: '#/components/schemas/OutputItemReasoning' - $ref: '#/components/schemas/OutputItemReasoning'
- type: object - type: object
properties: properties:
content:
type: array
nullable: true
items:
$ref: '#/components/schemas/ReasoningTextContent'
signature: signature:
type: string type: string
nullable: true nullable: true
@@ -3601,7 +3591,6 @@ components:
- Inception - Inception
- Inceptron - Inceptron
- InferenceNet - InferenceNet
- Ionstream
- Infermatic - Infermatic
- Io Net - Io Net
- Inflection - Inflection
@@ -11086,7 +11075,6 @@ paths:
- Inception - Inception
- Inceptron - Inceptron
- InferenceNet - InferenceNet
- Ionstream
- Infermatic - Infermatic
- Io Net - Io Net
- Inflection - Inflection
@@ -14291,16 +14279,6 @@ paths:
description: Optional credit limit reset interval. When set, the credit limit resets on this interval. description: Optional credit limit reset interval. When set, the credit limit resets on this interval.
example: monthly example: monthly
x-speakeasy-unknown-values: allow x-speakeasy-unknown-values: allow
spawn_agent:
type: string
description: Agent identifier for spawn telemetry
x-speakeasy-ignore: true
x-fern-ignore: true
spawn_cloud:
type: string
description: Cloud identifier for spawn telemetry
x-speakeasy-ignore: true
x-fern-ignore: true
required: required:
- callback_url - callback_url
example: example:
+5 -5
View File
@@ -8,8 +8,8 @@ sources:
- latest - latest
OpenRouter API: OpenRouter API:
sourceNamespace: open-router-chat-completions-api sourceNamespace: open-router-chat-completions-api
sourceRevisionDigest: sha256:f8adba9c91c744b42ee9c5426ffabaf5b77491149a5e11d599e651a853ee7479 sourceRevisionDigest: sha256:736a0bb7db1ac8af43a17b38a66deef11b3354eb44f1dc1ffc9e997fc3c26542
sourceBlobDigest: sha256:a3eaa13662f2b4a4aa664ac58eb10b691bfd2d014344aafd517a59870a2f9ffb sourceBlobDigest: sha256:e0136c6854d55043ebd9e6af584c90b17d9f9c878bb01cb84723db77cf29aa30
tags: tags:
- latest - latest
- main - main
@@ -18,10 +18,10 @@ targets:
open-router: open-router:
source: OpenRouter API source: OpenRouter API
sourceNamespace: open-router-chat-completions-api sourceNamespace: open-router-chat-completions-api
sourceRevisionDigest: sha256:f8adba9c91c744b42ee9c5426ffabaf5b77491149a5e11d599e651a853ee7479 sourceRevisionDigest: sha256:736a0bb7db1ac8af43a17b38a66deef11b3354eb44f1dc1ffc9e997fc3c26542
sourceBlobDigest: sha256:a3eaa13662f2b4a4aa664ac58eb10b691bfd2d014344aafd517a59870a2f9ffb sourceBlobDigest: sha256:e0136c6854d55043ebd9e6af584c90b17d9f9c878bb01cb84723db77cf29aa30
codeSamplesNamespace: open-router-python-code-samples codeSamplesNamespace: open-router-python-code-samples
codeSamplesRevisionDigest: sha256:056567bdb077159d0c8691de9cd890fb73126c30dd88418e63643cb35a89095d codeSamplesRevisionDigest: sha256:ace4f06923d40cf967c75d69bd18a86996f29cb69642216d2beb19de6addea3b
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: 1.666.0 speakeasyVersion: 1.666.0
-1
View File
@@ -39,7 +39,6 @@
| `INCEPTION` | Inception | | `INCEPTION` | Inception |
| `INCEPTRON` | Inceptron | | `INCEPTRON` | Inceptron |
| `INFERENCE_NET` | InferenceNet | | `INFERENCE_NET` | InferenceNet |
| `IONSTREAM` | Ionstream |
| `INFERMATIC` | Infermatic | | `INFERMATIC` | Infermatic |
| `IO_NET` | Io Net | | `IO_NET` | Io Net |
| `INFLECTION` | Inflection | | `INFLECTION` | Inflection |
-1
View File
@@ -67,7 +67,6 @@
| `INCEPTION` | Inception | | `INCEPTION` | Inception |
| `INCEPTRON` | Inceptron | | `INCEPTRON` | Inceptron |
| `INFERENCE_NET` | InferenceNet | | `INFERENCE_NET` | InferenceNet |
| `IONSTREAM` | Ionstream |
| `INFERMATIC` | Infermatic | | `INFERMATIC` | Infermatic |
| `IO_NET` | Io Net | | `IO_NET` | Io Net |
| `INFLECTION` | Inflection | | `INFLECTION` | Inflection |
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "openrouter" name = "openrouter"
version = "0.7.10" version = "0.7.6"
description = "Official Python Client SDK for OpenRouter." description = "Official Python Client SDK for OpenRouter."
authors = [{ name = "OpenRouter" },] authors = [{ name = "OpenRouter" },]
readme = "README-PYPI.md" readme = "README-PYPI.md"
+2 -2
View File
@@ -3,10 +3,10 @@
import importlib.metadata import importlib.metadata
__title__: str = "openrouter" __title__: str = "openrouter"
__version__: str = "0.7.10" __version__: str = "0.7.6"
__openapi_doc_version__: str = "1.0.0" __openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.768.0" __gen_version__: str = "2.768.0"
__user_agent__: str = "speakeasy-sdk/python 0.7.10 2.768.0 1.0.0 openrouter" __user_agent__: str = "speakeasy-sdk/python 0.7.6 2.768.0 1.0.0 openrouter"
try: try:
if __package__ is not None: if __package__ is not None:
@@ -70,7 +70,7 @@ class OpenResponsesReasoningTypedDict(TypedDict):
type: OpenResponsesReasoningType type: OpenResponsesReasoningType
id: str id: str
summary: List[ReasoningSummaryTextTypedDict] summary: List[ReasoningSummaryTextTypedDict]
content: NotRequired[Nullable[List[ReasoningTextContentTypedDict]]] content: NotRequired[List[ReasoningTextContentTypedDict]]
encrypted_content: NotRequired[Nullable[str]] encrypted_content: NotRequired[Nullable[str]]
status: NotRequired[OpenResponsesReasoningStatusUnionTypedDict] status: NotRequired[OpenResponsesReasoningStatusUnionTypedDict]
signature: NotRequired[Nullable[str]] signature: NotRequired[Nullable[str]]
@@ -86,7 +86,7 @@ class OpenResponsesReasoning(BaseModel):
summary: List[ReasoningSummaryText] summary: List[ReasoningSummaryText]
content: OptionalNullable[List[ReasoningTextContent]] = UNSET content: Optional[List[ReasoningTextContent]] = None
encrypted_content: OptionalNullable[str] = UNSET encrypted_content: OptionalNullable[str] = UNSET
@@ -111,7 +111,7 @@ class OpenResponsesReasoning(BaseModel):
"signature", "signature",
"format", "format",
] ]
nullable_fields = ["content", "encrypted_content", "signature", "format"] nullable_fields = ["encrypted_content", "signature", "format"]
null_default_fields = [] null_default_fields = []
serialized = handler(self) serialized = handler(self)
@@ -41,7 +41,6 @@ ProviderName = Union[
"Inception", "Inception",
"Inceptron", "Inceptron",
"InferenceNet", "InferenceNet",
"Ionstream",
"Infermatic", "Infermatic",
"Io Net", "Io Net",
"Inflection", "Inflection",
@@ -71,7 +71,7 @@ class ResponsesOutputItemReasoningTypedDict(TypedDict):
type: ResponsesOutputItemReasoningType type: ResponsesOutputItemReasoningType
id: str id: str
summary: List[ReasoningSummaryTextTypedDict] summary: List[ReasoningSummaryTextTypedDict]
content: NotRequired[Nullable[List[ReasoningTextContentTypedDict]]] content: NotRequired[List[ReasoningTextContentTypedDict]]
encrypted_content: NotRequired[Nullable[str]] encrypted_content: NotRequired[Nullable[str]]
status: NotRequired[ResponsesOutputItemReasoningStatusUnionTypedDict] status: NotRequired[ResponsesOutputItemReasoningStatusUnionTypedDict]
signature: NotRequired[Nullable[str]] signature: NotRequired[Nullable[str]]
@@ -89,7 +89,7 @@ class ResponsesOutputItemReasoning(BaseModel):
summary: List[ReasoningSummaryText] summary: List[ReasoningSummaryText]
content: OptionalNullable[List[ReasoningTextContent]] = UNSET content: Optional[List[ReasoningTextContent]] = None
encrypted_content: OptionalNullable[str] = UNSET encrypted_content: OptionalNullable[str] = UNSET
@@ -116,7 +116,7 @@ class ResponsesOutputItemReasoning(BaseModel):
"signature", "signature",
"format", "format",
] ]
nullable_fields = ["content", "encrypted_content", "signature", "format"] nullable_fields = ["encrypted_content", "signature", "format"]
null_default_fields = [] null_default_fields = []
serialized = handler(self) serialized = handler(self)
@@ -160,7 +160,6 @@ ProviderName = Union[
"Inception", "Inception",
"Inceptron", "Inceptron",
"InferenceNet", "InferenceNet",
"Ionstream",
"Infermatic", "Infermatic",
"Io Net", "Io Net",
"Inflection", "Inflection",
Generated
+1 -1
View File
@@ -211,7 +211,7 @@ wheels = [
[[package]] [[package]]
name = "openrouter" name = "openrouter"
version = "0.7.10" version = "0.7.6"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "httpcore" }, { name = "httpcore" },