# GitHub 제품 및 SKU 이름

청구 플랫폼 및 REST API에서 사용되는 제품 및 SKU 식별자에 대해 알아봅니다.

REST API를 통해 청구를 사용하여 예산 또는 쿼리 사용을 만드는 경우 특정 제품 및 SKU 식별자를 사용해야 합니다. 이 참조는 이러한 식별자에 유효한 값을 제공합니다.

## 제품 수준 식별자

**ProductPricing** 예산의 경우 또는 제품별 사용량을 쿼리하려면 다음 값 중 하나를 사용합니다.

* `actions` - GitHub Actions
* `packages` - GitHub Packages
* `codespaces` - GitHub Codespaces
* `copilot` - GitHub Copilot
* `ghas` - GitHub Advanced Security
* `ghec` - GitHub Enterprise Cloud
* `sandbox` - GitHub Copilot

## SKU 수준 식별자

**SkuPricing** 예산 또는 SKU별 사용량 쿼리의 경우 다음 값 중 하나를 사용합니다.

###               GitHub Actions SKU

<!-- markdownlint-disable GHD046 -->

* `actions_cache_storage` - 작업 캐시 스토리지
* `actions_custom_image_storage` - 작업 사용자 지정 이미지 스토리지
* `actions_linux` - Linux 실행기 작업
* `actions_linux_2_core_advanced` - Actions Linux 2코어 고급형
* `actions_linux_2_core_arm` - 액션스 Linux 2-코어 ARM
* `actions_linux_32_core` - Linux 32 코어 작업
* `actions_linux_32_core_arm` - 액션 Linux 32코어 ARM
* `actions_linux_4_core` - 액션스 Linux 4코어
* `actions_linux_4_core_arm` - Actions Linux 4코어 ARM
* `actions_linux_4_core_gpu` - 애션스 Linux 4코어 GPU
* `actions_linux_64_core` - Linux 64 코어 작업
* `actions_linux_64_core_arm` - Linux 64 코어 ARM 작업
* `actions_linux_8_core` - 액션 Linux 8코어
* `actions_linux_8_core_arm` - Linux 8 코어 ARM 작업
* `actions_linux_96_core` - Linux 96 코어 작업
* `actions_linux_arm` - Linux ARM 작업
* `actions_linux_slim` - 액션 리눅스 슬림
* `actions_macos` - macOS 실행기 작업
* `actions_macos_l` - macOS 작업 (대형)
* `actions_macos_xl` - 작업 macOS XL
* `actions_storage` - 작업 스토리지
* `actions_windows` - 실행기를 Windows 작업
* `actions_windows_16_core` - Windows 16코어 작업
* `actions_windows_2_core` - Windows 2코어 작업
* `actions_windows_2_core_advanced` - 2코어 고급 Windows 작업
* `actions_windows_2_core_arm` - Windows 2코어 ARM 액션
*               `actions_windows_4_core_arm` - Windows 4코어 ARM 작업
* `actions_windows_32_core` - 작업 옵션 Windows 32코어
* `actions_windows_32_core_arm` - Windows 32코어 ARM 작업을 실행
* `actions_windows_4_core` - Windows 4코어 작업
* `actions_windows_4_core_gpu` - Windows 4코어 GPU 작업
* `actions_windows_64_core` - Windows 64코어 액션
* `actions_windows_64_core_arm` - Windows 64코어 ARM 작업
* `actions_windows_8_core` - 액션 Windows 8-core
* `actions_windows_8_core_arm` - Windows 8 코어 ARM 작업
* `actions_windows_arm` - ARM Windows 작업

 <!-- markdownlint-enable GHD046 -->

###               GitHub Codespaces SKUs

* `codespaces_compute_d16` - Codespaces 컴퓨팅(16코어)
* `codespaces_compute_d2` - Codespaces 컴퓨팅 파워(2코어)
* `codespaces_compute_d32` - Codespaces 컴퓨팅(32코어)
* `codespaces_compute_d4` - Codespaces 컴퓨팅(4코어)
* `codespaces_compute_d8` - Codespaces 컴퓨팅(8코어)
* `codespaces_prebuild_storage` - Codespaces 사전 빌드 스토리지
* `codespaces_storage` - Codespaces 스토리지

###               GitHub Copilot SKUs

* `copilot_ai_credits` - Copilot AI credits
* `copilot_enterprise` - 코필로트 엔터프라이즈
* `copilot_for_business` - 비즈니스용 Copilot
* `copilot_standalone` - 독립 실행형 Copilot

###               GitHub Advanced Security SKUs

* `ghas_code_security_licenses` - GHAS 코드 보안 라이선스
* `ghas_licenses` - GHAS 라이선스
* `ghas_secret_protection_licenses` - GHAS 비밀 보호 라이선스

###               GitHub Copilot SKUs

* `sandbox_linux`
- GitHub Copilot 리눅스
* `sandbox_memory`
- GitHub Copilot 메모리
* `sandbox_snapshot`
- GitHub Copilot 스냅숏

### 기타 SKU

* `ghec_licenses`
- GitHub Enterprise Cloud 라이센스
* `git_lfs_bandwidth` - Git LFS 대역폭
* `git_lfs_storage` - Git LFS 스토리지
* `models_inference` - 모델 유추
* `packages_bandwidth` - 패키지 대역폭
* `packages_storage` - 패키지 스토리지
* `spark_ai_credits` -불꽃 AI credits

> [!NOTE]
> 사용 가능한 정확한 SKU는 엔터프라이즈 또는 조직 구성 및 사용하도록 설정된 기능에 따라 달라질 수 있습니다. REST API를 `404` 통해 예산을 만들 때 오류가 발생하는 경우 오류 응답을 확인하여 계정에 대한 유효한 SKU의 현재 목록을 확인합니다.