Download the PHP package kozmonos/vertex-ai without Composer
On this page you can find all versions of the php package kozmonos/vertex-ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kozmonos/vertex-ai
More information about kozmonos/vertex-ai
Files in kozmonos/vertex-ai
Package vertex-ai
Short Description Vertex AI on-demand + batch pipeline for PHP
License MIT
Homepage https://github.com/kozmonos/vertex-ai
Informations about the package vertex-ai
kozmonos/vertex-ai
Framework-agnostic Vertex AI client for PHP: on-demand Gemini/Imagen/Veo, Google Cloud TTS, Deepgram STT, and Vertex batch prediction jobs (JSONL + GCS).
Install
Published on Packagist. Path repositories are only needed when developing the package locally alongside a consuming app.
Configuration
Copy config/vertex-ai.php into your app or build VertexConfig::fromArray() manually:
Required for on-demand Vertex calls:
vertex.project_idvertex.credentials_path(service account JSON)
Required for batch:
vertex.batch.gcs_bucket
Outbound reference images
HTTP/HTTPS reference image downloads are denied unless you configure an allowlist:
See SECURITY.md for the full hardening checklist.
On-demand text
On-demand video (Veo)
Batch submit
Gemini image batch requests keep Vertex safety filters enabled by default. Pass disableSafetyFilters: true to VertexBatchRequestBuilder::geminiImage() only when you explicitly need them disabled.
Usage recording
Wrap providers with Kozmonos\VertexAi\Usage\Recording\* and implement Kozmonos\VertexAi\Contracts\UsageRecorder, or use NullUsageRecorder in tests.
Tests
License
MIT. See LICENSE.
All versions of vertex-ai with dependencies
google/auth Version ^1.47
google/cloud-storage Version ^1.46
google/cloud-ai-platform Version ^1.62
guzzlehttp/guzzle Version ^7.8