Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions src/arkruntime/types/chat/completion_tokens_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

from __future__ import annotations

from typing import Optional

from arkruntime._models import BaseModel


Expand All @@ -16,8 +14,3 @@ class CompletionTokensDetails(BaseModel):
"""
Reasoning tokens emitted by the model.
"""
provisioned_tokens: Optional[int] = None
"""
Completion tokens billed against a provisioned-throughput
allocation.
"""
4 changes: 0 additions & 4 deletions src/arkruntime/types/chat/prompt_tokens_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ class PromptTokensDetails(BaseModel):
"""
Prompt tokens consumed by image inputs.
"""
provisioned_tokens: Optional[int] = None
"""
Prompt tokens billed against a provisioned-throughput allocation.
"""
audio_tokens: Optional[int] = None
"""
Prompt tokens consumed by audio inputs.
Expand Down
Loading