awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·9 Aufrufe

Client

Dieses Projekt ist ein PHP-API-Client und SDK für die Integration von OpenAI-Diensten in PHP-Anwendungen. Es dient als Integrationsbibliothek und Wrapper für die Interaktion mit großen Sprachmodellen zur Generierung von Text, Bildern und Audio via REST-API-Aufrufen.

Die Bibliothek bietet spezialisierte Orchestrierung für KI-Assistenten, verwaltet Konversationsthreads und Vektorspeicher. Sie enthält zudem Werkzeuge für benutzerdefiniertes Modell-Fine-Tuning, die Implementierung semantischer Suche durch Text-Embeddings sowie Audioverarbeitung für Transkription und Synthese.

Die Funktionsfläche deckt Content-Moderation, Dateimanagement und die Handhabung von Chat- und Text-Completions ab. Sie unterstützt Echtzeit-Datenbereitstellung via Server-Sent-Events-Streaming, asynchrone Batch-Verarbeitung und die Verifizierung von Webhook-Signaturen.

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.

Star-Verlauf

Star-Verlauf für openai-php/clientStar-Verlauf für openai-php/client

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Client

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Client.
  • openai/openai-goAvatar von openai

    openai/openai-go

    2,974Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,974
  • macpaw/openaiAvatar von MacPaw

    MacPaw/OpenAI

    2,862Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,862
  • theokanning/openai-javaAvatar von TheoKanning

    TheoKanning/openai-java

    4,740Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,740
  • sashabaranov/go-openaiAvatar von sashabaranov

    sashabaranov/go-openai

    10,694Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,694
Alle 30 Alternativen zu Client anzeigen→

Häufig gestellte Fragen

Was macht openai-php/client?

Dieses Projekt ist ein PHP-API-Client und SDK für die Integration von OpenAI-Diensten in PHP-Anwendungen. Es dient als Integrationsbibliothek und Wrapper für die Interaktion mit großen Sprachmodellen zur Generierung von Text, Bildern und Audio via REST-API-Aufrufen.

Was sind die Hauptfunktionen von openai-php/client?

Die Hauptfunktionen von openai-php/client sind: OpenAI API Clients, AI SDKs, AI Assistants, Assistant Management APIs, Chat Completion Services, LLM Model Integrations, Conversation Threads, Text Completion Engines.

Welche Open-Source-Alternativen gibt es zu openai-php/client?

Open-Source-Alternativen zu openai-php/client sind unter anderem: 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…