Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 134 additions & 95 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ generation:
documentation: mintlify
preApplyUnionDiscriminators: true
python:
version: 1.1.75
version: 1.1.76
additionalDependencies:
dev: {}
main: {}
Expand Down
266 changes: 238 additions & 28 deletions .speakeasy/out.openapi.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.787.0
sources:
OpenRouter API:
sourceNamespace: open-router-chat-completions-api
sourceRevisionDigest: sha256:bf5cb8b155fdc50b0699b68828ae28f42a757dfb66ad956275d2706fdecff569
sourceBlobDigest: sha256:2a524a9436cc91ff2c06c562f6971a7c638a48881611d7d8627bb0a075e17745
sourceRevisionDigest: sha256:7b4e8be79ce173cf2faa1976c20c00950860794151e639da897ccbdc572931ac
sourceBlobDigest: sha256:e03d85f26ff90565812046a26f9039130ee61f109a1294e40c69b05df64d6955
tags:
- latest
- 1.0.0
targets:
open-router:
source: OpenRouter API
sourceNamespace: open-router-chat-completions-api
sourceRevisionDigest: sha256:bf5cb8b155fdc50b0699b68828ae28f42a757dfb66ad956275d2706fdecff569
sourceBlobDigest: sha256:2a524a9436cc91ff2c06c562f6971a7c638a48881611d7d8627bb0a075e17745
sourceRevisionDigest: sha256:7b4e8be79ce173cf2faa1976c20c00950860794151e639da897ccbdc572931ac
sourceBlobDigest: sha256:e03d85f26ff90565812046a26f9039130ee61f109a1294e40c69b05df64d6955
codeSamplesNamespace: open-router-python-code-samples
codeSamplesRevisionDigest: sha256:98396f67aa7e2da3e21791589b6c51c4e487c0eab41f9602228ad155140eb808
codeSamplesRevisionDigest: sha256:b7825e3933569aeb010f4102dfba37d87abee17e7ba96ef800f8c3c411172d81
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.787.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1539,4 +1539,14 @@ Based on:
### Generated
- [python v1.1.75] .
### Releases
- [PyPI v1.1.75] https://pypi.org/project/openrouter/1.1.75 - .
- [PyPI v1.1.75] https://pypi.org/project/openrouter/1.1.75 - .

## 2026-08-24 04:07:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.787.0 (2.914.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.1.76] .
### Releases
- [PyPI v1.1.76] https://pypi.org/project/openrouter/1.1.76 - .
2 changes: 1 addition & 1 deletion docs/components/chatcontentfile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ File content part for document processing

| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `file` | [components.File](../components/file.mdx) | :heavy_check_mark: | N/A |
| `file` | [components.ChatContentFileFile](../components/chatcontentfilefile.mdx) | :heavy_check_mark: | N/A |
| `type` | [components.ChatContentFileType](../components/chatcontentfiletype.mdx) | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "File"
title: "ChatContentFileFile"
---

## Fields
Expand Down
18 changes: 9 additions & 9 deletions docs/components/containerfile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: "ContainerFile"

## Fields

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| `bytes_` | *int* | :heavy_check_mark: | File size in bytes. | 123 |
| `container_id` | *str* | :heavy_check_mark: | The container the file belongs to β€” echoes the `session_id` path parameter (OpenAI field name). | sess-abc123 |
| `created_at` | *int* | :heavy_check_mark: | Unix timestamp (seconds) when the file was last synced. | 1755640000 |
| `id` | *str* | :heavy_check_mark: | Container file id: `cfile_` + base64url of the file path. | cfile_b3V0L3JlcG9ydC5jc3Y |
| `object` | [components.ContainerFileObject](../components/containerfileobject.mdx) | :heavy_check_mark: | N/A | container.file |
| `path` | *str* | :heavy_check_mark: | Session-relative file path inside the container. | out/report.csv |
| `source` | [components.ContainerFileSource](../components/containerfilesource.mdx) | :heavy_check_mark: | Container files are always produced by the assistant sandbox. | assistant |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `bytes_` | *int* | :heavy_check_mark: | File size in bytes. | 123 |
| `container_id` | *str* | :heavy_check_mark: | The container the file belongs to β€” echoes the `container_id` path parameter (OpenAI field name). | sess_abc123 |
| `created_at` | *int* | :heavy_check_mark: | Unix timestamp (seconds) when the file was last synced. | 1755640000 |
| `id` | *str* | :heavy_check_mark: | Container file id: `cfile_` + base64url of the file path. | cfile_b3V0L3JlcG9ydC5jc3Y |
| `object` | [components.ContainerFileObject](../components/containerfileobject.mdx) | :heavy_check_mark: | N/A | container.file |
| `path` | *str* | :heavy_check_mark: | Container-relative file path. | out/report.csv |
| `source` | [components.ContainerFileSource](../components/containerfilesource.mdx) | :heavy_check_mark: | Container files are always produced by the assistant sandbox. | assistant |
Loading
Loading