Skip to content

Commit 49b99e0

Browse files
committed
chore: Regenerate OpenAPI specs and enrich model schema field descriptions.
Signed-off-by: Sébastien Han <seb@redhat.com>
1 parent e18faf3 commit 49b99e0

6 files changed

Lines changed: 78 additions & 12 deletions

File tree

client-sdks/stainless/openapi.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13523,28 +13523,34 @@ components:
1352313523
:id: Unique model identifier
1352413524
properties:
1352513525
id:
13526+
description: Unique model identifier.
1352613527
title: Id
1352713528
type: string
1352813529
type:
13530+
description: Object type, always 'model'.
1352913531
title: Type
1353013532
type: string
1353113533
enum:
1353213534
- model
1353313535
display_name:
13536+
description: A human-readable name for the model.
1353413537
title: Display Name
1353513538
type: string
1353613539
created_at:
13540+
description: RFC 3339 datetime string representing when the model was released.
1353713541
title: Created At
1353813542
type: string
1353913543
max_input_tokens:
1354013544
anyOf:
1354113545
- type: integer
1354213546
- type: 'null'
13547+
description: Maximum input context window size in tokens.
1354313548
nullable: true
1354413549
max_tokens:
1354513550
anyOf:
1354613551
- type: integer
1354713552
- type: 'null'
13553+
description: Maximum value for the max_tokens parameter when using this model.
1354813554
nullable: true
1354913555
required:
1355013556
- id
@@ -13563,17 +13569,20 @@ components:
1356313569
type: array
1356413570
has_more:
1356513571
default: false
13572+
description: Whether there are more results in the requested page direction.
1356613573
title: Has More
1356713574
type: boolean
1356813575
first_id:
1356913576
anyOf:
1357013577
- type: string
1357113578
- type: 'null'
13579+
description: First ID in the data list, usable as before_id for the previous page.
1357213580
nullable: true
1357313581
last_id:
1357413582
anyOf:
1357513583
- type: string
1357613584
- type: 'null'
13585+
description: Last ID in the data list, usable as after_id for the next page.
1357713586
nullable: true
1357813587
required:
1357913588
- data
@@ -13588,13 +13597,16 @@ components:
1358813597
:description: A description of the model
1358913598
properties:
1359013599
name:
13600+
description: Model resource name, e.g. 'models/gemini-pro'.
1359113601
title: Name
1359213602
type: string
1359313603
display_name:
13604+
description: A human-readable name for the model.
1359413605
title: Display Name
1359513606
type: string
1359613607
description:
1359713608
default: ''
13609+
description: A description of the model.
1359813610
title: Description
1359913611
type: string
1360013612
required:

docs/static/deprecated-llama-stack-spec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8508,28 +8508,34 @@ components:
85088508
:id: Unique model identifier
85098509
properties:
85108510
id:
8511+
description: Unique model identifier.
85118512
title: Id
85128513
type: string
85138514
type:
8515+
description: Object type, always 'model'.
85148516
title: Type
85158517
type: string
85168518
enum:
85178519
- model
85188520
display_name:
8521+
description: A human-readable name for the model.
85198522
title: Display Name
85208523
type: string
85218524
created_at:
8525+
description: RFC 3339 datetime string representing when the model was released.
85228526
title: Created At
85238527
type: string
85248528
max_input_tokens:
85258529
anyOf:
85268530
- type: integer
85278531
- type: 'null'
8532+
description: Maximum input context window size in tokens.
85288533
nullable: true
85298534
max_tokens:
85308535
anyOf:
85318536
- type: integer
85328537
- type: 'null'
8538+
description: Maximum value for the max_tokens parameter when using this model.
85338539
nullable: true
85348540
required:
85358541
- id
@@ -8548,17 +8554,20 @@ components:
85488554
type: array
85498555
has_more:
85508556
default: false
8557+
description: Whether there are more results in the requested page direction.
85518558
title: Has More
85528559
type: boolean
85538560
first_id:
85548561
anyOf:
85558562
- type: string
85568563
- type: 'null'
8564+
description: First ID in the data list, usable as before_id for the previous page.
85578565
nullable: true
85588566
last_id:
85598567
anyOf:
85608568
- type: string
85618569
- type: 'null'
8570+
description: Last ID in the data list, usable as after_id for the next page.
85628571
nullable: true
85638572
required:
85648573
- data
@@ -8573,13 +8582,16 @@ components:
85738582
:description: A description of the model
85748583
properties:
85758584
name:
8585+
description: Model resource name, e.g. 'models/gemini-pro'.
85768586
title: Name
85778587
type: string
85788588
display_name:
8589+
description: A human-readable name for the model.
85798590
title: Display Name
85808591
type: string
85818592
description:
85828593
default: ''
8594+
description: A description of the model.
85838595
title: Description
85848596
type: string
85858597
required:

docs/static/experimental-llama-stack-spec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9146,28 +9146,34 @@ components:
91469146
:id: Unique model identifier
91479147
properties:
91489148
id:
9149+
description: Unique model identifier.
91499150
title: Id
91509151
type: string
91519152
type:
9153+
description: Object type, always 'model'.
91529154
title: Type
91539155
type: string
91549156
enum:
91559157
- model
91569158
display_name:
9159+
description: A human-readable name for the model.
91579160
title: Display Name
91589161
type: string
91599162
created_at:
9163+
description: RFC 3339 datetime string representing when the model was released.
91609164
title: Created At
91619165
type: string
91629166
max_input_tokens:
91639167
anyOf:
91649168
- type: integer
91659169
- type: 'null'
9170+
description: Maximum input context window size in tokens.
91669171
nullable: true
91679172
max_tokens:
91689173
anyOf:
91699174
- type: integer
91709175
- type: 'null'
9176+
description: Maximum value for the max_tokens parameter when using this model.
91719177
nullable: true
91729178
required:
91739179
- id
@@ -9186,17 +9192,20 @@ components:
91869192
type: array
91879193
has_more:
91889194
default: false
9195+
description: Whether there are more results in the requested page direction.
91899196
title: Has More
91909197
type: boolean
91919198
first_id:
91929199
anyOf:
91939200
- type: string
91949201
- type: 'null'
9202+
description: First ID in the data list, usable as before_id for the previous page.
91959203
nullable: true
91969204
last_id:
91979205
anyOf:
91989206
- type: string
91999207
- type: 'null'
9208+
description: Last ID in the data list, usable as after_id for the next page.
92009209
nullable: true
92019210
required:
92029211
- data
@@ -9211,13 +9220,16 @@ components:
92119220
:description: A description of the model
92129221
properties:
92139222
name:
9223+
description: Model resource name, e.g. 'models/gemini-pro'.
92149224
title: Name
92159225
type: string
92169226
display_name:
9227+
description: A human-readable name for the model.
92179228
title: Display Name
92189229
type: string
92199230
description:
92209231
default: ''
9232+
description: A description of the model.
92219233
title: Description
92229234
type: string
92239235
required:

docs/static/llama-stack-spec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12759,28 +12759,34 @@ components:
1275912759
:id: Unique model identifier
1276012760
properties:
1276112761
id:
12762+
description: Unique model identifier.
1276212763
title: Id
1276312764
type: string
1276412765
type:
12766+
description: Object type, always 'model'.
1276512767
title: Type
1276612768
type: string
1276712769
enum:
1276812770
- model
1276912771
display_name:
12772+
description: A human-readable name for the model.
1277012773
title: Display Name
1277112774
type: string
1277212775
created_at:
12776+
description: RFC 3339 datetime string representing when the model was released.
1277312777
title: Created At
1277412778
type: string
1277512779
max_input_tokens:
1277612780
anyOf:
1277712781
- type: integer
1277812782
- type: 'null'
12783+
description: Maximum input context window size in tokens.
1277912784
nullable: true
1278012785
max_tokens:
1278112786
anyOf:
1278212787
- type: integer
1278312788
- type: 'null'
12789+
description: Maximum value for the max_tokens parameter when using this model.
1278412790
nullable: true
1278512791
required:
1278612792
- id
@@ -12799,17 +12805,20 @@ components:
1279912805
type: array
1280012806
has_more:
1280112807
default: false
12808+
description: Whether there are more results in the requested page direction.
1280212809
title: Has More
1280312810
type: boolean
1280412811
first_id:
1280512812
anyOf:
1280612813
- type: string
1280712814
- type: 'null'
12815+
description: First ID in the data list, usable as before_id for the previous page.
1280812816
nullable: true
1280912817
last_id:
1281012818
anyOf:
1281112819
- type: string
1281212820
- type: 'null'
12821+
description: Last ID in the data list, usable as after_id for the next page.
1281312822
nullable: true
1281412823
required:
1281512824
- data
@@ -12824,13 +12833,16 @@ components:
1282412833
:description: A description of the model
1282512834
properties:
1282612835
name:
12836+
description: Model resource name, e.g. 'models/gemini-pro'.
1282712837
title: Name
1282812838
type: string
1282912839
display_name:
12840+
description: A human-readable name for the model.
1283012841
title: Display Name
1283112842
type: string
1283212843
description:
1283312844
default: ''
12845+
description: A description of the model.
1283412846
title: Description
1283512847
type: string
1283612848
required:

docs/static/stainless-llama-stack-spec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13523,28 +13523,34 @@ components:
1352313523
:id: Unique model identifier
1352413524
properties:
1352513525
id:
13526+
description: Unique model identifier.
1352613527
title: Id
1352713528
type: string
1352813529
type:
13530+
description: Object type, always 'model'.
1352913531
title: Type
1353013532
type: string
1353113533
enum:
1353213534
- model
1353313535
display_name:
13536+
description: A human-readable name for the model.
1353413537
title: Display Name
1353513538
type: string
1353613539
created_at:
13540+
description: RFC 3339 datetime string representing when the model was released.
1353713541
title: Created At
1353813542
type: string
1353913543
max_input_tokens:
1354013544
anyOf:
1354113545
- type: integer
1354213546
- type: 'null'
13547+
description: Maximum input context window size in tokens.
1354313548
nullable: true
1354413549
max_tokens:
1354513550
anyOf:
1354613551
- type: integer
1354713552
- type: 'null'
13553+
description: Maximum value for the max_tokens parameter when using this model.
1354813554
nullable: true
1354913555
required:
1355013556
- id
@@ -13563,17 +13569,20 @@ components:
1356313569
type: array
1356413570
has_more:
1356513571
default: false
13572+
description: Whether there are more results in the requested page direction.
1356613573
title: Has More
1356713574
type: boolean
1356813575
first_id:
1356913576
anyOf:
1357013577
- type: string
1357113578
- type: 'null'
13579+
description: First ID in the data list, usable as before_id for the previous page.
1357213580
nullable: true
1357313581
last_id:
1357413582
anyOf:
1357513583
- type: string
1357613584
- type: 'null'
13585+
description: Last ID in the data list, usable as after_id for the next page.
1357713586
nullable: true
1357813587
required:
1357913588
- data
@@ -13588,13 +13597,16 @@ components:
1358813597
:description: A description of the model
1358913598
properties:
1359013599
name:
13600+
description: Model resource name, e.g. 'models/gemini-pro'.
1359113601
title: Name
1359213602
type: string
1359313603
display_name:
13604+
description: A human-readable name for the model.
1359413605
title: Display Name
1359513606
type: string
1359613607
description:
1359713608
default: ''
13609+
description: A description of the model.
1359813610
title: Description
1359913611
type: string
1360013612
required:

0 commit comments

Comments
 (0)