Skip to content
Open
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
34 changes: 34 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9761,6 +9761,7 @@ components:
- audio
- video
- rerank
- tts
example: text
type: string
OutputModalityEnum:
Expand Down Expand Up @@ -14723,6 +14724,7 @@ paths:
- completions
- embeddings
- rerank
- tts
- video
- null
nullable: true
Expand Down Expand Up @@ -16392,6 +16394,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
schema:
example:
data:
Expand All @@ -16415,6 +16418,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
data:
description: List of API keys
Expand All @@ -16440,6 +16444,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
byok_usage:
description: Total external BYOK usage (in USD) for the API key
Expand Down Expand Up @@ -16540,6 +16545,10 @@ paths:
example: 25.5
format: double
type: number
workspace_id:
description: The workspace ID this API key belongs to.
example: 0df9e665-d932-5740-b2c7-b52af166bc11
type: string
required:
- hash
- name
Expand All @@ -16560,6 +16569,7 @@ paths:
- created_at
- updated_at
- creator_user_id
- workspace_id
type: object
type: array
required:
Expand Down Expand Up @@ -16695,6 +16705,7 @@ paths:
usage_daily: 0
usage_monthly: 0
usage_weekly: 0
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
key: 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
schema:
example:
Expand All @@ -16719,6 +16730,7 @@ paths:
usage_daily: 0
usage_monthly: 0
usage_weekly: 0
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
key: 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
properties:
data:
Expand All @@ -16744,6 +16756,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
byok_usage:
description: Total external BYOK usage (in USD) for the API key
Expand Down Expand Up @@ -16844,6 +16857,10 @@ paths:
example: 25.5
format: double
type: number
workspace_id:
description: The workspace ID this API key belongs to.
example: 0df9e665-d932-5740-b2c7-b52af166bc11
type: string
required:
- hash
- name
Expand All @@ -16864,6 +16881,7 @@ paths:
- created_at
- updated_at
- creator_user_id
- workspace_id
type: object
key:
description: The actual API key string (only shown once)
Expand Down Expand Up @@ -17032,6 +17050,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
schema:
example:
data:
Expand All @@ -17055,6 +17074,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
data:
description: The API key information
Expand All @@ -17079,6 +17099,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
byok_usage:
description: Total external BYOK usage (in USD) for the API key
Expand Down Expand Up @@ -17179,6 +17200,10 @@ paths:
example: 25.5
format: double
type: number
workspace_id:
description: The workspace ID this API key belongs to.
example: 0df9e665-d932-5740-b2c7-b52af166bc11
type: string
required:
- hash
- name
Expand All @@ -17199,6 +17224,7 @@ paths:
- created_at
- updated_at
- creator_user_id
- workspace_id
type: object
required:
- data
Expand Down Expand Up @@ -17335,6 +17361,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
schema:
example:
data:
Expand All @@ -17358,6 +17385,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
data:
description: The updated API key information
Expand All @@ -17382,6 +17410,7 @@ paths:
usage_daily: 25.5
usage_monthly: 25.5
usage_weekly: 25.5
workspace_id: 0df9e665-d932-5740-b2c7-b52af166bc11
properties:
byok_usage:
description: Total external BYOK usage (in USD) for the API key
Expand Down Expand Up @@ -17482,6 +17511,10 @@ paths:
example: 25.5
format: double
type: number
workspace_id:
description: The workspace ID this API key belongs to.
example: 0df9e665-d932-5740-b2c7-b52af166bc11
type: string
required:
- hash
- name
Expand All @@ -17502,6 +17535,7 @@ paths:
- created_at
- updated_at
- creator_user_id
- workspace_id
type: object
required:
- data
Expand Down