20. Quick API Reference#
Call |
Returns / effect |
|---|---|
|
A client backed by OpenAI. |
|
A client backed by Anthropic Claude. |
|
A client backed by Azure OpenAI. |
|
A client backed by a local Ollama server. |
|
A client around your own AutoGen client. |
|
Submit synchronously; returns a Job immediately. |
|
Submit from async code; returns a Job. |
|
Look up a tracked Job. |
|
All tracked jobs. |
|
Drop finished jobs; returns the count removed. |
|
Available manifest file names. |
|
Block for the result; raise on failure/cancel. |
|
Async wait for the result. |
|
Request cooperative cancellation. |