Skip to content

Conversation

@daFish
Copy link
Contributor

@daFish daFish commented Dec 17, 2025

Q A
Bug fix? no
New feature? yes
Docs? no
Issues Fix #...
License MIT

Thanks to the work by @paulinevos I am adding support for the Responses API from Scaleway. I also added 2 new examples to show use the responses endpoint - one with tool usage.

@carsonbot carsonbot added Feature New feature Platform Issues & PRs about the AI Platform component Status: Needs Review labels Dec 17, 2025
@daFish daFish force-pushed the feat/platform-scaleway-responses-api branch from 8e6d77d to 01fa940 Compare December 17, 2025 17:44
---

* Add the bridge
* Add support for Responses API
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add support for Responses API

not needed for the first release

* Allow beta feature flags to be passed into Anthropic model options
* Add Ollama streaming output support
* Add multimodal embedding support for Voyage AI
* Use Responses API for Scaleway platform when using gpt-oss-120b
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this line

@chr-hertel
Copy link
Member

Hi @daFish, what's the benefit of introducing this? feels a bit odd to have both, a lot of duplicated code and only fixed for one model

so ideally we should decide for one API here to ease the implementation

@daFish
Copy link
Contributor Author

daFish commented Dec 20, 2025

Hi @daFish, what's the benefit of introducing this? feels a bit odd to have both, a lot of duplicated code and only fixed for one model

so ideally we should decide for one API here to ease the implementation

Scaleway currently supports both but to use gpt-oss-120b with tools you need to use the responses API.

From the Scaleway documentation:

Most supported Generative API models can be used with both Chat Completions and Responses API. For the gpt-oss-120b model, use of the Responses API is recommended, as it will allow you to access all of its features, especially tool-calling.

As the responses API is currently in beta, I'd opt to support both for the time being. Once it is GA then it is the best option to move to responses API only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature New feature Platform Issues & PRs about the AI Platform component Status: Needs Work Status: Waiting feedback

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants