Nebius AI
Website: https://studio.nebius.com/ API Reference: https://studio.nebius.com/docs/api-reference
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. API key or access token | |
start_date | string | Start date. | |
limit | string | Limit. Limit for each response objects | 20 |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
models | id | No pagination | ✅ | ✅ |
files | id | No pagination | ✅ | ✅ |
file_contents | uuid | No pagination | ✅ | ❌ |
batches | id | No pagination | ✅ | ✅ |
batch_results | id | No pagination | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
start_date
string
limit
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-03 | 56989 | Initial release by @btkcodedev via Connector Builder |