Skip to content

chore: 🐝 Update SDK - Generate 0.12.0#222

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1775608919
Open

chore: 🐝 Update SDK - Generate 0.12.0#222
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1775608919

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 8, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Typescript SDK Changes:

  • openrouter.apiKeys.list():
    • request Changed (Breaking ⚠️)
    • response.data[] Changed (Breaking ⚠️)
  • openrouter.guardrails.get(): response.data.limitUsd Changed (Breaking ⚠️)
  • openrouter.oAuth.createAuthCode(): response.data.appId Changed (Breaking ⚠️)
  • openrouter.guardrails.bulkUnassignMembers():
    • request Changed (Breaking ⚠️)
    • response.unassignedCount Changed (Breaking ⚠️)
  • openrouter.guardrails.bulkUnassignKeys():
    • request Changed (Breaking ⚠️)
    • response.unassignedCount Changed (Breaking ⚠️)
  • openrouter.guardrails.bulkAssignMembers():
    • request Changed (Breaking ⚠️)
    • response.assignedCount Changed (Breaking ⚠️)
  • openrouter.guardrails.listGuardrailMemberAssignments():
    • request Changed (Breaking ⚠️)
    • response.totalCount Changed (Breaking ⚠️)
  • openrouter.beta.responses.send():
    • request.responsesRequest Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • openrouter.analytics.getUserActivity():
    • request Changed
    • response.data[] Changed (Breaking ⚠️)
    • error.status[404] Added
  • openrouter.chat.send():
    • request.chatRequest Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • openrouter.embeddings.generate():
    • request.requestBody.provider Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • openrouter.embeddings.listModels(): response.data[] Changed (Breaking ⚠️)
  • openrouter.generations.getGeneration(): response.data Changed (Breaking ⚠️)
  • openrouter.models.count(): response.data.count Changed (Breaking ⚠️)
  • openrouter.models.list(): response.data[] Changed (Breaking ⚠️)
  • openrouter.models.listForUser(): response.data[] Changed (Breaking ⚠️)
  • openrouter.endpoints.listZdrEndpoints(): response.data[] Changed (Breaking ⚠️)
  • openrouter.guardrails.bulkAssignKeys():
    • request Changed (Breaking ⚠️)
    • response.assignedCount Changed (Breaking ⚠️)
  • openrouter.guardrails.listMemberAssignments():
    • request Changed (Breaking ⚠️)
    • response.totalCount Changed (Breaking ⚠️)
  • openrouter.apiKeys.create():
    • request.requestBody Changed (Breaking ⚠️)
    • response.data Changed (Breaking ⚠️)
  • openrouter.apiKeys.update():
    • request.requestBody.limit Changed (Breaking ⚠️)
    • response.data Changed (Breaking ⚠️)
  • openrouter.apiKeys.get(): response.data Changed (Breaking ⚠️)
  • openrouter.apiKeys.getCurrentKeyMetadata(): response.data Changed (Breaking ⚠️)
  • openrouter.guardrails.list():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • openrouter.guardrails.create():
    • request Changed (Breaking ⚠️)
    • response.data.limitUsd Changed (Breaking ⚠️)
  • openrouter.endpoints.list(): response.data Changed (Breaking ⚠️)
  • openrouter.guardrails.update():
    • request Changed (Breaking ⚠️)
    • response.data.limitUsd Changed (Breaking ⚠️)
  • openrouter.guardrails.listKeyAssignments():
    • request Changed (Breaking ⚠️)
    • response.totalCount Changed (Breaking ⚠️)
  • openrouter.guardrails.listGuardrailKeyAssignments():
    • request Changed (Breaking ⚠️)
    • response.totalCount Changed (Breaking ⚠️)
  • openrouter.organization.listMembers(): Added
  • openrouter.rerank.rerank(): Added
  • openrouter.credits.createCoinbaseCharge(): Removed (Breaking ⚠️)
  • openrouter.videoGeneration.listVideosModels(): Added
  • openrouter.videoGeneration.getVideoContent(): Added
  • openrouter.videoGeneration.getGeneration(): Added
  • openrouter.videoGeneration.generate(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (19187:3)
│ ├──[+] path (19275:3)
│ ├──[+] path (19025:3)
│ ├──[+] path (17832:3)
│ ├──[+] path (18579:3)
│ ├──[+] path (19121:3)
│ ├─┬/auth/keys
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13373:17)
│ │   │ ├─┬500
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13418:17)
│ │   │ ├─┬400
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13398:17)
│ │   │ └─┬403
│ │   │   └─┬application/json
│ │   │     └──[+] example (13408:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (13337:15)
│ │       └─┬Schema
│ │         ├──[🔀] example (13342:17)
│ │         └─┬code_challenge_method
│ │           └──[+] enum (13355:23)
│ ├─┬/embeddings/models
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └──[+] example (14245:17)
│ │     ├─┬500
│ │     │ ├──[🔀] description (14298:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (14293:17)
│ │     └─┬400
│ │       ├──[🔀] description (14288:24)
│ │       └─┬application/json
│ │         └──[+] example (14283:17)
│ ├─┬/auth/keys/code
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬400
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13557:17)
│ │   │ ├─┬409
│ │   │ │ ├──[🔀] description (13582:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13577:17)
│ │   │ ├─┬401
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13567:17)
│ │   │ ├─┬500
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13587:17)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     ├──[+] example (13514:17)
│ │   │     └─┬Schema
│ │   │       ├──[+] example (13520:19)
│ │   │       └─┬data
│ │   │         ├──[🔀] example (13528:23)
│ │   │         └─┬app_id
│ │   │           └──[🔀] type (13535:31)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (13439:15)
│ │       └─┬Schema
│ │         ├─┬limit
│ │         │ └──[+] format (13482:27)❌ 
│ │         ├─┬spawn_cloud
│ │         │ └──[+] example (13492:28)
│ │         ├─┬expires_at
│ │         │ └──[+] example (13470:28)
│ │         └─┬spawn_agent
│ │           └──[+] example (13486:28)
│ ├─┬/providers
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   ├──[+] example (17975:17)
│ │     │   └─┬Schema
│ │     │     ├──[+] example (17987:19)
│ │     │     └─┬data
│ │     │       └─┬Schema
│ │     │         ├──[🔀] example (18001:25)
│ │     │         └─┬headquarters
│ │     │           └──[+] enum (18523:31)
│ │     └─┬500
│ │       └─┬application/json
│ │         └──[+] example (18565:17)
│ ├─┬/keys/{hash}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   ├─┬401
│ │ │   │ ├──[🔀] description (16954:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16949:17)
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   ├──[+] example (16755:17)
│ │ │   │   └─┬Schema
│ │ │   │     ├──[🔀] example (16778:19)
│ │ │   │     └─┬data
│ │ │   │       ├──[🔀] example (16803:23)
│ │ │   │       ├─┬byok_usage_monthly
│ │ │   │       │ └──[+] format (16837:33)❌ 
│ │ │   │       ├─┬byok_usage
│ │ │   │       │ └──[+] format (16827:33)❌ 
│ │ │   │       ├─┬usage_daily
│ │ │   │       │ └──[+] format (16908:33)❌ 
│ │ │   │       ├─┬byok_usage_daily
│ │ │   │       │ └──[+] format (16832:33)❌ 
│ │ │   │       ├─┬byok_usage_weekly
│ │ │   │       │ └──[+] format (16842:33)❌ 
│ │ │   │       ├─┬usage_monthly
│ │ │   │       │ └──[+] format (16913:33)❌ 
│ │ │   │       ├─┬limit
│ │ │   │       │ ├──[+] format (16879:33)❌ 
│ │ │   │       │ └──[-] nullable (17345:35)❌ 
│ │ │   │       ├─┬usage
│ │ │   │       │ └──[+] format (16903:33)❌ 
│ │ │   │       ├─┬usage_weekly
│ │ │   │       │ └──[+] format (16918:33)❌ 
│ │ │   │       └─┬limit_remaining
│ │ │   │         ├──[+] format (16884:33)❌ 
│ │ │   │         └──[-] nullable (17350:35)❌ 
│ │ │   ├─┬404
│ │ │   │ ├──[🔀] description (16964:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16959:17)
│ │ │   ├─┬429
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16969:17)
│ │ │   └─┬500
│ │ │     ├──[🔀] description (16984:24)
│ │ │     └─┬application/json
│ │ │       └──[+] example (16979:17)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16680:17)
│ │ │   ├─┬401
│ │ │   │ ├──[🔀] description (16703:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16698:17)
│ │ │   ├─┬404
│ │ │   │ ├──[🔀] description (16713:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16708:17)
│ │ │   ├─┬429
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16718:17)
│ │ │   └─┬500
│ │ │     ├──[🔀] description (16733:24)
│ │ │     └─┬application/json
│ │ │       └──[+] example (16728:17)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (17293:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (17288:17)
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17054:17)
│ │   │ │   └─┬Schema
│ │   │ │     ├──[🔀] example (17077:19)
│ │   │ │     └─┬data
│ │   │ │       ├──[🔀] example (17102:23)
│ │   │ │       ├─┬byok_usage_monthly
│ │   │ │       │ └──[+] format (17136:33)❌ 
│ │   │ │       ├─┬byok_usage
│ │   │ │       │ └──[+] format (17126:33)❌ 
│ │   │ │       ├─┬usage_daily
│ │   │ │       │ └──[+] format (17207:33)❌ 
│ │   │ │       ├─┬usage_weekly
│ │   │ │       │ └──[+] format (17217:33)❌ 
│ │   │ │       ├─┬limit_remaining
│ │   │ │       │ ├──[+] format (17183:33)❌ 
│ │   │ │       │ └──[-] nullable (17081:35)❌ 
│ │   │ │       ├─┬byok_usage_weekly
│ │   │ │       │ └──[+] format (17141:33)❌ 
│ │   │ │       ├─┬limit
│ │   │ │       │ ├──[+] format (17178:33)❌ 
│ │   │ │       │ └──[-] nullable (17076:35)❌ 
│ │   │ │       ├─┬byok_usage_daily
│ │   │ │       │ └──[+] format (17131:33)❌ 
│ │   │ │       ├─┬usage
│ │   │ │       │ └──[+] format (17202:33)❌ 
│ │   │ │       └─┬usage_monthly
│ │   │ │         └──[+] format (17212:33)❌ 
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (17273:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (17268:17)
│ │   │ ├─┬429
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (17278:17)
│ │   │ ├─┬400
│ │   │ │ ├──[🔀] description (17253:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (17248:17)
│ │   │ └─┬401
│ │   │   ├──[🔀] description (17263:24)
│ │   │   └─┬application/json
│ │   │     └──[+] example (17258:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (17005:15)
│ │       └─┬Schema
│ │         ├──[🔀] example (17012:17)
│ │         ├─┬limit_reset
│ │         │ └──[+] enum (17038:23)
│ │         └─┬limit
│ │           ├──[+] format (17029:27)❌ 
│ │           └──[-] nullable (17022:29)❌ 
│ ├─┬/responses
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬401
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18900:17)
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18920:17)
│ │   │ ├─┬408
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18930:17)
│ │   │ ├─┬502
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18980:17)
│ │   │ ├─┬200
│ │   │ │ ├─┬text/event-stream
│ │   │ │ │ └──[+] example (18874:17)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18855:17)
│ │   │ ├─┬402
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18910:17)
│ │   │ ├─┬413
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18940:17)
│ │   │ ├─┬529
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (19010:17)
│ │   │ ├─┬500
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18970:17)
│ │   │ ├─┬524
│ │   │ │ ├──[🔀] description (19005:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (19000:17)
│ │   │ ├─┬429
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18960:17)
│ │   │ ├─┬422
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18950:17)
│ │   │ ├─┬400
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (18890:17)
│ │   │ └─┬503
│ │   │   └─┬application/json
│ │   │     └──[+] example (18990:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (18845:15)
│ ├─┬/guardrails/{id}/assignments/members/remove
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬401
│ │   │ │ ├──[🔀] description (15653:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15648:17)
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (15663:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15658:17)
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (15673:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15668:17)
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (15630:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (3079:9)❌ 
│ │   │ └─┬400
│ │   │   ├──[🔀] description (15643:24)
│ │   │   └─┬application/json
│ │   │     └──[+] example (15638:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (15619:15)
│ │       └─┬Schema
│ │         └──[🔀] $ref (3060:9)❌ 
│ ├─┬/guardrails/{id}/assignments/keys/remove
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (15405:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15400:17)
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (15372:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (3049:9)❌ 
│ │   │ ├─┬400
│ │   │ │ ├──[🔀] description (15385:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15380:17)
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (15415:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15410:17)
│ │   │ └─┬401
│ │   │   ├──[🔀] description (15395:24)
│ │   │   └─┬application/json
│ │   │     └──[+] example (15390:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (15362:15)
│ │       └─┬Schema
│ │         └──[🔀] $ref (3032:9)❌ 
│ ├─┬/generation
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[+] description (14416:24)
│ │   │ └─┬Schema
│ │   │   ├──[+] description (14421:26)
│ │   │   └──[+] example (14422:22)
│ │   └─┬Responses
│ │     ├─┬429
│ │     │ └─┬application/json
│ │     │   └──[+] example (14727:17)
│ │     ├─┬524
│ │     │ ├──[🔀] description (14762:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (14757:17)
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   ├──[+] example (14430:17)
│ │     │   └─┬Schema
│ │     │     └─┬data
│ │     │       ├──[+] properties (14600:23)
│ │     │       ├──[+] properties (14610:23)
│ │     │       ├─┬upstream_inference_cost
│ │     │       │ ├──[+] format (14630:33)❌ 
│ │     │       │ ├──[🔀] description (14628:38)
│ │     │       │ ├──[-] nullable (15340:35)❌ 
│ │     │       │ └──[🔀] example (14629:34)
│ │     │       ├─┬native_tokens_reasoning
│ │     │       │ ├──[🔀] type (14568:31)❌ 
│ │     │       │ └──[-] nullable (15418:35)❌ 
│ │     │       ├─┬streamed
│ │     │       │ ├──[🔀] type (14609:31)❌ 
│ │     │       │ ├──[🔀] description (14606:38)
│ │     │       │ └──[🔀] example (14607:34)
│ │     │       ├─┬native_tokens_prompt
│ │     │       │ ├──[🔀] type (14564:31)❌ 
│ │     │       │ └──[-] nullable (15403:35)❌ 
│ │     │       ├─┬app_id
│ │     │       │ ├──[🔀] type (14488:31)❌ 
│ │     │       │ └──[-] nullable (15353:35)❌ 
│ │     │       ├─┬native_tokens_completion
│ │     │       │ ├──[🔀] type (14556:31)❌ 
│ │     │       │ └──[-] nullable (15408:35)❌ 
│ │     │       ├─┬total_cost
│ │     │       │ ├──[🔀] type (14622:31)❌ 
│ │     │       │ ├──[🔀] description (14620:38)
│ │     │       │ └──[🔀] example (14621:34)
│ │     │       ├─┬num_search_results
│ │     │       │ ├──[🔀] type (14584:31)❌ 
│ │     │       │ └──[-] nullable (15443:35)❌ 
│ │     │       ├─┬native_tokens_cached
│ │     │       │ ├──[🔀] type (14552:31)❌ 
│ │     │       │ └──[-] nullable (15423:35)❌ 
│ │     │       ├─┬latency
│ │     │       │ ├──[+] format (14533:33)❌ 
│ │     │       │ └──[-] nullable (15373:35)❌ 
│ │     │       ├─┬upstream_id
│ │     │       │ ├──[🔀] type (14626:31)❌ 
│ │     │       │ ├──[🔀] description (14624:38)
│ │     │       │ ├──[-] nullable (15326:35)❌ 
│ │     │       │ └──[🔀] example (14625:34)
│ │     │       ├─┬moderation_latency
│ │     │       │ ├──[+] format (14542:33)❌ 
│ │     │       │ └──[-] nullable (15378:35)❌ 
│ │     │       ├─┬generation_time
│ │     │       │ ├──[+] format (14516:33)❌ 
│ │     │       │ └──[-] nullable (15383:35)❌ 
│ │     │       ├─┬num_media_prompt
│ │     │       │ ├──[🔀] type (14580:31)❌ 
│ │     │       │ └──[-] nullable (15428:35)❌ 
│ │     │       ├─┬router
│ │     │       │ ├──[🔀] description (14601:38)
│ │     │       │ └──[🔀] example (14602:34)
│ │     │       ├─┬tokens_prompt
│ │     │       │ ├──[🔀] type (14618:31)❌ 
│ │     │       │ ├──[🔀] description (14615:38)
│ │     │       │ └──[🔀] example (14616:34)
│ │     │       ├─┬user_agent
│ │     │       │ ├──[🔀] type (14641:31)❌ 
│ │     │       │ ├──[+] format (14640:33)❌ 
│ │     │       │ ├──[🔀] description (14638:38)
│ │     │       │ ├──[-] nullable (15614:35)❌ 
│ │     │       │ └──[+] example (14639:34)
│ │     │       ├─┬api_type
│ │     │       │ ├──[+] enum (14479:29)
│ │     │       │ └──[+] enum (14481:29)
│ │     │       ├─┬usage
│ │     │       │ ├──[🔀] type (14636:31)❌ 
│ │     │       │ ├──[🔀] description (14633:38)
│ │     │       │ ├──[+] nullable (14635:35)❌ 
│ │     │       │ └──[🔀] example (14634:34)
│ │     │       ├─┬cache_discount
│ │     │       │ ├──[+] format (14492:33)❌ 
│ │     │       │ └──[-] nullable (15335:35)❌ 
│ │     │       ├─┬provider_responses
│ │     │       │ └─┬Schema
│ │     │       │   └──[🔀] $ref (10337:20)❌ 
│ │     │       ├─┬tokens_completion
│ │     │       │ ├──[🔀] type (14613:31)❌ 
│ │     │       │ ├──[🔀] description (14611:38)
│ │     │       │ └──[-] example (15400:34)
│ │     │       ├─┬native_tokens_completion_images
│ │     │       │ ├──[🔀] type (14560:31)❌ 
│ │     │       │ └──[-] nullable (15413:35)❌ 
│ │     │       ├─┬num_media_completion
│ │     │       │ ├──[🔀] type (14576:31)❌ 
│ │     │       │ └──[-] nullable (15438:35)❌ 
│ │     │       └─┬num_input_audio_prompt
│ │     │         ├──[🔀] type (14572:31)❌ 
│ │     │         └──[-] nullable (15433:35)❌ 
│ │     ├─┬529
│ │     │ └─┬application/json
│ │     │   └──[+] example (14767:17)
│ │     ├─┬401
│ │     │ └─┬application/json
│ │     │   └──[+] example (14697:17)
│ │     ├─┬500
│ │     │ └─┬application/json
│ │     │   └──[+] example (14737:17)
│ │     ├─┬402
│ │     │ └─┬application/json
│ │     │   └──[+] example (14707:17)
│ │     ├─┬404
│ │     │ ├──[🔀] description (14722:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (14717:17)
│ │     └─┬502
│ │       └─┬application/json
│ │         └──[+] example (14747:17)
│ ├─┬/models
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[+] description (17482:24)
│ │   │ └─┬Schema
│ │   │   ├──[+] description (17487:26)
│ │   │   └──[+] example (17488:22)
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └──[+] example (17505:17)
│ │     ├─┬400
│ │     │ ├──[🔀] description (17551:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (17546:17)
│ │     └─┬500
│ │       ├──[🔀] description (17561:24)
│ │       └─┬application/json
│ │         └──[+] example (17556:17)
│ ├─┬/guardrails/{id}/assignments/keys
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (15190:19)❌ 
│ │ │ │   ├──[+] minimum (15189:22)❌ 
│ │ │ │   └──[🔀] example (15188:22)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (15200:19)❌ 
│ │ │ │   ├──[+] maximum (15198:22)❌ 
│ │ │ │   ├──[+] minimum (15199:22)❌ 
│ │ │ │   └──[🔀] example (15197:22)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[+] example (15206:17)
│ │ │ │ │   └─┬Schema
│ │ │ │ │     └──[🔀] $ref (6500:9)❌ 
│ │ │ │ ├─┬404
│ │ │ │ │ ├──[🔀] description (15237:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[+] example (15232:17)
│ │ │ │ ├─┬401
│ │ │ │ │ ├──[🔀] description (15227:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[+] example (15222:17)
│ │ │ │ └─┬500
│ │ │ │   ├──[🔀] description (15247:24)
│ │ │ │   └─┬application/json
│ │ │ │     └──[+] example (15242:17)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-speakeasy-pagination (15253:9)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (15324:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15319:17)
│ │   │ ├─┬401
│ │   │ │ ├──[🔀] description (15314:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15309:17)
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (15334:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15329:17)
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (15291:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (2991:9)❌ 
│ │   │ └─┬400
│ │   │   ├──[🔀] description (15304:24)
│ │   │   └─┬application/json
│ │   │     └──[+] example (15299:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (15281:15)
│ │       └─┬Schema
│ │         └──[🔀] $ref (2974:9)❌ 
│ ├─┬/key
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   ├──[+] example (15852:17)
│ │     │   └─┬Schema
│ │     │     ├──[🔀] example (15877:19)
│ │     │     └─┬data
│ │     │       ├──[🔀] example (15904:23)
│ │     │       ├─┬limit_remaining
│ │     │       │ ├──[+] format (15988:33)❌ 
│ │     │       │ └──[-] nullable (19176:35)❌ 
│ │     │       ├─┬usage_daily
│ │     │       │ └──[+] format (16028:33)❌ 
│ │     │       ├─┬limit
│ │     │       │ ├──[+] format (15983:33)❌ 
│ │     │       │ └──[-] nullable (19126:35)❌ 
│ │     │       ├─┬byok_usage_monthly
│ │     │       │ └──[+] format (15940:33)❌ 
│ │     │       ├─┬usage_monthly
│ │     │       │ └──[+] format (16033:33)❌ 
│ │     │       ├─┬byok_usage_daily
│ │     │       │ └──[+] format (15935:33)❌ 
│ │     │       ├─┬rate_limit
│ │     │       │ ├──[🔀] example (15999:27)
│ │     │       │ └─┬requests
│ │     │       │   └──[🔀] type (16014:35)❌ 
│ │     │       ├─┬usage_weekly
│ │     │       │ └──[+] format (16038:33)❌ 
│ │     │       ├─┬byok_usage
│ │     │       │ └──[+] format (15930:33)❌ 
│ │     │       ├─┬byok_usage_weekly
│ │     │       │ └──[+] format (15945:33)❌ 
│ │     │       └─┬usage
│ │     │         └──[+] format (16023:33)❌ 
│ │     ├─┬500
│ │     │ └─┬application/json
│ │     │   └──[+] example (16078:17)
│ │     └─┬401
│ │       └─┬application/json
│ │         └──[+] example (16068:17)
│ ├─┬/credits
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬500
│ │     │ └─┬application/json
│ │     │   └──[+] example (13871:17)
│ │     ├─┬401
│ │     │ └─┬application/json
│ │     │   └──[+] example (13851:17)
│ │     ├─┬403
│ │     │ ├──[🔀] description (13866:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (13861:17)
│ │     └─┬200
│ │       └─┬application/json
│ │         ├──[+] example (13814:17)
│ │         └─┬Schema
│ │           └─┬data
│ │             ├─┬total_usage
│ │             │ └──[+] format (13837:33)❌ 
│ │             └─┬total_credits
│ │               └──[+] format (13832:33)❌ 
│ ├─┬/models/{author}/{slug}/endpoints
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[+] description (17582:24)
│ │   │ └─┬Schema
│ │   │   ├──[+] description (17587:26)
│ │   │   └──[+] example (17588:22)
│ │   ├─┬Parameters
│ │   │ ├──[+] description (17574:24)
│ │   │ └─┬Schema
│ │   │   ├──[+] description (17579:26)
│ │   │   └──[+] example (17580:22)
│ │   └─┬Responses
│ │     ├─┬404
│ │     │ ├──[🔀] description (17674:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (17669:17)
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   ├──[+] example (17595:17)
│ │     │   └─┬Schema
│ │     │     └──[+] example (17611:19)
│ │     └─┬500
│ │       └─┬application/json
│ │         └──[+] example (17679:17)
│ ├─┬/models/user
│ │ └─┬GET
│ │   ├──[🔀] description (17747:20)
│ │   └─┬Responses
│ │     ├─┬500
│ │     │ ├──[🔀] description (17821:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (17816:17)
│ │     ├─┬401
│ │     │ ├──[🔀] description (17801:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (17796:17)
│ │     ├─┬404
│ │     │ ├──[🔀] description (17811:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (17806:17)
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] example (17755:17)
│ ├─┬/messages
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬503
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17428:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17395:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬500
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17417:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬529
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17439:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬400
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17362:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬403
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17384:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬401
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17373:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ ├─┬429
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (17406:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6948:9)❌ 
│ │   │ └─┬200
│ │   │   ├─┬application/json
│ │   │   │ └──[+] example (17324:17)
│ │   │   └─┬text/event-stream
│ │   │     └──[+] example (17339:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (17311:15)
│ ├─┬/credits/coinbase
│ │ └─┬POST
│ │   ├──[-] security (14935:11)❌ 
│ │   ├──[-] requestBody (14943:9)❌ 
│ │   ├──[🔀] summary (13906:16)
│ │   ├──[🔀] description (13888:20)
│ │   ├──[+] deprecated (13887:19)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (13895:11)
│ │   │ ├──[-] codes (15031:11)❌ 
│ │   │ ├──[-] codes (15037:11)❌ 
│ │   │ ├──[-] codes (15043:11)❌ 
│ │   │ ├──[-] codes (15049:11)❌ 
│ │   │ └─┬200
│ │   │   ├──[-] content (14953:15)❌ 
│ │   │   └──[🔀] description (13893:24)
│ │   └─┬Extensions
│ │     ├──[+] x-fern-ignore (13909:22)
│ │     └──[+] x-speakeasy-ignore (13910:27)
│ ├─┬/activity
│ │ └─┬GET
│ │   ├──[+] parameters (13238:17)❌ 
│ │   ├──[+] parameters (13246:17)❌ 
│ │   └─┬Responses
│ │     ├──[+] codes (13303:11)
│ │     ├─┬400
│ │     │ ├──[🔀] description (13281:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (13276:17)
│ │     ├─┬403
│ │     │ ├──[🔀] description (13301:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (13296:17)
│ │     ├─┬500
│ │     │ └─┬application/json
│ │     │   └──[+] example (13316:17)
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   ├──[+] example (13257:17)
│ │     │   └─┬Schema
│ │     │     └──[🔀] $ref (103:9)❌ 
│ │     └─┬401
│ │       └─┬application/json
│ │         └──[+] example (13286:17)
│ ├─┬/models/count
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └──[+] example (17712:17)
│ │     ├─┬500
│ │     │ ├──[🔀] description (17736:24)
│ │     │ └─┬application/json
│ │     │   └──[+] example (17731:17)
│ │     └─┬400
│ │       ├──[🔀] description (17726:24)
│ │       └─┬application/json
│ │         └──[+] example (17721:17)
│ ├─┬/guardrails
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (14794:19)❌ 
│ │ │ │   ├──[+] minimum (14793:22)❌ 
│ │ │ │   └──[🔀] example (14792:22)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (14804:19)❌ 
│ │ │ │   ├──[+] maximum (14802:22)❌ 
│ │ │ │   ├──[+] minimum (14803:22)❌ 
│ │ │ │   └──[🔀] example (14801:22)
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └─┬application/json
│ │ │ │ │   ├──[+] example (14810:17)
│ │ │ │ │   └─┬Schema
│ │ │ │ │     └──[🔀] $ref (6468:9)❌ 
│ │ │ │ ├─┬500
│ │ │ │ │ ├──[🔀] description (14848:24)
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[+] example (14843:17)
│ │ │ │ └─┬401
│ │ │ │   ├──[🔀] description (14838:24)
│ │ │ │   └─┬application/json
│ │ │ │     └──[+] example (14833:17)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-speakeasy-pagination (14854:9)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (14938:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14933:17)
│ │   │ ├─┬400
│ │   │ │ ├──[🔀] description (14918:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14913:17)
│ │   │ ├─┬401
│ │   │ │ ├──[🔀] description (14928:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14923:17)
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     ├──[+] example (14891:17)
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (4920:9)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (14872:15)
│ │       └─┬Schema
│ │         └──[🔀] $ref (4848:9)❌ 
│ ├─┬/guardrails/assignments/members
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (15777:19)❌ 
│ │   │   ├──[+] minimum (15776:22)❌ 
│ │   │   └──[🔀] example (15775:22)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (15787:19)❌ 
│ │   │   ├──[+] maximum (15785:22)❌ 
│ │   │   ├──[+] minimum (15786:22)❌ 
│ │   │   └──[🔀] example (15784:22)
│ │   ├─┬Responses
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (15823:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15818:17)
│ │   │ ├─┬401
│ │   │ │ ├──[🔀] description (15813:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15808:17)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     ├──[+] example (15793:17)
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (6525:9)❌ 
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (15829:9)
│ ├─┬/chat/completions
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13698:17)
│ │   │ ├─┬408
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13708:17)
│ │   │ ├─┬401
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13678:17)
│ │   │ ├─┬503
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13768:17)
│ │   │ ├─┬524
│ │   │ │ ├──[🔀] description (13783:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13778:17)
│ │   │ ├─┬200
│ │   │ │ ├─┬application/json
│ │   │ │ │ └──[+] example (13626:17)
│ │   │ │ └─┬text/event-stream
│ │   │ │   └──[+] example (13644:17)
│ │   │ ├─┬400
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13668:17)
│ │   │ ├─┬402
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13688:17)
│ │   │ ├─┬422
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13728:17)
│ │   │ ├─┬413
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13718:17)
│ │   │ ├─┬500
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13748:17)
│ │   │ ├─┬502
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13758:17)
│ │   │ ├─┬429
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (13738:17)
│ │   │ └─┬529
│ │   │   └─┬application/json
│ │   │     └──[+] example (13788:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (13610:15)
│ ├─┬/endpoints/zdr
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   ├──[+] example (14315:17)
│ │     │   └─┬Schema
│ │     │     └──[+] example (14351:19)
│ │     └─┬500
│ │       └─┬application/json
│ │         └──[+] example (14398:17)
│ ├─┬/guardrails/assignments/keys
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (15696:19)❌ 
│ │   │   ├──[+] minimum (15695:22)❌ 
│ │   │   └──[🔀] example (15694:22)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (15706:19)❌ 
│ │   │   ├──[+] maximum (15704:22)❌ 
│ │   │   ├──[+] minimum (15705:22)❌ 
│ │   │   └──[🔀] example (15703:22)
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (15712:17)
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (6500:9)❌ 
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (15743:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15738:17)
│ │   │ └─┬401
│ │   │   ├──[🔀] description (15733:24)
│ │   │   └─┬application/json
│ │   │     └──[+] example (15728:17)
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (15749:9)
│ ├─┬/embeddings
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬429
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14172:17)
│ │   │ ├─┬500
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14182:17)
│ │   │ ├─┬401
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14142:17)
│ │   │ ├─┬529
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14222:17)
│ │   │ ├─┬402
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14152:17)
│ │   │ ├─┬404
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14162:17)
│ │   │ ├─┬502
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14192:17)
│ │   │ ├─┬524
│ │   │ │ ├──[🔀] description (14217:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14212:17)
│ │   │ ├─┬200
│ │   │ │ ├─┬application/json
│ │   │ │ │ └─┬Schema
│ │   │ │ │   ├──[+] description (14023:30)
│ │   │ │ │   ├──[+] example (14025:19)
│ │   │ │ │   ├─┬model
│ │   │ │ │   │ ├──[+] description (14086:34)
│ │   │ │ │   │ └──[+] example (14087:30)
│ │   │ │ │   ├─┬id
│ │   │ │ │   │ ├──[+] description (14082:34)
│ │   │ │ │   │ └──[+] example (14083:30)
│ │   │ │ │   ├─┬data
│ │   │ │ │   │ ├──[+] description (14039:34)
│ │   │ │ │   │ ├──[+] example (14041:23)
│ │   │ │ │   │ └─┬Schema
│ │   │ │ │   │   ├──[+] description (14048:36)
│ │   │ │ │   │   ├──[+] example (14050:25)
│ │   │ │ │   │   ├─┬index
│ │   │ │ │   │   │ ├──[🔀] type (14071:33)❌ 
│ │   │ │ │   │   │ ├──[+] description (14069:40)
│ │   │ │ │   │   │ └──[+] example (14070:36)
│ │   │ │ │   │   └─┬embedding
│ │   │ │ │   │     ├──[+] description (14063:40)
│ │   │ │ │   │     └──[+] example (14065:29)
│ │   │ │ │   └─┬usage
│ │   │ │ │     ├──[+] description (14094:34)
│ │   │ │ │     ├──[+] example (14096:23)
│ │   │ │ │     ├─┬prompt_tokens
│ │   │ │ │     │ ├──[🔀] type (14107:31)❌ 
│ │   │ │ │     │ ├──[+] description (14105:38)
│ │   │ │ │     │ └──[+] example (14106:34)
│ │   │ │ │     ├─┬total_tokens
│ │   │ │ │     │ ├──[🔀] type (14111:31)❌ 
│ │   │ │ │     │ ├──[+] description (14109:38)
│ │   │ │ │     │ └──[+] example (14110:34)
│ │   │ │ │     └─┬cost
│ │   │ │ │       ├──[+] format (14102:33)❌ 
│ │   │ │ │       ├──[+] description (14100:38)
│ │   │ │ │       └──[+] example (14101:34)
│ │   │ │ └─┬text/event-stream
│ │   │ │   └──[+] example (14122:24)
│ │   │ ├─┬400
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (14132:17)
│ │   │ └─┬503
│ │   │   └─┬application/json
│ │   │     └──[+] example (14202:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] description (13924:28)
│ │         ├──[+] example (13926:17)
│ │         ├─┬model
│ │         │ ├──[+] description (14002:32)
│ │         │ └──[+] example (14003:28)
│ │         ├─┬provider
│ │         │ └──[🔀] $ref (14006:19)❌ 
│ │         ├─┬input_type
│ │         │ ├──[+] description (13998:32)
│ │         │ └──[+] example (13999:28)
│ │         ├─┬input
│ │         │ ├──[+] description (13995:32)
│ │         │ └──[+] example (13996:28)
│ │         ├─┬encoding_format
│ │         │ ├──[+] description (13937:32)
│ │         │ └──[+] example (13941:28)
│ │         ├─┬user
│ │         │ ├──[+] description (14010:32)
│ │         │ └──[+] example (14011:28)
│ │         └─┬dimensions
│ │           ├──[🔀] exclusiveMinimum (13933:37)❌ 
│ │           ├──[+] description (13931:32)
│ │           └──[+] example (13932:28)
│ ├─┬/guardrails/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   ├──[+] example (15022:17)
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (5588:9)❌ 
│ │ │   ├─┬500
│ │ │   │ ├──[🔀] description (15069:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (15064:17)
│ │ │   ├─┬401
│ │ │   │ ├──[🔀] description (15049:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (15044:17)
│ │ │   └─┬404
│ │ │     ├──[🔀] description (15059:24)
│ │ │     └─┬application/json
│ │ │       └──[+] example (15054:17)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   ├─┬404
│ │ │   │ ├──[🔀] description (14989:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (14984:17)
│ │ │   ├─┬500
│ │ │   │ ├──[🔀] description (14999:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (14994:17)
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (14966:17)
│ │ │   └─┬401
│ │ │     ├──[🔀] description (14979:24)
│ │ │     └─┬application/json
│ │ │       └──[+] example (14974:17)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (15158:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15153:17)
│ │   │ ├─┬400
│ │   │ │ ├──[🔀] description (15128:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15123:17)
│ │   │ ├─┬401
│ │   │ │ ├──[🔀] description (15138:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15133:17)
│ │   │ ├─┬404
│ │   │ │ ├──[🔀] description (15148:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (15143:17)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     ├──[+] example (15103:17)
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (12099:9)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (15091:15)
│ │       └─┬Schema
│ │         └──[🔀] $ref (12038:9)❌ 
│ ├─┬/keys
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (16105:19)❌ 
│ │ │ │   └─┬Extensions
│ │ │ │     └──[+] x-openrouter-type (16106:32)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (16115:19)❌ 
│ │ │ │   ├──[+] minimum (16114:22)❌ 
│ │ │ │   └──[🔀] example (16113:22)
│ │ │ └─┬Responses
│ │ │   ├─┬500
│ │ │   │ ├──[🔀] description (16342:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16337:17)
│ │ │   ├─┬401
│ │ │   │ ├──[🔀] description (16322:24)
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16317:17)
│ │ │   ├─┬429
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (16327:17)
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├──[+] example (16121:17)
│ │ │       └─┬Schema
│ │ │         ├──[🔀] example (16144:19)
│ │ │         └─┬data
│ │ │           └─┬Schema
│ │ │             ├──[🔀] example (16170:25)
│ │ │             ├─┬byok_usage_monthly
│ │ │             │ └──[+] format (16204:35)❌ 
│ │ │             ├─┬limit_remaining
│ │ │             │ ├──[+] format (16251:35)❌ 
│ │ │             │ └──[-] nullable (16587:37)❌ 
│ │ │             ├─┬usage_monthly
│ │ │             │ └──[+] format (16280:35)❌ 
│ │ │             ├─┬limit
│ │ │             │ ├──[+] format (16246:35)❌ 
│ │ │             │ └──[-] nullable (16582:37)❌ 
│ │ │             ├─┬usage
│ │ │             │ └──[+] format (16270:35)❌ 
│ │ │             ├─┬usage_daily
│ │ │             │ └──[+] format (16275:35)❌ 
│ │ │             ├─┬byok_usage_weekly
│ │ │             │ └──[+] format (16209:35)❌ 
│ │ │             ├─┬byok_usage
│ │ │             │ └──[+] format (16194:35)❌ 
│ │ │             ├─┬byok_usage_daily
│ │ │             │ └──[+] format (16199:35)❌ 
│ │ │             └─┬usage_weekly
│ │ │               └──[+] format (16285:35)❌ 
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬201
│ │   │ │ └─┬application/json
│ │   │ │   ├──[+] example (16417:17)
│ │   │ │   └─┬Schema
│ │   │ │     ├──[🔀] example (16441:19)
│ │   │ │     └─┬data
│ │   │ │       ├──[🔀] example (16467:23)
│ │   │ │       ├─┬limit
│ │   │ │       │ ├──[+] format (16543:33)❌ 
│ │   │ │       │ └──[-] nullable (16819:35)❌ 
│ │   │ │       ├─┬byok_usage_daily
│ │   │ │       │ └──[+] format (16496:33)❌ 
│ │   │ │       ├─┬byok_usage_monthly
│ │   │ │       │ └──[+] format (16501:33)❌ 
│ │   │ │       ├─┬limit_remaining
│ │   │ │       │ ├──[+] format (16548:33)❌ 
│ │   │ │       │ └──[-] nullable (16824:35)❌ 
│ │   │ │       ├─┬usage_monthly
│ │   │ │       │ └──[+] format (16577:33)❌ 
│ │   │ │       ├─┬usage_weekly
│ │   │ │       │ └──[+] format (16582:33)❌ 
│ │   │ │       ├─┬byok_usage_weekly
│ │   │ │       │ └──[+] format (16506:33)❌ 
│ │   │ │       ├─┬byok_usage
│ │   │ │       │ └──[+] format (16491:33)❌ 
│ │   │ │       ├─┬usage_daily
│ │   │ │       │ └──[+] format (16572:33)❌ 
│ │   │ │       └─┬usage
│ │   │ │         └──[+] format (16567:33)❌ 
│ │   │ ├─┬500
│ │   │ │ ├──[🔀] description (16653:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (16648:17)
│ │   │ ├─┬400
│ │   │ │ ├──[🔀] description (16623:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (16618:17)
│ │   │ ├─┬401
│ │   │ │ ├──[🔀] description (16633:24)
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (16628:17)
│ │   │ └─┬429
│ │   │   └─┬application/json
│ │   │     └──[+] example (16638:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] example (16355:15)
│ │       └─┬Schema
│ │         ├──[🔀] example (16362:17)
│ │         ├──[+] properties (16368:17)
│ │         ├─┬limit
│ │         │ ├──[🔀] type (16385:25)❌ 
│ │         │ ├──[🔀] description (16383:32)
│ │         │ ├──[-] nullable (16756:29)❌ 
│ │         │ └──[🔀] example (16384:28)
│ │         ├─┬limit_reset
│ │         │ ├──[-] enum (16763:23)❌ 
│ │         │ ├──[-] enum (16764:23)❌ 
│ │         │ ├──[-] enum (16765:23)❌ 
│ │         │ ├──[🔀] type (16390:25)❌ 
│ │         │ ├──[+] format (16389:27)❌ 
│ │         │ ├──[🔀] description (16387:32)
│ │         │ ├──[-] nullable (16761:29)❌ 
│ │         │ ├──[🔀] example (16388:28)
│ │         │ └─┬Extensions
│ │         │   └──[-] x-speakeasy-unknown-values (16769:47)❌ 
│ │         ├─┬include_byok_in_limit
│ │         │ ├──[🔀] type (16381:25)❌ 
│ │         │ ├──[+] format (16379:27)❌ 
│ │         │ ├──[🔀] description (16376:32)
│ │         │ ├──[+] nullable (16380:29)❌ 
│ │         │ └──[🔀] example (16378:28)
│ │         ├─┬expires_at
│ │         │ ├──[+] minLength (16372:30)❌ 
│ │         │ ├──[-] format (16777:27)❌ 
│ │         │ ├──[🔀] description (16369:32)
│ │         │ └──[🔀] example (16371:28)
│ │         └─┬name
│ │           ├──[+] enum (16395:23)
│ │           ├──[+] enum (16396:23)
│ │           ├──[+] enum (16397:23)
│ │           ├──[+] enum (16398:23)
│ │           ├──[-] minLength (16751:30)❌ 
│ │           ├──[🔀] description (16392:32)
│ │           ├──[+] nullable (16400:29)❌ 
│ │           ├──[🔀] example (16399:28)
│ │           └─┬Extensions
│ │             └──[+] x-speakeasy-unknown-values (16402:47)
│ └─┬/guardrails/{id}/assignments/members
│   ├─┬GET
│   │ ├─┬Parameters
│   │ │ └─┬Schema
│   │ │   ├──[🔀] type (15447:19)❌ 
│   │ │   ├──[+] minimum (15446:22)❌ 
│   │ │   └──[🔀] example (15445:22)
│   │ ├─┬Parameters
│   │ │ └─┬Schema
│   │ │   ├──[🔀] type (15457:19)❌ 
│   │ │   ├──[+] maximum (15455:22)❌ 
│   │ │   ├──[+] minimum (15456:22)❌ 
│   │ │   └──[🔀] example (15454:22)
│   │ ├─┬Responses
│   │ │ ├─┬200
│   │ │ │ └─┬application/json
│   │ │ │   ├──[+] example (15463:17)
│   │ │ │   └─┬Schema
│   │ │ │     └──[🔀] $ref (6525:9)❌ 
│   │ │ ├─┬500
│   │ │ │ ├──[🔀] description (15503:24)
│   │ │ │ └─┬application/json
│   │ │ │   └──[+] example (15498:17)
│   │ │ ├─┬401
│   │ │ │ ├──[🔀] description (15483:24)
│   │ │ │ └─┬application/json
│   │ │ │   └──[+] example (15478:17)
│   │ │ └─┬404
│   │ │   ├──[🔀] description (15493:24)
│   │ │   └─┬application/json
│   │ │     └──[+] example (15488:17)
│   │ └─┬Extensions
│   │   └──[+] x-speakeasy-pagination (15509:9)
│   └─┬POST
│     ├─┬Responses
│     │ ├─┬500
│     │ │ ├──[🔀] description (15591:24)
│     │ │ └─┬application/json
│     │ │   └──[+] example (15586:17)
│     │ ├─┬400
│     │ │ ├──[🔀] description (15561:24)
│     │ │ └─┬application/json
│     │ │   └──[+] example (15556:17)
│     │ ├─┬401
│     │ │ ├──[🔀] description (15571:24)
│     │ │ └─┬application/json
│     │ │   └──[+] example (15566:17)
│     │ ├─┬404
│     │ │ ├──[🔀] description (15581:24)
│     │ │ └─┬application/json
│     │ │   └──[+] example (15576:17)
│     │ └─┬200
│     │   └─┬application/json
│     │     ├──[+] example (15548:17)
│     │     └─┬Schema
│     │       └──[🔀] $ref (3021:9)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         ├──[+] example (15537:15)
│         └─┬Schema
│           └──[🔀] $ref (3002:9)❌ 
├─┬Tags
│ └──[+] Rerank (19366:5)
├─┬Tags
│ └──[+] Video Generation (19368:5)
├─┬Tags
│ └──[+] Organization (19362:5)
├─┬Components
│ ├──[-] schemas (12558:7)❌ 
│ ├──[-] schemas (13351:7)❌ 
│ ├──[-] schemas (1773:7)❌ 
│ ├──[-] schemas (1883:7)❌ 
│ ├──[-] schemas (847:7)❌ 
│ ├──[-] schemas (595:7)❌ 
│ ├──[-] schemas (1762:7)❌ 
│ ├──[-] schemas (10272:7)❌ 
│ ├──[-] schemas (1790:7)❌ 
│ ├──[-] schemas (4538:7)❌ 
│ ├──[+] schemas (4123:7)
│ ├──[+] schemas (1034:7)
│ ├──[+] schemas (1488:7)
│ ├──[+] schemas (2990:7)
│ ├──[+] schemas (11457:7)
│ ├──[+] schemas (8915:7)
│ ├──[+] schemas (13176:7)
│ ├──[+] schemas (1232:7)
│ ├──[+] schemas (3059:7)
│ ├──[+] schemas (8203:7)
│ ├──[+] schemas (9520:7)
│ ├──[+] schemas (727:7)
│ ├──[+] schemas (4766:7)
│ ├──[+] schemas (8955:7)
│ ├──[+] schemas (11447:7)
│ ├──[+] schemas (11706:7)
│ ├──[+] schemas (1698:7)
│ ├──[+] schemas (5060:7)
│ ├──[+] schemas (6671:7)
│ ├──[+] schemas (1223:7)
│ ├──[+] schemas (698:7)
│ ├──[+] schemas (1683:7)
│ ├──[+] schemas (6255:7)
│ ├──[+] schemas (651:7)
│ ├──[+] schemas (800:7)
│ ├──[+] schemas (1668:7)
│ ├──[+] schemas (5456:7)
│ ├──[+] schemas (9124:7)
│ ├──[+] schemas (9495:7)
│ ├──[+] schemas (102:7)
│ ├──[+] schemas (572:7)
│ ├──[+] schemas (955:7)
│ ├──[+] schemas (4479:7)
│ ├──[+] schemas (9758:7)
│ ├──[+] schemas (2005:7)
│ ├──[+] schemas (11020:7)
│ ├──[+] schemas (530:7)
│ ├──[+] schemas (1088:7)
│ ├──[+] schemas (1332:7)
│ ├──[+] schemas (1965:7)
│ ├──[+] schemas (6773:7)
│ ├──[+] schemas (6908:7)
│ ├──[+] schemas (8277:7)
│ ├──[+] schemas (321:7)
│ ├──[+] schemas (5006:7)
│ ├──[+] schemas (1571:7)
│ ├──[+] schemas (1347:7)
│ ├──[+] schemas (3001:7)
│ ├──[+] schemas (6820:7)
│ ├──[+] schemas (12098:7)
│ ├──[+] schemas (1052:7)
│ ├──[+] schemas (9722:7)
│ ├──[+] schemas (926:7)
│ ├──[+] schemas (1289:7)
│ ├──[+] schemas (3020:7)
│ ├──[+] schemas (9077:7)
│ ├──[+] schemas (218:7)
│ ├──[+] schemas (392:7)
│ ├──[+] schemas (10337:7)
│ ├──[+] schemas (7846:7)
│ ├──[+] schemas (1652:7)
│ ├──[+] schemas (11960:7)
│ ├──[+] schemas (11844:7)
│ ├──[+] schemas (6499:7)
│ ├──[+] schemas (829:7)
│ ├──[+] schemas (144:7)
│ ├──[+] schemas (286:7)
│ ├──[+] schemas (308:7)
│ ├──[+] schemas (1637:7)
│ ├──[+] schemas (1888:7)
│ ├──[+] schemas (1518:7)
│ ├──[+] schemas (5048:7)
│ ├──[+] schemas (6836:7)
│ ├──[+] schemas (8082:7)
│ ├──[+] schemas (424:7)
│ ├──[+] schemas (1779:7)
│ ├──[+] schemas (1748:7)
│ ├──[+] schemas (8988:7)
│ ├──[+] schemas (11852:7)
│ ├──[+] schemas (1942:7)
│ ├──[+] schemas (5249:7)
│ ├──[+] schemas (12953:7)
│ ├──[+] schemas (3031:7)
│ ├──[+] schemas (1171:7)
│ ├──[+] schemas (262:7)
│ ├──[+] schemas (163:7)
│ ├──[+] schemas (1406:7)
│ ├──[+] schemas (8795:7)
│...

@github-actions github-actions bot added the minor Minor version bump label Apr 8, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1775608919 branch 3 times, most recently from ffa33f9 to d2f9e74 Compare April 11, 2026 00:40
* `openrouter.apiKeys.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.get()`:  `response.data.limitUsd` **Changed** (Breaking ⚠️)
* `openrouter.oAuth.createAuthCode()`:  `response.data.appId` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.bulkUnassignMembers()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.unassignedCount` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.bulkUnassignKeys()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.unassignedCount` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.bulkAssignMembers()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.assignedCount` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.listGuardrailMemberAssignments()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.totalCount` **Changed** (Breaking ⚠️)
* `openrouter.beta.responses.send()`: 
  *  `request.responsesRequest` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `openrouter.analytics.getUserActivity()`: 
  *  `request` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
  *  `error.status[404]` **Added**
* `openrouter.chat.send()`: 
  *  `request.chatRequest` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `openrouter.embeddings.generate()`: 
  *  `request.requestBody.provider` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `openrouter.embeddings.listModels()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `openrouter.generations.getGeneration()`:  `response.data` **Changed** (Breaking ⚠️)
* `openrouter.models.count()`:  `response.data.count` **Changed** (Breaking ⚠️)
* `openrouter.models.list()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `openrouter.models.listForUser()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `openrouter.endpoints.listZdrEndpoints()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.bulkAssignKeys()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.assignedCount` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.listMemberAssignments()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.totalCount` **Changed** (Breaking ⚠️)
* `openrouter.apiKeys.create()`: 
  *  `request.requestBody` **Changed** (Breaking ⚠️)
  *  `response.data` **Changed** (Breaking ⚠️)
* `openrouter.apiKeys.update()`: 
  *  `request.requestBody.limit` **Changed** (Breaking ⚠️)
  *  `response.data` **Changed** (Breaking ⚠️)
* `openrouter.apiKeys.get()`:  `response.data` **Changed** (Breaking ⚠️)
* `openrouter.apiKeys.getCurrentKeyMetadata()`:  `response.data` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.data.limitUsd` **Changed** (Breaking ⚠️)
* `openrouter.endpoints.list()`:  `response.data` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.data.limitUsd` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.listKeyAssignments()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.totalCount` **Changed** (Breaking ⚠️)
* `openrouter.guardrails.listGuardrailKeyAssignments()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.totalCount` **Changed** (Breaking ⚠️)
* `openrouter.organization.listMembers()`: **Added**
* `openrouter.rerank.rerank()`: **Added**
* `openrouter.credits.createCoinbaseCharge()`: **Removed** (Breaking ⚠️)
* `openrouter.videoGeneration.listVideosModels()`: **Added**
* `openrouter.videoGeneration.getVideoContent()`: **Added**
* `openrouter.videoGeneration.getGeneration()`: **Added**
* `openrouter.videoGeneration.generate()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1775608919 branch from 9f85713 to 688f2f6 Compare April 12, 2026 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant