@@ -21,8 +21,8 @@ inference provider, based on integration test results.
2121| ----------| --------| ---------| ---------| ----------|
2222| azure | 102 | 102 | 0 | 84% |
2323| bedrock | 27 | 27 | 0 | 22% |
24- | ollama | 2 | 2 | 0 | 2 % |
25- | openai | 121 | 121 | 0 | 100 % |
24+ | ollama | 4 | 4 | 0 | 3 % |
25+ | openai | 121 | 121 | 0 | 99 % |
2626| vllm | 3 | 3 | 0 | 2% |
2727| watsonx | 56 | 56 | 0 | 46% |
2828
@@ -34,7 +34,7 @@ Models, endpoints, and versions used during test recordings.
3434| ----------| ----------| ----------| --------------|
3535| azure | gpt-4o | llama-stack-test.openai.azure.com, lls-test.openai.azure.com | openai sdk: 2.5.0 |
3636| bedrock | openai.gpt-oss-20b | bedrock-mantle.us-east-2.api.aws, bedrock-mantle.us-west-2.api.aws | openai sdk: 2.5.0 |
37- | ollama | gpt-oss:20b | — | openai sdk: 2.5.0, vllm server: 0.9.2rc2.dev136+g0b382b53a.d20250924 |
37+ | ollama | gpt-oss:20b | — | openai sdk: 2.5.0, vllm server: 0.17.2rc1.dev79+g5ce2d10e4 |
3838| openai | gpt-4o, o4-mini, text-embedding-3-small | api.openai.com | openai sdk: 2.5.0 |
3939| vllm | Qwen/Qwen3-0.6B | — | openai sdk: 2.5.0, vllm server: 0.18.1rc1.dev197+g0e9358c11 |
4040| watsonx | meta-llama/llama-3-3-70b-instruct | us-south.ml.cloud.ibm.com | openai sdk: 2.5.0 |
@@ -148,8 +148,9 @@ Models, endpoints, and versions used during test recordings.
148148
149149| Feature | azure | bedrock | ollama | openai | vllm | watsonx |
150150| --- | --- | --- | --- | --- | --- | --- |
151- | reasoning basic streaming | ✅ | ✅ | ⏭️ | ✅ | ✅ | ✅ |
151+ | reasoning basic streaming | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
152152| reasoning multi turn passthrough | ⏭️ | ✅ | ✅ | ✅ | ✅ | ⏭️ |
153+ | reasoning multi turn with tool call | ⏭️ | ⏭️ | ✅ | ⏭️ | ⏭️ | ⏭️ |
153154| reasoning non streaming | ⏭️ | ✅ | ✅ | ✅ | ✅ | ⏭️ |
154155
155156## Responses Access Control
0 commit comments