Skip to content

feat: Add chat-completions API support to ApigeeLlm - #1249

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_906477105
Jun 23, 2026
Merged

feat: Add chat-completions API support to ApigeeLlm#1249
copybara-service[bot] merged 1 commit into
mainfrom
test_906477105

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Jun 9, 2026

Copy link
Copy Markdown

feat: Add chat-completions API support to ApigeeLlm

Adds end-to-end routing for apigee/openai/* models through an OpenAI-compatible
chat-completions backend:

  • ChatCompletionsClient interface + ChatCompletionsHttpClient (OkHttp) impl.
  • ApigeeLlm.ApiType (CHAT_COMPLETIONS / GENAI), auto-detected from the model
    prefix or set explicitly via Builder.apiType.
  • Streaming and non-streaming response paths (see screenshots).

@copybara-service copybara-service Bot changed the title feat: Add chat-completions API support to ApigeeLLM feat: Add chat-completions API support to ApigeeLlm Jun 23, 2026
Adds end-to-end routing for apigee/openai/* models through an OpenAI-compatible
chat-completions backend:

  - ChatCompletionsClient interface + ChatCompletionsHttpClient (OkHttp) impl.
  - ApigeeLlm.ApiType (CHAT_COMPLETIONS / GENAI), auto-detected from the model
    prefix or set explicitly via Builder.apiType.
  - Streaming and non-streaming response paths (see screenshots).

PiperOrigin-RevId: 936778429
@copybara-service
copybara-service Bot merged commit df73784 into main Jun 23, 2026
@copybara-service
copybara-service Bot deleted the test_906477105 branch June 23, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant