(_modelId: string)
| 7 | * JSON-object mode for all models to avoid 400s. See https://docs.together.ai/docs/json-mode. |
| 8 | */ |
| 9 | export async function supportsNativeStructuredOutputs(_modelId: string): Promise<boolean> { |
| 10 | return false |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Creates a ReadableStream from a Together AI streaming response. |
no outgoing calls
no test coverage detected