Skip to content

tinker.types.ClientConfigResponse

class tinker.types.ClientConfigResponse(BaseModel)

Server-side feature flags resolved for this caller.

Uses BaseModel (extra="ignore") so new flags from the server are silently dropped until the SDK adds fields for them.

Fields:

  • pjwt_auth_enabled
  • credential_default_source
  • sample_dispatch_bytes_semaphore_size
  • inflight_response_bytes_semaphore_size
  • parallel_fwdbwd_chunks
  • proto_write_fwdbwd – When true, the SDK serializes ForwardBackwardRequest as proto bytes and POSTs with Content-Type: application/x-protobuf. Falls back to JSON when false (default) or when the request can't be encoded in proto.
  • billing_exception_max_pause_duration_sec