scale-gp-beta 0.1.0a2__py3-none-any.whl → 0.1.0a4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. {scale_gp → scale_gp_beta}/__init__.py +2 -2
  2. {scale_gp → scale_gp_beta}/_base_client.py +10 -99
  3. {scale_gp → scale_gp_beta}/_client.py +1 -1
  4. {scale_gp → scale_gp_beta}/_files.py +1 -1
  5. {scale_gp → scale_gp_beta}/_models.py +5 -2
  6. {scale_gp → scale_gp_beta}/_response.py +6 -4
  7. {scale_gp → scale_gp_beta}/_types.py +1 -1
  8. {scale_gp → scale_gp_beta}/_utils/_logs.py +2 -2
  9. {scale_gp → scale_gp_beta}/_version.py +2 -2
  10. {scale_gp → scale_gp_beta}/resources/chat/completions.py +86 -92
  11. {scale_gp → scale_gp_beta}/resources/models.py +26 -2
  12. {scale_gp → scale_gp_beta}/types/inference_model.py +18 -4
  13. {scale_gp → scale_gp_beta}/types/model_list_params.py +15 -1
  14. {scale_gp_beta-0.1.0a2.dist-info → scale_gp_beta-0.1.0a4.dist-info}/METADATA +144 -30
  15. scale_gp_beta-0.1.0a4.dist-info/RECORD +78 -0
  16. {scale_gp_beta-0.1.0a2.dist-info → scale_gp_beta-0.1.0a4.dist-info}/WHEEL +1 -1
  17. {scale_gp_beta-0.1.0a2.dist-info → scale_gp_beta-0.1.0a4.dist-info}/licenses/LICENSE +1 -1
  18. scale_gp_beta-0.1.0a2.dist-info/RECORD +0 -78
  19. {scale_gp → scale_gp_beta}/_compat.py +0 -0
  20. {scale_gp → scale_gp_beta}/_constants.py +0 -0
  21. {scale_gp → scale_gp_beta}/_exceptions.py +0 -0
  22. {scale_gp → scale_gp_beta}/_qs.py +0 -0
  23. {scale_gp → scale_gp_beta}/_resource.py +0 -0
  24. {scale_gp → scale_gp_beta}/_streaming.py +0 -0
  25. {scale_gp → scale_gp_beta}/_utils/__init__.py +0 -0
  26. {scale_gp → scale_gp_beta}/_utils/_proxy.py +0 -0
  27. {scale_gp → scale_gp_beta}/_utils/_reflection.py +0 -0
  28. {scale_gp → scale_gp_beta}/_utils/_streams.py +0 -0
  29. {scale_gp → scale_gp_beta}/_utils/_sync.py +0 -0
  30. {scale_gp → scale_gp_beta}/_utils/_transform.py +0 -0
  31. {scale_gp → scale_gp_beta}/_utils/_typing.py +0 -0
  32. {scale_gp → scale_gp_beta}/_utils/_utils.py +0 -0
  33. {scale_gp → scale_gp_beta}/lib/.keep +0 -0
  34. {scale_gp → scale_gp_beta}/pagination.py +0 -0
  35. {scale_gp → scale_gp_beta}/py.typed +0 -0
  36. {scale_gp → scale_gp_beta}/resources/__init__.py +0 -0
  37. {scale_gp → scale_gp_beta}/resources/chat/__init__.py +0 -0
  38. {scale_gp → scale_gp_beta}/resources/chat/chat.py +0 -0
  39. {scale_gp → scale_gp_beta}/resources/completions.py +0 -0
  40. {scale_gp → scale_gp_beta}/resources/files/__init__.py +0 -0
  41. {scale_gp → scale_gp_beta}/resources/files/content.py +0 -0
  42. {scale_gp → scale_gp_beta}/resources/files/files.py +0 -0
  43. {scale_gp → scale_gp_beta}/resources/inference.py +0 -0
  44. {scale_gp → scale_gp_beta}/resources/question_sets.py +0 -0
  45. {scale_gp → scale_gp_beta}/resources/questions.py +0 -0
  46. {scale_gp → scale_gp_beta}/types/__init__.py +0 -0
  47. {scale_gp → scale_gp_beta}/types/chat/__init__.py +0 -0
  48. {scale_gp → scale_gp_beta}/types/chat/chat_completion.py +0 -0
  49. {scale_gp → scale_gp_beta}/types/chat/chat_completion_chunk.py +0 -0
  50. {scale_gp → scale_gp_beta}/types/chat/completion_create_params.py +0 -0
  51. {scale_gp → scale_gp_beta}/types/chat/completion_create_response.py +0 -0
  52. {scale_gp → scale_gp_beta}/types/completion.py +0 -0
  53. {scale_gp → scale_gp_beta}/types/completion_create_params.py +0 -0
  54. {scale_gp → scale_gp_beta}/types/file.py +0 -0
  55. {scale_gp → scale_gp_beta}/types/file_create_params.py +0 -0
  56. {scale_gp → scale_gp_beta}/types/file_delete_response.py +0 -0
  57. {scale_gp → scale_gp_beta}/types/file_list.py +0 -0
  58. {scale_gp → scale_gp_beta}/types/file_list_params.py +0 -0
  59. {scale_gp → scale_gp_beta}/types/file_update_params.py +0 -0
  60. {scale_gp → scale_gp_beta}/types/files/__init__.py +0 -0
  61. {scale_gp → scale_gp_beta}/types/inference_create_params.py +0 -0
  62. {scale_gp → scale_gp_beta}/types/inference_create_response.py +0 -0
  63. {scale_gp → scale_gp_beta}/types/inference_model_list.py +0 -0
  64. {scale_gp → scale_gp_beta}/types/inference_response.py +0 -0
  65. {scale_gp → scale_gp_beta}/types/inference_response_chunk.py +0 -0
  66. {scale_gp → scale_gp_beta}/types/model_create_params.py +0 -0
  67. {scale_gp → scale_gp_beta}/types/model_delete_response.py +0 -0
  68. {scale_gp → scale_gp_beta}/types/model_update_params.py +0 -0
  69. {scale_gp → scale_gp_beta}/types/question.py +0 -0
  70. {scale_gp → scale_gp_beta}/types/question_create_params.py +0 -0
  71. {scale_gp → scale_gp_beta}/types/question_list.py +0 -0
  72. {scale_gp → scale_gp_beta}/types/question_list_params.py +0 -0
  73. {scale_gp → scale_gp_beta}/types/question_set.py +0 -0
  74. {scale_gp → scale_gp_beta}/types/question_set_create_params.py +0 -0
  75. {scale_gp → scale_gp_beta}/types/question_set_delete_response.py +0 -0
  76. {scale_gp → scale_gp_beta}/types/question_set_list.py +0 -0
  77. {scale_gp → scale_gp_beta}/types/question_set_list_params.py +0 -0
  78. {scale_gp → scale_gp_beta}/types/question_set_retrieve_params.py +0 -0
  79. {scale_gp → scale_gp_beta}/types/question_set_update_params.py +0 -0
@@ -13,7 +13,21 @@ class ModelListParams(TypedDict, total=False):
13
13
 
14
14
  limit: int
15
15
 
16
- model_vendor: Optional[Literal["openai", "cohere", "vertex_ai", "anthropic", "launch", "llmengine", "model_zoo"]]
16
+ model_vendor: Optional[
17
+ Literal[
18
+ "openai",
19
+ "cohere",
20
+ "vertex_ai",
21
+ "anthropic",
22
+ "azure",
23
+ "gemini",
24
+ "launch",
25
+ "llmengine",
26
+ "model_zoo",
27
+ "bedrock",
28
+ "xai",
29
+ ]
30
+ ]
17
31
 
18
32
  name: Optional[str]
19
33
 
@@ -1,12 +1,11 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.3
2
2
  Name: scale-gp-beta
3
- Version: 0.1.0a2
4
- Summary: The official Python library for the SGPClient API
3
+ Version: 0.1.0a4
4
+ Summary: The official Python library for the Scale GP API
5
5
  Project-URL: Homepage, https://github.com/scaleapi/sgp-python-beta
6
6
  Project-URL: Repository, https://github.com/scaleapi/sgp-python-beta
7
- Author-email: SGP Client <anish.agrawal@scale.com>
8
- License-Expression: Apache-2.0
9
- License-File: LICENSE
7
+ Author-email: Scale GP <anish.agrawal@scale.com>
8
+ License: Apache-2.0
10
9
  Classifier: Intended Audience :: Developers
11
10
  Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Operating System :: MacOS
@@ -30,15 +29,15 @@ Requires-Dist: sniffio
30
29
  Requires-Dist: typing-extensions<5,>=4.10
31
30
  Description-Content-Type: text/markdown
32
31
 
33
- # SGP Client Python API library
32
+ # Scale GP Python API library
34
33
 
35
34
  [![PyPI version](https://img.shields.io/pypi/v/scale-gp-beta.svg)](https://pypi.org/project/scale-gp-beta/)
36
35
 
37
- The SGP Client Python library provides convenient access to the SGP Client REST API from any Python 3.8+
36
+ The Scale GP Python library provides convenient access to the Scale GP REST API from any Python 3.8+
38
37
  application. The library includes type definitions for all request params and response fields,
39
38
  and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
40
39
 
41
- It is generated with [Stainless](https://www.stainlessapi.com/).
40
+ It is generated with [Stainless](https://www.stainless.com/).
42
41
 
43
42
  ## Documentation
44
43
 
@@ -57,7 +56,7 @@ The full API of this library can be found in [api.md](https://github.com/scaleap
57
56
 
58
57
  ```python
59
58
  import os
60
- from scale_gp import SGPClient
59
+ from scale_gp_beta import SGPClient
61
60
 
62
61
  client = SGPClient(
63
62
  api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted
@@ -85,7 +84,7 @@ Simply import `AsyncSGPClient` instead of `SGPClient` and use `await` with each
85
84
  ```python
86
85
  import os
87
86
  import asyncio
88
- from scale_gp import AsyncSGPClient
87
+ from scale_gp_beta import AsyncSGPClient
89
88
 
90
89
  client = AsyncSGPClient(
91
90
  api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted
@@ -113,7 +112,7 @@ Functionality between the synchronous and asynchronous clients is otherwise iden
113
112
  We provide support for streaming responses using Server Side Events (SSE).
114
113
 
115
114
  ```python
116
- from scale_gp import SGPClient
115
+ from scale_gp_beta import SGPClient
117
116
 
118
117
  client = SGPClient(
119
118
  account_id="My Account ID",
@@ -131,7 +130,7 @@ for completion in stream:
131
130
  The async client uses the exact same interface.
132
131
 
133
132
  ```python
134
- from scale_gp import AsyncSGPClient
133
+ from scale_gp_beta import AsyncSGPClient
135
134
 
136
135
  client = AsyncSGPClient(
137
136
  account_id="My Account ID",
@@ -155,18 +154,133 @@ Nested request parameters are [TypedDicts](https://docs.python.org/3/library/typ
155
154
 
156
155
  Typed requests and responses provide autocomplete and documentation within your editor. If you would like to see type errors in VS Code to help catch bugs earlier, set `python.analysis.typeCheckingMode` to `basic`.
157
156
 
157
+ ## Pagination
158
+
159
+ List methods in the Scale GP API are paginated.
160
+
161
+ This library provides auto-paginating iterators with each list response, so you do not have to request successive pages manually:
162
+
163
+ ```python
164
+ from scale_gp_beta import SGPClient
165
+
166
+ client = SGPClient(
167
+ account_id="My Account ID",
168
+ )
169
+
170
+ all_models = []
171
+ # Automatically fetches more pages as needed.
172
+ for model in client.models.list(
173
+ limit=10,
174
+ ):
175
+ # Do something with model here
176
+ all_models.append(model)
177
+ print(all_models)
178
+ ```
179
+
180
+ Or, asynchronously:
181
+
182
+ ```python
183
+ import asyncio
184
+ from scale_gp_beta import AsyncSGPClient
185
+
186
+ client = AsyncSGPClient(
187
+ account_id="My Account ID",
188
+ )
189
+
190
+
191
+ async def main() -> None:
192
+ all_models = []
193
+ # Iterate through items across all pages, issuing requests as needed.
194
+ async for model in client.models.list(
195
+ limit=10,
196
+ ):
197
+ all_models.append(model)
198
+ print(all_models)
199
+
200
+
201
+ asyncio.run(main())
202
+ ```
203
+
204
+ Alternatively, you can use the `.has_next_page()`, `.next_page_info()`, or `.get_next_page()` methods for more granular control working with pages:
205
+
206
+ ```python
207
+ first_page = await client.models.list(
208
+ limit=10,
209
+ )
210
+ if first_page.has_next_page():
211
+ print(f"will fetch next page using these details: {first_page.next_page_info()}")
212
+ next_page = await first_page.get_next_page()
213
+ print(f"number of items we just fetched: {len(next_page.items)}")
214
+
215
+ # Remove `await` for non-async usage.
216
+ ```
217
+
218
+ Or just work directly with the returned data:
219
+
220
+ ```python
221
+ first_page = await client.models.list(
222
+ limit=10,
223
+ )
224
+
225
+ print(f"next page cursor: {first_page.starting_after}") # => "next page cursor: ..."
226
+ for model in first_page.items:
227
+ print(model.id)
228
+
229
+ # Remove `await` for non-async usage.
230
+ ```
231
+
232
+ ## Nested params
233
+
234
+ Nested parameters are dictionaries, typed using `TypedDict`, for example:
235
+
236
+ ```python
237
+ from scale_gp_beta import SGPClient
238
+
239
+ client = SGPClient(
240
+ account_id="My Account ID",
241
+ )
242
+
243
+ inference = client.inference.create(
244
+ model="model",
245
+ inference_configuration={
246
+ "num_retries": 0,
247
+ "timeout_seconds": 0,
248
+ },
249
+ )
250
+ print(inference.inference_configuration)
251
+ ```
252
+
253
+ ## File uploads
254
+
255
+ Request parameters that correspond to file uploads can be passed as `bytes`, a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`.
256
+
257
+ ```python
258
+ from pathlib import Path
259
+ from scale_gp_beta import SGPClient
260
+
261
+ client = SGPClient(
262
+ account_id="My Account ID",
263
+ )
264
+
265
+ client.files.create(
266
+ file=Path("/path/to/file"),
267
+ )
268
+ ```
269
+
270
+ The async client uses the exact same interface. If you pass a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance, the file contents will be read asynchronously automatically.
271
+
158
272
  ## Handling errors
159
273
 
160
- When the library is unable to connect to the API (for example, due to network connection problems or a timeout), a subclass of `scale_gp.APIConnectionError` is raised.
274
+ When the library is unable to connect to the API (for example, due to network connection problems or a timeout), a subclass of `scale_gp_beta.APIConnectionError` is raised.
161
275
 
162
276
  When the API returns a non-success status code (that is, 4xx or 5xx
163
- response), a subclass of `scale_gp.APIStatusError` is raised, containing `status_code` and `response` properties.
277
+ response), a subclass of `scale_gp_beta.APIStatusError` is raised, containing `status_code` and `response` properties.
164
278
 
165
- All errors inherit from `scale_gp.APIError`.
279
+ All errors inherit from `scale_gp_beta.APIError`.
166
280
 
167
281
  ```python
168
- import scale_gp
169
- from scale_gp import SGPClient
282
+ import scale_gp_beta
283
+ from scale_gp_beta import SGPClient
170
284
 
171
285
  client = SGPClient(
172
286
  account_id="My Account ID",
@@ -177,12 +291,12 @@ try:
177
291
  messages=[{"foo": "bar"}],
178
292
  model="model",
179
293
  )
180
- except scale_gp.APIConnectionError as e:
294
+ except scale_gp_beta.APIConnectionError as e:
181
295
  print("The server could not be reached")
182
296
  print(e.__cause__) # an underlying Exception, likely raised within httpx.
183
- except scale_gp.RateLimitError as e:
297
+ except scale_gp_beta.RateLimitError as e:
184
298
  print("A 429 status code was received; we should back off a bit.")
185
- except scale_gp.APIStatusError as e:
299
+ except scale_gp_beta.APIStatusError as e:
186
300
  print("Another non-200-range status code was received")
187
301
  print(e.status_code)
188
302
  print(e.response)
@@ -210,7 +324,7 @@ Connection errors (for example, due to a network connectivity problem), 408 Requ
210
324
  You can use the `max_retries` option to configure or disable retry settings:
211
325
 
212
326
  ```python
213
- from scale_gp import SGPClient
327
+ from scale_gp_beta import SGPClient
214
328
 
215
329
  # Configure the default for all requests:
216
330
  client = SGPClient(
@@ -232,7 +346,7 @@ By default requests time out after 1 minute. You can configure this with a `time
232
346
  which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
233
347
 
234
348
  ```python
235
- from scale_gp import SGPClient
349
+ from scale_gp_beta import SGPClient
236
350
 
237
351
  # Configure the default for all requests:
238
352
  client = SGPClient(
@@ -289,7 +403,7 @@ if response.my_field is None:
289
403
  The "raw" Response object can be accessed by prefixing `.with_raw_response.` to any HTTP method call, e.g.,
290
404
 
291
405
  ```py
292
- from scale_gp import SGPClient
406
+ from scale_gp_beta import SGPClient
293
407
 
294
408
  client = SGPClient(
295
409
  account_id="My Account ID",
@@ -306,9 +420,9 @@ completion = response.parse() # get the object that `chat.completions.create()`
306
420
  print(completion)
307
421
  ```
308
422
 
309
- These methods return an [`APIResponse`](https://github.com/scaleapi/sgp-python-beta/tree/main/src/scale_gp/_response.py) object.
423
+ These methods return an [`APIResponse`](https://github.com/scaleapi/sgp-python-beta/tree/main/src/scale_gp_beta/_response.py) object.
310
424
 
311
- The async client returns an [`AsyncAPIResponse`](https://github.com/scaleapi/sgp-python-beta/tree/main/src/scale_gp/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
425
+ The async client returns an [`AsyncAPIResponse`](https://github.com/scaleapi/sgp-python-beta/tree/main/src/scale_gp_beta/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
312
426
 
313
427
  #### `.with_streaming_response`
314
428
 
@@ -373,7 +487,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c
373
487
 
374
488
  ```python
375
489
  import httpx
376
- from scale_gp import SGPClient, DefaultHttpxClient
490
+ from scale_gp_beta import SGPClient, DefaultHttpxClient
377
491
 
378
492
  client = SGPClient(
379
493
  # Or use the `SGP_CLIENT_BASE_URL` env var
@@ -397,7 +511,7 @@ client.with_options(http_client=DefaultHttpxClient(...))
397
511
  By default the library closes underlying HTTP connections whenever the client is [garbage collected](https://docs.python.org/3/reference/datamodel.html#object.__del__). You can manually close the client using the `.close()` method if desired, or with a context manager that closes when exiting.
398
512
 
399
513
  ```py
400
- from scale_gp import SGPClient
514
+ from scale_gp_beta import SGPClient
401
515
 
402
516
  with SGPClient(
403
517
  account_id="My Account ID",
@@ -427,8 +541,8 @@ If you've upgraded to the latest version but aren't seeing any new features you
427
541
  You can determine the version that is being used at runtime with:
428
542
 
429
543
  ```py
430
- import scale_gp
431
- print(scale_gp.__version__)
544
+ import scale_gp_beta
545
+ print(scale_gp_beta.__version__)
432
546
  ```
433
547
 
434
548
  ## Requirements
@@ -0,0 +1,78 @@
1
+ scale_gp_beta/__init__.py,sha256=XmzYbUteZA7f7EPIFNKcPSnSgFpK6ovSlHY57Xk-WGo,2535
2
+ scale_gp_beta/_base_client.py,sha256=gMRzeMNQ9Z7kaex2ofZ7U0pd-E-7M754bDa7cVhQXvo,64964
3
+ scale_gp_beta/_client.py,sha256=rinNhn5BrX9jC9AGxAs24SzyiwABd6sxoeRZGjONB6E,22601
4
+ scale_gp_beta/_compat.py,sha256=VWemUKbj6DDkQ-O4baSpHVLJafotzeXmCQGJugfVTIw,6580
5
+ scale_gp_beta/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
+ scale_gp_beta/_exceptions.py,sha256=95GM5CLFtP-QMjjmzsr5ajjZOyEZvyaETfGmqNPR8YM,3226
7
+ scale_gp_beta/_files.py,sha256=VHiUi-XDLm5MK8EbVoB2TdgX3jbYshIfxYLeKv5jaYI,3620
8
+ scale_gp_beta/_models.py,sha256=CTC-fpbbGneROztxHX-PkLntPt1ZMmwDqoKY9VAIOVg,29071
9
+ scale_gp_beta/_qs.py,sha256=AOkSz4rHtK4YI3ZU_kzea-zpwBUgEY8WniGmTPyEimc,4846
10
+ scale_gp_beta/_resource.py,sha256=siZly_U6D0AOVLAzaOsqUdEFFzVMbWRj-ml30nvRp7E,1118
11
+ scale_gp_beta/_response.py,sha256=ATtij8CjXVjmhdOWozU9Y0SP4Q_uxCYGFUHroxFnSc4,28853
12
+ scale_gp_beta/_streaming.py,sha256=fcCSGXslmi2SmmkM05g2SACXHk2Mj7k1X5uMBu6U5s8,10112
13
+ scale_gp_beta/_types.py,sha256=ScQhVBaKbtJrER3NkXbjokWE9DqSqREMIw9LE0NrFfA,6150
14
+ scale_gp_beta/_version.py,sha256=ptRARaMd1ajeCOLZQptI91L1KNLiCskNz_887Pb7pH4,173
15
+ scale_gp_beta/pagination.py,sha256=6AAa8_V0wARlMd1MIXijugYbG1mILGc2tHVKbUQbZyQ,2595
16
+ scale_gp_beta/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ scale_gp_beta/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
18
+ scale_gp_beta/_utils/_logs.py,sha256=e6Q2f2qmGe638ty50AXbwcPVlwCdTtXDzybw3eSWwGU,792
19
+ scale_gp_beta/_utils/_proxy.py,sha256=z3zsateHtb0EARTWKk8QZNHfPkqJbqwd1lM993LBwGE,1902
20
+ scale_gp_beta/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
21
+ scale_gp_beta/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
22
+ scale_gp_beta/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
23
+ scale_gp_beta/_utils/_transform.py,sha256=tsSFOIZ7iczaUsMSGBD_iSFOOdUyT2xtkcq1xyF0L9o,13986
24
+ scale_gp_beta/_utils/_typing.py,sha256=nTJz0jcrQbEgxwy4TtAkNxuU0QHHlmc6mQtA6vIR8tg,4501
25
+ scale_gp_beta/_utils/_utils.py,sha256=8UmbPOy_AAr2uUjjFui-VZSrVBHRj6bfNEKRp5YZP2A,12004
26
+ scale_gp_beta/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
27
+ scale_gp_beta/resources/__init__.py,sha256=CLsKitqMWj9CtyeCVAgOBuguN9NpztGeICZbOYO1qlg,3435
28
+ scale_gp_beta/resources/completions.py,sha256=dk7Uvl8dnnieRWTJr2fhzJMZwOzGIjsYSw2GjaMWlCs,31653
29
+ scale_gp_beta/resources/inference.py,sha256=_20eN0x0PZBPNLx2VrozQrJgRVjtlXPjeTpTcnuP0bU,7576
30
+ scale_gp_beta/resources/models.py,sha256=85F8qPJN9lBPbfNm9F8bHpdJSsyekS9B3GDPJtCXaMA,32658
31
+ scale_gp_beta/resources/question_sets.py,sha256=X9eGII0Nh2jP7PTU86wLB6Blj0QIvYMJWUJm0D76QIU,25923
32
+ scale_gp_beta/resources/questions.py,sha256=XP-PJoGyGTIlNkCMhmBAUbHp2m4yT81ofBnVds4o0Jg,14835
33
+ scale_gp_beta/resources/chat/__init__.py,sha256=BVAfz9TM3DT5W9f_mt0P9YRxL_MsUxKCWAH6u1iogmA,1041
34
+ scale_gp_beta/resources/chat/chat.py,sha256=4OG_TrwVqYvV-7Ha8Nbc6iuXQuys9wKXgkxYmE6p6jk,3672
35
+ scale_gp_beta/resources/chat/completions.py,sha256=ZPa4-9RNKTXldq2VjWahNrlXeO_jYGswyPzgWlPuAVQ,46581
36
+ scale_gp_beta/resources/files/__init__.py,sha256=VgAtqUimN5Kf_-lmEaNBnu_ApGegKsJQ1zNf-42MXFA,1002
37
+ scale_gp_beta/resources/files/content.py,sha256=oJxb-28ZOUBgzE_MiAaJOcKFmtlB-N5APdhfZBNJna8,5762
38
+ scale_gp_beta/resources/files/files.py,sha256=M8OdZoIi3fFjJL7oIn8w9TD6TVcASCMy1Ze1YZRbPMo,20530
39
+ scale_gp_beta/types/__init__.py,sha256=0AA_yRFLEjX9VKsjiY3lEGjDweKuydLZnJxNoE2NXjQ,2202
40
+ scale_gp_beta/types/completion.py,sha256=5eewo25sdqL4vutqvE8wmugE0Cw6YLzZ0_AD6yjP9NM,3259
41
+ scale_gp_beta/types/completion_create_params.py,sha256=LE9vna29Kbh7E8qUq7EhQbcu7YuCF_h663maKtzOnhk,3063
42
+ scale_gp_beta/types/file.py,sha256=Xkha0eSr1q6hkwjE9e2XNgk8kuHNoTEe1LXNhz6o-1k,528
43
+ scale_gp_beta/types/file_create_params.py,sha256=KpXv6JCbd8BlgceTmBTewxOky2JTJaTW3mcGiVVU7wE,317
44
+ scale_gp_beta/types/file_delete_response.py,sha256=lOsiaw8qrUOnH7smxb27-n7M4D1chfXlAUaMTRmdldY,336
45
+ scale_gp_beta/types/file_list.py,sha256=Ckj6RZNvIcrSeNg3NWbwyj92uezu4v5_6J4I4M0mjdA,637
46
+ scale_gp_beta/types/file_list_params.py,sha256=NkyOFeSJOTcPKd-JQnYa52KOEhEOJF-aU2ycsp3Zmds,353
47
+ scale_gp_beta/types/file_update_params.py,sha256=cZAz43aIXmc0jOz-uKWDsZIJx24NN4t9kQ2XDORvQ-Q,297
48
+ scale_gp_beta/types/inference_create_params.py,sha256=lpdMjG-ufUDpH8bGPbt2klG0I9Q3o374WrqHBjEpPwE,665
49
+ scale_gp_beta/types/inference_create_response.py,sha256=JgoDjN5B8zRUpOXXasD97vFKVN7A6QHKz_PN64pKB6s,390
50
+ scale_gp_beta/types/inference_model.py,sha256=Zzc3_-YvN8Xd_4Vad5ZkYm_0lqVAbMfNtpBRHTQ2AXM,4480
51
+ scale_gp_beta/types/inference_model_list.py,sha256=I5qlOvpe-kX2HUp-C0h47Na0w6tRfZiC5wGCJ_KMxUk,688
52
+ scale_gp_beta/types/inference_response.py,sha256=PIX9ihGJ6IP6D6i8gk3o_mbSLy9fvRwZdGyICQKh-q8,337
53
+ scale_gp_beta/types/inference_response_chunk.py,sha256=UIw0gVwnqtQKPTH3QAW9UYVlD0lBz7av-EzcMqF7xgg,353
54
+ scale_gp_beta/types/model_create_params.py,sha256=K04FNqloYYTwffMHnNLRnrPNOKPgG70R6xKXZzR3Uu0,3484
55
+ scale_gp_beta/types/model_delete_response.py,sha256=fSpTChRLHPOoc9SJbkS4wcLxVOc3kKBOya8wkGow5pY,339
56
+ scale_gp_beta/types/model_list_params.py,sha256=617LRolXLNCV8kadHK7XRGN-0woh0mvj88ZSbPLdGDg,702
57
+ scale_gp_beta/types/model_update_params.py,sha256=RFXvs-EIDHmNO-fnPB8H6B9DlK6bYVsiwFDMPPFHGII,3701
58
+ scale_gp_beta/types/question.py,sha256=aETwjezMGu6hxG9wCa9uBM2H0d9xKRIWu1t2S01bfdw,1597
59
+ scale_gp_beta/types/question_create_params.py,sha256=EqXkbj9zx5M8GPpGVv0XChE-jaxSUHR_UwiyCwsOVZ8,1517
60
+ scale_gp_beta/types/question_list.py,sha256=lk4GWhnnThcqnwmbxUNq07vqyXS8ToUYRp4nf7YctGs,657
61
+ scale_gp_beta/types/question_list_params.py,sha256=vf0ADgkIyuYiye4ySEvJSwj4wkwfPJUPHh0lIE77s_k,361
62
+ scale_gp_beta/types/question_set.py,sha256=QMhZ9mIzkzkzITTHFgWlWgHPP4CWTt0v3M9TZc2_VFY,2525
63
+ scale_gp_beta/types/question_set_create_params.py,sha256=fb_DmwtOj4q61cbP-0v5Ckq76tT-cbQEyRKj8TkHf7c,3785
64
+ scale_gp_beta/types/question_set_delete_response.py,sha256=WfKpVppIGoBG96_CxFmD01QLsj7iAOuG1DJug3l4eF4,358
65
+ scale_gp_beta/types/question_set_list.py,sha256=GDZWcjbLARtLSHZiCGbwdcXQe4inaSfddxu8mgSnAzQ,673
66
+ scale_gp_beta/types/question_set_list_params.py,sha256=omaQ4bD-Zh_CvMvul9O0-tPU18C888QTC6Q9v5tlJkU,449
67
+ scale_gp_beta/types/question_set_retrieve_params.py,sha256=NUXBXehGZDxkaqYHke-aJRXp_YITeN6Hr3cjv95ssDM,334
68
+ scale_gp_beta/types/question_set_update_params.py,sha256=znfOyD45Fhsu6oCw1IrjSSvcYrRLXI6WbWVxnulSSlc,691
69
+ scale_gp_beta/types/chat/__init__.py,sha256=DA0PFPt0oaPb25RI7Cs3RQEJfDLg5-qBiU8l0S_3nnw,443
70
+ scale_gp_beta/types/chat/chat_completion.py,sha256=MswoiGtEb_ik1OHkk6k4jrpcH4lqmOdnIXLnGZJy7wM,7314
71
+ scale_gp_beta/types/chat/chat_completion_chunk.py,sha256=6anUxR5cLdhEhhSgjh3tFbH_7crpD9dktsAnrBLxykQ,7047
72
+ scale_gp_beta/types/chat/completion_create_params.py,sha256=Y7vJNvNM4Sov77l55aS5YtyRnrf7isediu3nKr6YE-A,4505
73
+ scale_gp_beta/types/chat/completion_create_response.py,sha256=0OhfoJW8azVRrZdXRRMuiJ7kEEeMDnKScxrr3sayzDo,374
74
+ scale_gp_beta/types/files/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
75
+ scale_gp_beta-0.1.0a4.dist-info/METADATA,sha256=CC8vZUT2AtJZP0nv8HAoSXnQQ8QSMP2SkWcm01WcnRQ,16938
76
+ scale_gp_beta-0.1.0a4.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
77
+ scale_gp_beta-0.1.0a4.dist-info/licenses/LICENSE,sha256=x49Bj8r_ZpqfzThbmfHyZ_bE88XvHdIMI_ANyLHFFRE,11338
78
+ scale_gp_beta-0.1.0a4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.26.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2025 SGP Client
189
+ Copyright 2025 Scale GP
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,78 +0,0 @@
1
- scale_gp/__init__.py,sha256=evlLk5Y6LX7WN655LpwQOsnHT6_bwC37ggovhe1QpF4,2520
2
- scale_gp/_base_client.py,sha256=8GoQtY-nOyi0APfOuv5KF-aN8psZDTLm0to44MHS-VY,68529
3
- scale_gp/_client.py,sha256=IRFigmkY05I9pFLNVFIX7W2-JzDn6BbT71RPeDArqac,22596
4
- scale_gp/_compat.py,sha256=VWemUKbj6DDkQ-O4baSpHVLJafotzeXmCQGJugfVTIw,6580
5
- scale_gp/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
- scale_gp/_exceptions.py,sha256=95GM5CLFtP-QMjjmzsr5ajjZOyEZvyaETfGmqNPR8YM,3226
7
- scale_gp/_files.py,sha256=mf4dOgL4b0ryyZlbqLhggD3GVgDf6XxdGFAgce01ugE,3549
8
- scale_gp/_models.py,sha256=PDLSNsn3Umxm3UMZPgyBiyN308rRzzPX6F9NO9FU2vs,28943
9
- scale_gp/_qs.py,sha256=AOkSz4rHtK4YI3ZU_kzea-zpwBUgEY8WniGmTPyEimc,4846
10
- scale_gp/_resource.py,sha256=siZly_U6D0AOVLAzaOsqUdEFFzVMbWRj-ml30nvRp7E,1118
11
- scale_gp/_response.py,sha256=Ng_D4r6-4gDwfgH6jd7TALIwaq6uQqj_p7L6tMlW5MQ,28803
12
- scale_gp/_streaming.py,sha256=fcCSGXslmi2SmmkM05g2SACXHk2Mj7k1X5uMBu6U5s8,10112
13
- scale_gp/_types.py,sha256=1s1QnchuKP0zB9frcXdFL0e9Sr5wwyeT_MG_Gfp126M,6145
14
- scale_gp/_version.py,sha256=SzlRaCehM282kqHi3aRGa0XFsiBkpImH_43ddVkJ3Ak,168
15
- scale_gp/pagination.py,sha256=6AAa8_V0wARlMd1MIXijugYbG1mILGc2tHVKbUQbZyQ,2595
16
- scale_gp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- scale_gp/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
18
- scale_gp/_utils/_logs.py,sha256=_3RvchyDgW5RRckTFpBeADUSa8W8D5PurLhxeMfigJE,782
19
- scale_gp/_utils/_proxy.py,sha256=z3zsateHtb0EARTWKk8QZNHfPkqJbqwd1lM993LBwGE,1902
20
- scale_gp/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
21
- scale_gp/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
22
- scale_gp/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
23
- scale_gp/_utils/_transform.py,sha256=tsSFOIZ7iczaUsMSGBD_iSFOOdUyT2xtkcq1xyF0L9o,13986
24
- scale_gp/_utils/_typing.py,sha256=nTJz0jcrQbEgxwy4TtAkNxuU0QHHlmc6mQtA6vIR8tg,4501
25
- scale_gp/_utils/_utils.py,sha256=8UmbPOy_AAr2uUjjFui-VZSrVBHRj6bfNEKRp5YZP2A,12004
26
- scale_gp/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
27
- scale_gp/resources/__init__.py,sha256=CLsKitqMWj9CtyeCVAgOBuguN9NpztGeICZbOYO1qlg,3435
28
- scale_gp/resources/completions.py,sha256=dk7Uvl8dnnieRWTJr2fhzJMZwOzGIjsYSw2GjaMWlCs,31653
29
- scale_gp/resources/inference.py,sha256=_20eN0x0PZBPNLx2VrozQrJgRVjtlXPjeTpTcnuP0bU,7576
30
- scale_gp/resources/models.py,sha256=lUAbtJE_FPbm-vYXz34Kl1-ir0Kcy5lT_x5VC31NT5o,32202
31
- scale_gp/resources/question_sets.py,sha256=X9eGII0Nh2jP7PTU86wLB6Blj0QIvYMJWUJm0D76QIU,25923
32
- scale_gp/resources/questions.py,sha256=XP-PJoGyGTIlNkCMhmBAUbHp2m4yT81ofBnVds4o0Jg,14835
33
- scale_gp/resources/chat/__init__.py,sha256=BVAfz9TM3DT5W9f_mt0P9YRxL_MsUxKCWAH6u1iogmA,1041
34
- scale_gp/resources/chat/chat.py,sha256=4OG_TrwVqYvV-7Ha8Nbc6iuXQuys9wKXgkxYmE6p6jk,3672
35
- scale_gp/resources/chat/completions.py,sha256=NlowDMqoS2OAme1LzcYecxiIz9-DTRtscTU-iNycpWg,47067
36
- scale_gp/resources/files/__init__.py,sha256=VgAtqUimN5Kf_-lmEaNBnu_ApGegKsJQ1zNf-42MXFA,1002
37
- scale_gp/resources/files/content.py,sha256=oJxb-28ZOUBgzE_MiAaJOcKFmtlB-N5APdhfZBNJna8,5762
38
- scale_gp/resources/files/files.py,sha256=M8OdZoIi3fFjJL7oIn8w9TD6TVcASCMy1Ze1YZRbPMo,20530
39
- scale_gp/types/__init__.py,sha256=0AA_yRFLEjX9VKsjiY3lEGjDweKuydLZnJxNoE2NXjQ,2202
40
- scale_gp/types/completion.py,sha256=5eewo25sdqL4vutqvE8wmugE0Cw6YLzZ0_AD6yjP9NM,3259
41
- scale_gp/types/completion_create_params.py,sha256=LE9vna29Kbh7E8qUq7EhQbcu7YuCF_h663maKtzOnhk,3063
42
- scale_gp/types/file.py,sha256=Xkha0eSr1q6hkwjE9e2XNgk8kuHNoTEe1LXNhz6o-1k,528
43
- scale_gp/types/file_create_params.py,sha256=KpXv6JCbd8BlgceTmBTewxOky2JTJaTW3mcGiVVU7wE,317
44
- scale_gp/types/file_delete_response.py,sha256=lOsiaw8qrUOnH7smxb27-n7M4D1chfXlAUaMTRmdldY,336
45
- scale_gp/types/file_list.py,sha256=Ckj6RZNvIcrSeNg3NWbwyj92uezu4v5_6J4I4M0mjdA,637
46
- scale_gp/types/file_list_params.py,sha256=NkyOFeSJOTcPKd-JQnYa52KOEhEOJF-aU2ycsp3Zmds,353
47
- scale_gp/types/file_update_params.py,sha256=cZAz43aIXmc0jOz-uKWDsZIJx24NN4t9kQ2XDORvQ-Q,297
48
- scale_gp/types/inference_create_params.py,sha256=lpdMjG-ufUDpH8bGPbt2klG0I9Q3o374WrqHBjEpPwE,665
49
- scale_gp/types/inference_create_response.py,sha256=JgoDjN5B8zRUpOXXasD97vFKVN7A6QHKz_PN64pKB6s,390
50
- scale_gp/types/inference_model.py,sha256=6VL2E93OLOIIFix894Hu5jlwpuKUGPydBLO8puztlJI,4268
51
- scale_gp/types/inference_model_list.py,sha256=I5qlOvpe-kX2HUp-C0h47Na0w6tRfZiC5wGCJ_KMxUk,688
52
- scale_gp/types/inference_response.py,sha256=PIX9ihGJ6IP6D6i8gk3o_mbSLy9fvRwZdGyICQKh-q8,337
53
- scale_gp/types/inference_response_chunk.py,sha256=UIw0gVwnqtQKPTH3QAW9UYVlD0lBz7av-EzcMqF7xgg,353
54
- scale_gp/types/model_create_params.py,sha256=K04FNqloYYTwffMHnNLRnrPNOKPgG70R6xKXZzR3Uu0,3484
55
- scale_gp/types/model_delete_response.py,sha256=fSpTChRLHPOoc9SJbkS4wcLxVOc3kKBOya8wkGow5pY,339
56
- scale_gp/types/model_list_params.py,sha256=VeKvA7yHJqPE2lO_TEBDEy3lnN4j8FQYrTbVaECfqfQ,508
57
- scale_gp/types/model_update_params.py,sha256=RFXvs-EIDHmNO-fnPB8H6B9DlK6bYVsiwFDMPPFHGII,3701
58
- scale_gp/types/question.py,sha256=aETwjezMGu6hxG9wCa9uBM2H0d9xKRIWu1t2S01bfdw,1597
59
- scale_gp/types/question_create_params.py,sha256=EqXkbj9zx5M8GPpGVv0XChE-jaxSUHR_UwiyCwsOVZ8,1517
60
- scale_gp/types/question_list.py,sha256=lk4GWhnnThcqnwmbxUNq07vqyXS8ToUYRp4nf7YctGs,657
61
- scale_gp/types/question_list_params.py,sha256=vf0ADgkIyuYiye4ySEvJSwj4wkwfPJUPHh0lIE77s_k,361
62
- scale_gp/types/question_set.py,sha256=QMhZ9mIzkzkzITTHFgWlWgHPP4CWTt0v3M9TZc2_VFY,2525
63
- scale_gp/types/question_set_create_params.py,sha256=fb_DmwtOj4q61cbP-0v5Ckq76tT-cbQEyRKj8TkHf7c,3785
64
- scale_gp/types/question_set_delete_response.py,sha256=WfKpVppIGoBG96_CxFmD01QLsj7iAOuG1DJug3l4eF4,358
65
- scale_gp/types/question_set_list.py,sha256=GDZWcjbLARtLSHZiCGbwdcXQe4inaSfddxu8mgSnAzQ,673
66
- scale_gp/types/question_set_list_params.py,sha256=omaQ4bD-Zh_CvMvul9O0-tPU18C888QTC6Q9v5tlJkU,449
67
- scale_gp/types/question_set_retrieve_params.py,sha256=NUXBXehGZDxkaqYHke-aJRXp_YITeN6Hr3cjv95ssDM,334
68
- scale_gp/types/question_set_update_params.py,sha256=znfOyD45Fhsu6oCw1IrjSSvcYrRLXI6WbWVxnulSSlc,691
69
- scale_gp/types/chat/__init__.py,sha256=DA0PFPt0oaPb25RI7Cs3RQEJfDLg5-qBiU8l0S_3nnw,443
70
- scale_gp/types/chat/chat_completion.py,sha256=MswoiGtEb_ik1OHkk6k4jrpcH4lqmOdnIXLnGZJy7wM,7314
71
- scale_gp/types/chat/chat_completion_chunk.py,sha256=6anUxR5cLdhEhhSgjh3tFbH_7crpD9dktsAnrBLxykQ,7047
72
- scale_gp/types/chat/completion_create_params.py,sha256=Y7vJNvNM4Sov77l55aS5YtyRnrf7isediu3nKr6YE-A,4505
73
- scale_gp/types/chat/completion_create_response.py,sha256=0OhfoJW8azVRrZdXRRMuiJ7kEEeMDnKScxrr3sayzDo,374
74
- scale_gp/types/files/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
75
- scale_gp_beta-0.1.0a2.dist-info/METADATA,sha256=fKbS0YgTPDY0yEBL4FRowkF-u2V-jADZ42BA_QZnaCM,14170
76
- scale_gp_beta-0.1.0a2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
77
- scale_gp_beta-0.1.0a2.dist-info/licenses/LICENSE,sha256=bjx34Ru3J05hEqirGarDDOMD2C3139VyMKWaOCBU-tY,11340
78
- scale_gp_beta-0.1.0a2.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes