awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai-php avatar

openai-php/client

0
View on GitHub↗
5,805 نجوم·680 تفرعات·PHP·MIT·10 مشاهدات

Client

هذا المشروع عبارة عن عميل PHP API و SDK لدمج خدمات OpenAI في تطبيقات PHP. يعمل كمكتبة تكامل وغلاف للتفاعل مع النماذج اللغوية الكبيرة لإنشاء نصوص، وصور، وصوت عبر استدعاءات REST API.

توفر المكتبة تنسيقاً متخصصاً لمساعدي الذكاء الاصطناعي، وإدارة سلاسل المحادثات ومخازن المتجهات. كما تتضمن أدوات لضبط النموذج المخصص، وتنفيذ البحث الدلالي من خلال تضمينات النصوص، ومعالجة الصوت للنسخ والتركيب.

يغطي سطح الإمكانات اعتدال المحتوى، وإدارة الملفات، والتعامل مع الدردشة وإكمال النصوص. ويدعم تسليم البيانات في الوقت الفعلي عبر بث أحداث مرسلة من الخادم، والمعالجة المجمعة غير المتزامنة، والتحقق من توقيعات webhook.

Features

  • OpenAI API Clients - Provides a PHP client to implement the OpenAI API specification for interacting with models.
  • AI SDKs - Provides a comprehensive PHP software development kit for integrating OpenAI services, including typed interfaces for model management and content generation.
  • AI Assistants - Builds and configures AI agents with specific instructions and tool access to handle complex tasks.
  • Assistant Management APIs - Coordinates assistant creation and manages threaded conversations along with tool output submissions.
  • Chat Completion Services - Generates conversational text or JSON responses from chat messages using image inputs and tool calls.
  • LLM Model Integrations - Integrates large language models into PHP applications for chat, embeddings, and completions.
  • Conversation Threads - Maintains persistent session state by creating threads and executing runs for AI conversations.
  • Text Completion Engines - Produces text or JSON completions from prompts, including support for external function calls.
  • Text Embedding Generators - Transforms input text into vector representations to power semantic search and similarity tasks.
  • Streaming Chat Responses - Delivers chat completions incrementally as they are generated to reduce perceived latency.
  • Speech-to-Text Translation - Translates spoken audio from various languages into written English text.
  • Speech-to-Text and Text-to-Speech Integrations - Integrates speech-to-text transcription and text-to-speech synthesis services.
  • Speech-to-Text Transcribers - Converts audio files into text with optional timestamps and granularities.
  • Text-to-Audio Synthesis - Converts written text into spoken audio files using synthesis models.
  • Image Generation And Editing - Implements capabilities for generating new visuals and editing existing images using generative AI.
  • Model Fine-Tuning - Allows training specific models on custom datasets by creating and tracking background fine-tuning jobs.
  • Vector Stores - Supports the organization and querying of high-dimensional embeddings in vector stores.
  • Semantic Search - Implements semantic search using vector similarity to find relevant information.
  • Response Streaming - Sends generated text, images, or audio incrementally to the client via server-sent events.
  • Server-Sent Events - Processes incremental data chunks from the API using server-sent events for real-time response streaming.
  • Content Moderation - Filters harmful or inappropriate text against safety policies to detect violations.
  • Batch Request Processing - Implements high-throughput submission and polling for large groups of asynchronous requests.
  • AI & Machine Learning - Client for interacting with the OpenAI API.
  • Development Packages - API client for AI services.
  • Programming Libraries - Supercharged PHP API client for OpenAI.

سجل النجوم

مخطط تاريخ النجوم لـ openai-php/clientمخطط تاريخ النجوم لـ openai-php/client

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Client

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Client.
  • openai/openai-goالصورة الرمزية لـ openai

    openai/openai-go

    2,974عرض على GitHub↗

    openai-go is an LLM SDK for Go and a client for interacting with OpenAI services. It provides type-safe bindings to generate text, images, and audio via REST endpoints, enabling the integration of large language models and AI assistant orchestration into Go applications. The library serves as an agent orchestration tool for managing stateful conversation threads and autonomous agents with integrated tool calling and file search. It also functions as an asynchronous batch processing client for monitoring large-scale request groups and fine-tuning jobs, alongside a management SDK for controllin

    Go
    عرض على GitHub↗2,974
  • macpaw/openaiالصورة الرمزية لـ MacPaw

    MacPaw/OpenAI

    2,862عرض على GitHub↗

    This is an asynchronous Swift client library for calling OpenAI’s API across Apple platforms. It provides native access to chat completions, image generation and editing, speech synthesis and transcription, text embeddings, and content moderation through a single interface built on Swift’s async-await concurrency model. The client supports structured output generation by constraining model responses to a provided JSON schema, and enables real-time consumption of generated text through streaming responses delivered as an AsyncSequence. It includes a thread-based conversation model for managing

    Swiftaiopenaiopenai-api
    عرض على GitHub↗2,862
  • theokanning/openai-javaالصورة الرمزية لـ TheoKanning

    TheoKanning/openai-java

    4,740عرض على GitHub↗

    openai-java is a Java client library and software development kit designed to integrate OpenAI services into Java applications. It functions as a programmatic wrapper for large language model endpoints, enabling the implementation of generative AI capabilities such as chat completions, text embeddings, and the orchestration of AI agents. The library supports a wide range of multimodal tasks, including the generation and editing of images, as well as audio transcription and translation. It provides specialized tools for model training and fine-tuning, allowing users to upload datasets to impro

    Java
    عرض على GitHub↗4,740
  • sashabaranov/go-openaiالصورة الرمزية لـ sashabaranov

    sashabaranov/go-openai

    10,694عرض على GitHub↗

    This project is a Go library that provides a programmatic interface for interacting with generative AI services. It serves as a comprehensive software development kit for integrating large language models into applications, enabling developers to perform tasks such as text and chat completion, image generation, and audio transcription. The library distinguishes itself through a unified infrastructure designed for robust network communication and service management. It features structured request mapping and error normalization to ensure type-safe interactions and simplified debugging. Further

    Gochatgptchatgpt-apidall-e
    عرض على GitHub↗10,694
عرض جميع البدائل الـ 30 لـ Client→

الأسئلة الشائعة

ما هي وظيفة openai-php/client؟

هذا المشروع عبارة عن عميل PHP API و SDK لدمج خدمات OpenAI في تطبيقات PHP. يعمل كمكتبة تكامل وغلاف للتفاعل مع النماذج اللغوية الكبيرة لإنشاء نصوص، وصور، وصوت عبر استدعاءات REST API.

ما هي الميزات الرئيسية لـ openai-php/client؟

الميزات الرئيسية لـ openai-php/client هي: OpenAI API Clients, AI SDKs, AI Assistants, Assistant Management APIs, Chat Completion Services, LLM Model Integrations, Conversation Threads, Text Completion Engines.

ما هي البدائل مفتوحة المصدر لـ openai-php/client؟

تشمل البدائل مفتوحة المصدر لـ openai-php/client: openai/openai-go — openai-go is an LLM SDK for Go and a client for interacting with OpenAI services. It provides type-safe bindings to… macpaw/openai — This is an asynchronous Swift client library for calling OpenAI’s API across Apple platforms. It provides native… theokanning/openai-java — openai-java is a Java client library and software development kit designed to integrate OpenAI services into Java… sashabaranov/go-openai — This project is a Go library that provides a programmatic interface for interacting with generative AI services. It… aallam/openai-kotlin — This project is a multiplatform software development kit designed to integrate large language models into Kotlin… openai-php/laravel — This is an OpenAI API Laravel client and LLM integration library designed to connect PHP applications to large…