You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The local environment has Nebius account identifiers but does not define NEBIUS_API_KEY. That blocks the documented hackathon/demo path and any profile using the bundled nebius provider.
This is distinct from the existing sponsor-credit issue: credits/account setup are tracked in sia_rust-wk2 / GitHub #105, but this issue tracks getting the actual runtime key into the local/team environment and proving SIA can authenticate with it.
Code path
docs/HACKATHON_DEMO.md:37 requires NEBIUS_API_KEY before the warm run.
docs/HACKATHON_DEMO.md:81 runs with kimi-nebius-meta and kimi-nebius-target.
src/profiles.rs:178 verifies the bundled Kimi Nebius target profile resolves provider nebius.
src/llm/provider_mapping.rs:46 reads the provider's api_key_env; for Nebius that is NEBIUS_API_KEY.
docs/CREDENTIALS.md:23 documents the bundled Nebius provider key.
Add it to secure local/team secret storage and the runtime environment as NEBIUS_API_KEY.
Do not commit the secret value or paste it into GitHub.
Verify with scripts/verify_nebius_models.sh, cargo test --features llm --ignored nebius, or a short kimi-nebius SIA run, and attach only non-secret output.
Board issue:
sia_rust-e2j.3Finding
The local environment has Nebius account identifiers but does not define
NEBIUS_API_KEY. That blocks the documented hackathon/demo path and any profile using the bundlednebiusprovider.This is distinct from the existing sponsor-credit issue: credits/account setup are tracked in
sia_rust-wk2/ GitHub #105, but this issue tracks getting the actual runtime key into the local/team environment and proving SIA can authenticate with it.Code path
docs/HACKATHON_DEMO.md:37requiresNEBIUS_API_KEYbefore the warm run.docs/HACKATHON_DEMO.md:81runs withkimi-nebius-metaandkimi-nebius-target.src/profiles.rs:178verifies the bundled Kimi Nebius target profile resolves providernebius.src/llm/provider_mapping.rs:46reads the provider'sapi_key_env; for Nebius that isNEBIUS_API_KEY.docs/CREDENTIALS.md:23documents the bundled Nebius provider key.Acceptance criteria
sia_rust-wk2/ Claim Nebius Token Factory credits ($50 + $100) for hackathon #105.NEBIUS_API_KEY.scripts/verify_nebius_models.sh,cargo test --features llm --ignored nebius, or a shortkimi-nebiusSIA run, and attach only non-secret output.