deepseek-laravel  by deepseek-php

Laravel package for DeepSeek AI API integration

created 7 months ago
384 stars

Top 75.6% on sourcepulse

GitHubView on GitHub
Project Summary

This package provides a Laravel wrapper for the Deepseek PHP client, enabling seamless integration of the Deepseek AI API into Laravel applications. It is designed for Laravel developers seeking to leverage advanced AI capabilities within their web projects.

How It Works

The wrapper utilizes a fluent interface for constructing API requests, allowing developers to chain methods for setting prompts, models, and parameters like temperature. It abstracts the underlying HTTP communication with the Deepseek API, simplifying the process of sending queries and receiving responses within a Laravel context.

Quick Start & Requirements

  • Install via Composer: composer require deepseek-php/deepseek-laravel
  • Publish configuration: php artisan vendor:publish --tag=deepseek
  • Add API key to .env: DEEPSEEK_API_KEY="your_api_key"
  • Requires PHP and Laravel.

Highlighted Details

  • Supports basic and advanced usage patterns for API interaction.
  • Allows customization of models and generation parameters (e.g., temperature).
  • Includes a Telegram community for support and discussion.

Maintenance & Community

The project is maintained by Omar AlAlwi, with contributions from Assem Alwaseai and Faisal. A Telegram community is available for general discussion, ideas, announcements, releases, issue reporting, and pull requests.

Licensing & Compatibility

  • License: MIT License (MIT).
  • Compatible with commercial use and closed-source applications due to its permissive MIT license.

Limitations & Caveats

Testing functionality is noted as "coming soon." The README does not detail specific model availability or performance benchmarks.

Health Check
Last commit

5 months ago

Responsiveness

1 day

Pull Requests (30d)
0
Issues (30d)
0
Star History
16 stars in the last 90 days

Explore Similar Projects

Starred by Patrick von Platen Patrick von Platen(Core Contributor to Hugging Face Transformers and Diffusers) and Jeff Hammerbacher Jeff Hammerbacher(Cofounder of Cloudera).

client-python by mistralai

0.3%
628
Python SDK for Mistral AI platform
created 1 year ago
updated 1 week ago
Starred by Peter Norvig Peter Norvig(Author of Artificial Intelligence: A Modern Approach; Research Director at Google), Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), and
2 more.

aisuite by andrewyng

0.2%
12k
Unified interface for multiple generative AI providers
created 1 year ago
updated 4 days ago
Feedback? Help us improve.