Skip to Content
API ReferenceProvider Support

Provider Support

This page summarizes the current public provider surface in one reference table so you can scan coverage and caveats together.

Read it conservatively:

  • provider support is route-dependent
  • all five providers support sync and streaming text generation
  • advanced operations (image generation, audio, embeddings) vary by provider — OpenAI has the broadest coverage
  • proxy routing controls are not universal across providers
  • proxy streaming is exposed for all five public proxy providers
  • being listed here does not mean every provider feature is exposed publicly
  • image edits, multipart image uploads, and Responses API image-tool support are not part of the public OpenAI image surface

This table keeps customer-facing capability and limitation notes while omitting adapter internals.

Provider support reference.
ProviderProxy PathExecutionsProxy RoutingProxy StreamingLimitations
Anthropic/v1/proxy/anthropicPublic proxy support is text messages with sync and streaming behavior. Public cross-provider fallback is limited to the implemented OpenAI and Anthropic text subset.
Google/v1/proxy/googleThe proxy route currently exposes text generation with sync and streaming behavior plus an image-understanding subset. /v1/executions additionally supports embed.text and transcribe.audio.
Meta/v1/proxy/metaCurrent public proxy support is text generation with sync and streaming behavior. Non-text parity remains narrower and route-dependent. metadata.adapter_mode selects native, compatible, or byo.
OpenAI/v1/proxy/openaiPublic image support is the same narrow OpenAI image-generation subset on /v1/execute, /v1/executions, and /v1/proxy/openai: generation only, explicit non-'auto' size and quality, with unsupported pricing shapes denied. Image edits remain fail-closed; multipart uploads and Responses API image-tool support remains out of scope. Also the only current public streaming path on /v1/executions.
xAI/v1/proxy/xaiCurrent public support is text or chat with sync and streaming behavior.

Execution operations

Anthropic
generate.text
Google
embed.text, generate.text, transcribe.audio, understand.image
Meta
embed.text, generate.text, understand.image
OpenAI
embed.text, generate.audio, generate.image, generate.text, transcribe.audio, understand.image
xAI
generate.text

Cross-check route-specific behavior on the authored pages when you need request examples, headers, or current operational caveats.

Last updated on Edit this page on GitHub