Skip to content

Commit 00723b4

Browse files
committed
add back separate models
1 parent 85d1942 commit 00723b4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/replicate/types/prediction_create_params.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ class PredictionCreateParamsWithoutVersion(TypedDict, total=False):
3636
- you don't need to use the file again (Replicate will not store it)
3737
"""
3838

39-
version: Required[str]
40-
"""The ID of the model version that you want to run.
41-
42-
This can be specified in two formats:
43-
44-
1. Just the 64-character version ID:
45-
`9dcd6d78e7c6560c340d916fe32e9f24aabfa331e5cce95fe31f77fb03121426`
46-
2. Full model identifier with version ID in the format `{owner}/{model}:{id}`.
47-
For example,
48-
`replicate/hello-world:9dcd6d78e7c6560c340d916fe32e9f24aabfa331e5cce95fe31f77fb03121426`
49-
"""
50-
5139
stream: bool
5240
"""**This field is deprecated.**
5341

0 commit comments

Comments
 (0)