Skip to content

Commit 22d4e9b

Browse files
committed
chore: sync from ark-apis 99ec1eeb10
Auto-generated SDK sync from ark-apis at 99ec1eeb10274c8924ef526863c09dd4a374a5e3. Generated files are overwritten by the sync pipeline and should not be edited by hand. Sync-Source-Commit: 6d3231af6a891858e5b9cc2d04a9929b37cec207 Ark-APIs-Commit: 99ec1eeb10274c8924ef526863c09dd4a374a5e3
1 parent bac5c9a commit 22d4e9b

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

src/arkruntime/types/chat/completion_tokens_details.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
from __future__ import annotations
88

9-
from typing import Optional
10-
119
from arkruntime._models import BaseModel
1210

1311

@@ -16,8 +14,3 @@ class CompletionTokensDetails(BaseModel):
1614
"""
1715
Reasoning tokens emitted by the model.
1816
"""
19-
provisioned_tokens: Optional[int] = None
20-
"""
21-
Completion tokens billed against a provisioned-throughput
22-
allocation.
23-
"""

src/arkruntime/types/chat/prompt_tokens_details.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class PromptTokensDetails(BaseModel):
2424
"""
2525
Prompt tokens consumed by image inputs.
2626
"""
27-
provisioned_tokens: Optional[int] = None
28-
"""
29-
Prompt tokens billed against a provisioned-throughput allocation.
30-
"""
3127
audio_tokens: Optional[int] = None
3228
"""
3329
Prompt tokens consumed by audio inputs.

0 commit comments

Comments
 (0)