11lockVersion: 2.0.0
22id: 232c6d4f-b0fd-4172-8f1b-e2421566e9b4
33management:
4- docChecksum: 003bbbc167e4db8bd3f147793a6648e1
4+ docChecksum: 98b4f227e767bb91333b3b3469d93fa5
55 docVersion: 1.0.0
6- speakeasyVersion: 1.606.2
7- generationVersion: 2.687 .1
8- releaseVersion: 0.1.3
9- configChecksum: d572a56cfb69d7061ad0319f157ff5d8
6+ speakeasyVersion: 1.611.1
7+ generationVersion: 2.694 .1
8+ releaseVersion: 0.5.2
9+ configChecksum: 4619605fbeb6f4488feb5336aa62bab6
1010 repoURL: https://github.com/speakeasy-sdks/openrouter-python-sdk.git
1111 installationURL: https://github.com/speakeasy-sdks/openrouter-python-sdk.git
1212features:
1313 python:
1414 additionalDependencies: 1.0.0
1515 constsAndDefaults: 1.0.5
16- core: 5.19.9
16+ core: 5.20.3
17+ customCodeRegions: 0.1.1
1718 defaultEnabledRetries: 0.2.0
1819 devContainers: 3.0.0
1920 enumUnions: 0.1.0
@@ -29,7 +30,7 @@ features:
2930 responseFormat: 1.0.1
3031 retries: 3.0.2
3132 sdkHooks: 1.1.0
32- serverEvents: 1.0.7
33+ serverEvents: 1.0.8
3334 serverEventsSentinels: 0.1.0
3435 unions: 3.0.4
3536generatedFiles:
@@ -308,16 +309,16 @@ examples:
308309 "200":
309310 application/json: {"id": "<id>", "choices": [], "created": 6977.95, "model": "El Camino", "object": "chat.completion"}
310311 "400":
311- application/json: {"error": {"code": "<value>" , "message": "<value>", "param": "<value>", "type ": "<value>"}}
312+ application/json: {"error": {"code": null , "message": "<value>"}}
312313 "500":
313- application/json: {"error": {"code": "<value>" , "message": "<value>", "param": "<value>", "type ": "<value>"}}
314+ application/json: {"error": {"code": null , "message": "<value>"}}
314315 streamChatCompletion:
315316 speakeasy-default-stream-chat-completion:
316317 requestBody:
317318 application/json: {"messages": [{"role": "user", "content": "Hello, how are you?"}], "stream": true, "temperature": 1, "top_p": 1}
318319 responses:
319320 "400":
320- application/json: {"error": {"code": "<value>" , "message": "<value>", "param": "<value>", "type ": "<value>"}}
321+ application/json: {"error": {"code": null , "message": "<value>"}}
321322 "500":
322- application/json: {"error": {"code": "<value>" , "message": "<value>", "param": "<value>", "type ": "<value>"}}
323+ application/json: {"error": {"code": null , "message": "<value>"}}
323324examplesVersion: 1.0.2
0 commit comments