Skip to content

Commit aa15cf5

Browse files
committed
remove custom reference
1 parent fc80ab4 commit aa15cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/inference_model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: "Scaleway: scaleway_inference_model"
55

66
# Resource: scaleway_inference_model
77

8-
The scaleway_inference_model resource allows you to upload and manage custom inference models in the Scaleway Inference ecosystem. Once registered, a custom model can be used in any scaleway_inference_deployment resource.
8+
The scaleway_inference_model resource allows you to upload and manage custom inference models in the Scaleway Inference ecosystem. Once registered, a model can be used in any scaleway_inference_deployment resource.
99

1010
## Example Usage
1111

@@ -43,7 +43,7 @@ resource "scaleway_inference_deployment" "my_deployment" {
4343

4444
## Argument Reference
4545

46-
- `name` - (Required) The name of the custom model. This must be unique within the project.
46+
- `name` - (Required) The name of the model. This must be unique within the project.
4747
- `url` - (Required) The HTTPS source URL from which the model will be downloaded. This is typically a Hugging Face repository URL (e.g., https://huggingface.co/agentica-org/DeepCoder-14B-Preview). The URL must be publicly accessible or require valid credentials via `secret`
4848
- `secret` - (Optional, Sensitive) Authentication token used to pull the model from a private or gated URL (e.g., a Hugging Face access token with read permission).
4949
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#regions) in which the deployment is created.
@@ -69,7 +69,7 @@ In addition to all arguments above, the following attributes are exported:
6969

7070
## Import
7171

72-
Custom models can be imported using, `{region}/{id}`, as shown below:
72+
Models can be imported using, `{region}/{id}`, as shown below:
7373

7474
```bash
7575
terraform import scaleway_inference_model.my_model fr-par/11111111-1111-1111-1111-111111111111

0 commit comments

Comments
 (0)