nebius - Nebius AI SDK.aio - Asynchronous Nebius SDK package.abc - Define asynchronous protocols for the SDK.authorization - Authorization interfaces.authorization - Authorization interfaces used by the async SDK.options - Authorization options for requests.token - Token-based authenticators and providers.
base - Thin wrappers around the underlying gRPC channel used by the SDK.channel - High-level gRPC channel manager for the Nebius Python SDK.cli_config - CLI-style configuration reader used by the SDK.client - Define base classes for generated SDK clients.constant_channel - A channel implementation that routes all calls to one service/method combination.idempotency - Add idempotency keys to asynchronous gRPC client calls.keepalive - gRPC keepalive configuration shared by SDK channels.metrics - Callback-based SDK metrics helpers.operation - Helpers for working with long-running operations.operation_service - Namespace-aware transport calls for current and alpha operation services.request - Request helper used by generated clients.request_kwargs - Define keyword arguments that apply to all SDK requests.request_status - Registry-aware representations of final RPC status values.route - Immutable namespace-aware route metadata emitted by service clients.service_descriptor - Extract service names from gRPC service stubs.service_error - Helpers for converting service-level protobuf errors into SDK types.stream - Typed-shape async wrappers for generated streaming RPC methods.token - Package for token classes, bearers and receivers.deferred_channel - Type alias for deferred client channel objects.exchangeable - Token exchange bearer and receiver.federated_credentials - Exchange federated credentials for renewable access tokens.federation_account - Provide cached, renewable tokens through federation authorization.federation_bearer - Federated bearer allowing interactive authorization flows.auth - Federation bearer authentication utilities.constants - Undocumentedis_wsl - No module docstring; 1/1 function documentedpkce - No module docstring; 1/1 function, 1/1 class documentedserver - Federation bearer token server for handling OAuth callbacks.
file - File-backed static token bearer.file_cache - Cache management for file-based tokens.impersonated - Bearer for service-account impersonation via token exchange.options - Request option keys used by the token renewal machinery.renewable - Renewable token bearer and receiver.service_account - Use a service account for asynchronous authentication.static - Static token bearer and receiver implementations.token - Asynchronous bearer token abstractions and the token representation.
_metadata_type - Undocumented_runtime - Run SDK asynchronous work on one event loop._task_context - Store SDK runtime helpers in the current execution context.
api - No package docstring; 2/2 modules, 1/2 package documentedgoogle - No package docstring; 2/2 packages documentedprotobuf - Lazy public exports for a sharded direct protobuf package.compiler - Lazy public exports for a sharded direct protobuf package.
rpc - Lazy public exports for a sharded direct protobuf package.
nebius - Lazy public exports for a sharded direct protobuf package.ai - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
applications - No package docstring; 1/1 package documentedv1alpha1 - Lazy public exports for a sharded direct protobuf package.
audit - No package docstring; 1/1 package documentedv2 - Lazy public exports for a sharded direct protobuf package.
billing - No package docstring; 2/2 packages documentedv1 - Lazy public exports for a sharded direct protobuf package.v1alpha1 - Lazy public exports for a sharded direct protobuf package.
capacity - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
common - No package docstring; 2/3 packages documentederror - No package docstring; 1/1 package documentedv1alpha1 - Lazy public exports for a sharded direct protobuf package.
v1 - Lazy public exports for a sharded direct protobuf package.v1alpha1 - Lazy public exports for a sharded direct protobuf package.
compute - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
dns - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
iam - No package docstring; 2/2 packages documentedv1 - Lazy public exports for a sharded direct protobuf package.v2 - Lazy public exports for a sharded direct protobuf package.
kms - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
logging - No package docstring; 1/2 package documentedagentmanager - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
v1 - Lazy public exports for a sharded direct protobuf package.
maintenance - No package docstring; 1/1 package documentedv1alpha1 - Lazy public exports for a sharded direct protobuf package.
mk8s - No package docstring; 2/2 packages documentedv1 - Lazy public exports for a sharded direct protobuf package.v1alpha1 - Lazy public exports for a sharded direct protobuf package.
msp - No package docstring; 1/4 package documentedmlflow - No package docstring; 1/1 package documentedv1alpha1 - Lazy public exports for a sharded direct protobuf package.
postgresql - No package docstring; 1/1 package documentedv1alpha1 - Lazy public exports for a sharded direct protobuf package.config - Lazy public exports for a sharded direct protobuf package.
skypilot - No package docstring; 1/1 package documentedv1alpha1 - Lazy public exports for a sharded direct protobuf package.
v1alpha1 - Lazy public exports for a sharded direct protobuf package.resource - Lazy public exports for a sharded direct protobuf package.
mysterybox - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
quotas - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
registry - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
storage - No package docstring; 2/2 packages documentedv1 - Lazy public exports for a sharded direct protobuf package.v1alpha1 - Lazy public exports for a sharded direct protobuf package.
tunnel - No package docstring; 1/1 package documentedv1 - Lazy public exports for a sharded direct protobuf package.
vpc - No package docstring; 2/2 packages documentedv1 - Lazy public exports for a sharded direct protobuf package.v1alpha1 - Lazy public exports for a sharded direct protobuf package.
base - Base module for the Nebius SDK, protobuf classes and constants.constants - Constants used throughout the Nebius SDK.error - Main Error class for the Nebius SDK.fieldmask - Field mask utilities for partial updates and reset masks.fieldmask_parser - Parser for Nebius field mask strings.fieldmask_protobuf - Helpers for injecting protobuf-derived reset masks into metadata.metadata - Metadata helpers for gRPC-style key/value headers.methods - Helpers for parsing and normalizing gRPC-style method identifiers.options - Handle Nebius SDK options for gRPC channels.protos - Protobuf helper utilities for the Nebius SDK.codec - Reusable value codecs for generated protobuf field dispatch.containers - Owned mutable containers used by direct protobuf messages.descriptor - Descriptor lookup helpers for protobuf definitions.direct - Provider-free state and binary behavior for generated protobuf messages.extensions - Namespace-owned protobuf extension descriptors and value storage.json_format - In-house ProtoJSON conversion for direct protobuf messages.pb_classes - Runtime wrappers for protobuf messages, maps, and repeated fields.pb_enum - Enum base class with descriptor lookup support.pythonic_names - Utilities for deriving Python-friendly names from protobuf identifiers.reflection - Registry-owned protobuf descriptor facades built from raw descriptor protos.registry - Namespace-local direct protobuf symbol and Any resolution.unset - Singleton sentinel representing an unset optional parameter.well_known - Adapters and mask helpers for well-known protobuf types.well_known_direct - Provider-free Python views over authoritative direct WKT messages.wire - Low-level protobuf wire encoding and decoding primitives.
resolver - Service address resolvers used by the SDK and generated clients.service_account - Service Account credentials abstractions.tls_certificates - System TLS Certificates search module.token_sanitizer - Remove sensitive parts from tokens.version - Nebius SDK version information._service_error - No module docstring; 0/1 type alias, 0/1 constant, 1/8 function, 0/1 class documentedgendoc - No package docstring; 1/2 module documentedsystem - PyDoctor support for the generated API namespace packages.writer - Undocumented
sdk - High-level interface for Nebius services.