Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets a runtime version.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://tpu.googleapis.com/v2/{name}
Lists nodes.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://tpu.googleapis.com/v2/{parent}/nodes
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://tpu.googleapis.com/v2/{name}/locations
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:tpu
At a glance
Language HTML
Endpoints14
Base URLhttps://tpu.googleapis.com
✓ Official