Files
bifrost/docs/openapi/schemas/integrations/anthropic/count-tokens.yaml
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

14 lines
331 B
YAML

# Anthropic Integration Count Tokens Schemas
AnthropicCountTokensRequest:
# Uses the same format as AnthropicMessageRequest
allOf:
- $ref: './messages.yaml#/AnthropicMessageRequest'
AnthropicCountTokensResponse:
type: object
properties:
input_tokens:
type: integer
description: Number of input tokens