@runpod/ai-sdk-provider 0.3.0 → 0.3.1
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.
- package/CHANGELOG.md +6 -0
- package/README.md +4 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Runpod AI SDK Provider
|
|
2
2
|
|
|
3
|
-
The **Runpod provider** for the [AI SDK](https://ai-sdk.dev/docs) contains language model and image generation support for [Runpod's](https://runpod.io) public endpoints.
|
|
3
|
+
The **Runpod provider** for the [AI SDK](https://ai-sdk.dev/docs) contains language model and image generation support for [Runpod's](https://runpod.io) public endpoints.
|
|
4
|
+
|
|
5
|
+
Runpod is the foundation for developers to build, deploy, and scale custom AI systems.
|
|
4
6
|
|
|
5
7
|
## Setup
|
|
6
8
|
|
|
@@ -304,21 +306,7 @@ Runpod image models support flexible provider options through the `providerOptio
|
|
|
304
306
|
|
|
305
307
|
## Advanced Features
|
|
306
308
|
|
|
307
|
-
Runpod offers
|
|
308
|
-
|
|
309
|
-
1. **Multiple Model Families**: Access to both language models (LLMs) and cutting-edge image generation models.
|
|
310
|
-
|
|
311
|
-
2. **OpenAI Compatibility**: Language models support full OpenAI API features including function calling and structured output.
|
|
312
|
-
|
|
313
|
-
3. **Custom Endpoint Support**: Use with vLLM, SGLang, or any OpenAI-compatible server.
|
|
314
|
-
|
|
315
|
-
4. **Advanced Image Controls**: Fine-tune image generation with parameters like inference steps, guidance scale, and output format.
|
|
316
|
-
|
|
317
|
-
5. **Context-Aware Generation**: Transform existing images with Flux Kontext models using URL or base64 inputs.
|
|
318
|
-
|
|
319
|
-
6. **Automatic Polling**: Seamless handling of both synchronous and asynchronous image generation.
|
|
320
|
-
|
|
321
|
-
7. **Strict Validation**: Clear error messages for unsupported parameters to prevent confusion.
|
|
309
|
+
Runpod offers public endpoints (everything above), custom serverless endpoints / pods / clusters and a hub of open-source AI repositories including ComfyUI, Axolotl, FLUX.1-dev-juiced, Chatterbox, vLLM, and SGLang.
|
|
322
310
|
|
|
323
311
|
## Links
|
|
324
312
|
|