Skip to main content
Stay up to date with the latest features, improvements, and updates to the Gravix Layer Python SDK.

[0.0.31] - 2025-09-24

Added

  • Vector Collection and Indexes: Added Vector Collection and Indexes option for enhanced vector database management

[0.0.30] - 2025-01-20

Updated

  • Accelerator Endpoint: Updated Accelerator endpoint for improved performance and functionality

[0.0.29] - 2025-09-17

Fixed

  • Error Handling: Fixed errors in files functionality
  • Streaming: Fixed streaming issues for deployment models

[0.0.28] - 2025-09-16

Added

  • Files Enhancement: Added file_name argument in files option

[0.0.27] - 2025-09-15

Changed

  • Deployment Querying: Changed deployment querying method

Added

  • Files Support: Added files support functionality

[0.0.25] - 2025-09-01

Added

  • Deployment Management: Added comprehensive deployment management through CLI
  • Dedicated Deployments: Support for creating, managing, and deploying dedicated model instances
  • Hardware Management: CLI commands to list and manage GPU/hardware configurations
  • Enhanced CLI: Updated CLI usage with deployment commands

Enhanced

  • CLI Interface: Enhanced CLI with deployment management capabilities
  • Documentation: Updated all documentation to include deployment management examples

[0.0.24] - 2025-08-28

Changed

  • Updated CLI usage patterns
  • Documentation improvements

[0.0.18] - 2025-08-24

Added

  • Completions Endpoint: Added support for text completions with prompt-based generation
  • CLI Support for Completions: Extended command-line interface to support completions mode
  • Streaming Completions: Added real-time streaming support for text completions
  • Async Completions: Full async/await support for completions endpoint

Enhanced

  • CLI Interface: Enhanced CLI with --mode completions and --prompt parameters
  • Type Safety: Added type hints for completions responses and parameters

[0.0.4] - 2024-08-05

Added

  • Initial Release: Initial release with core functionality
  • OpenAI Compatibility: Basic OpenAI compatibility layer
  • Authentication: Authentication system
  • Chat Completions: Chat completions with message-based conversations
  • Embeddings: Text embeddings for semantic search and similarity
  • Streaming: Real-time response streaming for chat completions
  • Async Support: Full asynchronous support with async/await
  • Function Calling: Tool integration and function calling capabilities
  • CLI Interface: Command-line interface for quick testing
  • Type Safety: Complete type hints for better development experience
  • Error Handling: Comprehensive exception handling
I