|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: 8b6cd71c-ea04-44da-af45-e43968b5928d |
3 | 3 | management: |
4 | | - docChecksum: 6caab3217d0cc46c1f1e557a1b70296f |
| 4 | + docChecksum: e66646d7060ca74f7c7b640236a23a1f |
5 | 5 | docVersion: 1.0.0 |
6 | 6 | speakeasyVersion: 1.625.0 |
7 | 7 | generationVersion: 2.715.0 |
8 | 8 | releaseVersion: 0.0.0-beta.9 |
9 | | - configChecksum: 0e85f6d7efc7250844fdce719584ade8 |
| 9 | + configChecksum: 1219219dff4e3155f4ca7e78584acea9 |
10 | 10 | repoURL: https://github.com/OpenRouterTeam/typescript-sdk.git |
11 | 11 | installationURL: https://github.com/OpenRouterTeam/typescript-sdk |
12 | 12 | published: true |
@@ -750,6 +750,8 @@ examples: |
750 | 750 | application/json: {"error": {"code": 525, "message": "<value>"}} |
751 | 751 | post_/chat/completions: |
752 | 752 | speakeasy-default-post-/chat/completions: |
| 753 | + requestBody: |
| 754 | + application/json: {"messages": [], "model": "Grand Cherokee", "stream": false, "temperature": 1, "top_p": 1} |
753 | 755 | responses: |
754 | 756 | "200": |
755 | 757 | application/json: {"id": "<id>", "choices": [], "created": 5828.67, "model": "Model X", "object": "chat.completion"} |
@@ -785,6 +787,8 @@ examples: |
785 | 787 | application/json: {"error": {"code": 202, "message": "<value>"}} |
786 | 788 | post_/completions: |
787 | 789 | speakeasy-default-post-/completions: |
| 790 | + requestBody: |
| 791 | + application/json: {"model": "Grand Caravan", "prompt": "<value>"} |
788 | 792 | responses: |
789 | 793 | "200": |
790 | 794 | application/json: {"id": "<id>", "object": "text_completion", "created": 5585.22, "model": "Alpine", "choices": []} |
|
0 commit comments