Skip to main content

Availability

Current region availability:
RegionQuota availabilityHardware availability
US_IOWA_1Available by defaultNVIDIA_H100_80GB
US_TEXAS_2Available by defaultNVIDIA_H100_80GB
REGION_UNSPECIFIEDAvailable by defaultANY OF THE ABOVE/BELOW
US_ARIZONA_1Must be requestedNVIDIA_H100_80GB
US_CALIFORNIA_1Must be requestedNVIDIA_H200_141GB
US_GEORGIA_2Must be requestedNVIDIA_B200_180GB
US_ILLINOIS_1Must be requestedNVIDIA_H100_80GB
US_ILLINOIS_2Must be requestedNVIDIA_A100_80GB
US_UTAH_1Must be requestedNVIDIA_B200_180GB
US_VIRGINIA_1Must be requestedNVIDIA_H100_80GB NVIDIA_H200_141GB
US_WASHINGTON_1Must be requestedNVIDIA_H100_80GB
US_WASHINGTON_2Must be requestedNVIDIA_H100_80GB
US_WASHINGTON_3Must be requestedNVIDIA_B200_180GB
EU_FRANKFURT_1Must be requestedNVIDIA_H100_80GB
EU_ICELAND_1Must be requestedNVIDIA_H200_141GB
EU_ICELAND_2Must be requestedNVIDIA_H200_141GB
AP_TOKYO_1Must be requestedNVIDIA_H100_80GB
AP_TOKYO_2Must be requestedNVIDIA_H200_141GB
If you hit a quota limit when requesting a specific region, try launching the deployment without specifying a region. This taps into your global account quota, which is more flexible. Deployments may still be placed in Must be requested regions when region is not specified, but region-level quota must be enabled to explicitly specify that region when creating a deployment.

Using a region

When creating a deployment, you can pass the --region flag:
firectl create deployment accounts/fireworks/models/llama-v3p1-8b-instruct \
    --region US_IOWA_1

Changing regions

Updating a region for a deployment in-place is currently not supported. To move a deployment between regions, please create a new deployment in the new region, then delete the old deployment.

Quotas

Each region has it’s own separate quota for each hardware type. To view your current quotas, run
firectl list quotas
If you need deployments in a non-GA region, please contact our team at inquiries@fireworks.ai.
I