awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai-php avatar

openai-php/client

0
View on GitHub↗
5,805 stars·680 forks·PHP·MIT·11 vues

Client

Ce projet est un client API PHP et un SDK pour intégrer les services OpenAI dans des applications PHP. Il sert de bibliothèque d'intégration et de wrapper pour interagir avec des grands modèles de langage afin de générer du texte, des images et de l'audio via des appels d'API REST.

La bibliothèque fournit une orchestration spécialisée pour les assistants IA, gérant les fils de conversation et les magasins de vecteurs. Elle inclut également des outils pour le fine-tuning de modèles personnalisés, l'implémentation de recherche sémantique via des embeddings de texte, et le traitement audio pour la transcription et la synthèse.

La surface de capacités couvre la modération de contenu, la gestion de fichiers et la gestion des complétions de chat et de texte. Elle prend en charge la livraison de données en temps réel via le streaming d'événements envoyés par le serveur (server-sent events), le traitement par lots asynchrone et la vérification des signatures de 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.

Historique des stars

Graphique de l'historique des stars pour openai-php/clientGraphique de l'historique des stars pour openai-php/client

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Client

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Client.
  • openai/openai-goAvatar de openai

    openai/openai-go

    2,974Voir sur 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
    Voir sur GitHub↗2,974
  • macpaw/openaiAvatar de MacPaw

    MacPaw/OpenAI

    2,862Voir sur 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
    Voir sur GitHub↗2,862
  • theokanning/openai-javaAvatar de TheoKanning

    TheoKanning/openai-java

    4,740Voir sur 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
    Voir sur GitHub↗4,740
  • sashabaranov/go-openaiAvatar de sashabaranov

    sashabaranov/go-openai

    10,694Voir sur 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
    Voir sur GitHub↗10,694
Voir les 30 alternatives à Client→

Questions fréquentes

Que fait openai-php/client ?

Ce projet est un client API PHP et un SDK pour intégrer les services OpenAI dans des applications PHP. Il sert de bibliothèque d'intégration et de wrapper pour interagir avec des grands modèles de langage afin de générer du texte, des images et de l'audio via des appels d'API REST.

Quelles sont les fonctionnalités principales de openai-php/client ?

Les fonctionnalités principales de openai-php/client sont : OpenAI API Clients, AI SDKs, AI Assistants, Assistant Management APIs, Chat Completion Services, LLM Model Integrations, Conversation Threads, Text Completion Engines.

Quelles sont les alternatives open-source à openai-php/client ?

Les alternatives open-source à openai-php/client incluent : 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…