@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @runpod/ai-sdk-provider
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 179e006: docs: improve intro and outro
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes
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. Runpod is a foundational platform for developers to build, deploy, and scale custom AI systems.
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 several advanced features to enhance your AI applications:
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runpod/ai-sdk-provider",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",