openai_dart
Dart client for the OpenAI REST APIs and realtime WebSocket/WebRTC workflows with type-safe access to GPT, image, audio, and Responses APIs.
8.0.0
32K downloads/mo
#1807 most downloaded on pub.dev
davidmigloz/ai_clients_dart
What this package is like to depend on
Last release 22 days ago
01 Aug 2026
Release timing varies
gaps range from 8 days to 2 months
Nearly every release is documented
notes for 65 of 65 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
66 releases · first in 2023
25 releases in the last 12 months
see the full history below
Release timeline
66 releases · Oct 2023 to Aug 2026Releases
latest 60 of 66-
8.0.001 Aug 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Adds Fast mode (
ServiceTier.fast, up to 2.5× faster processing, replacing Priority Processing) and a full modernization of the GPT-Transcribe generation — chunking strategy control,logprobs, keyword hints, multi-language input, speaker diarization, and newcreateStream()/createDiarized()/createRaw()methods onclient.audio.transcriptions. Also adds aclient.contentProvenanceChecksresource for detecting OpenAI C2PA and SynthID provenance signals, and syncs the pinned spec to GPT-5.6 with programmatic tool calling, explicit prompt caching, and a multi-agent Responses beta. Breaking:TranscriptionResponseFormatis renamed toAudioResponseFormat(a deprecated typedef keeps old code compiling),TranslationRequest.responseFormatnow uses a dedicatedTranslationResponseFormatenum,TranscriptionVerboseResponse.taskis nowString?,InputAudioTranscriptionCompletedEvent.usageis now a typedTranscriptUsage?, and multipart array fields switch to spec-correct bracket-repeated encoding. See the Migration Guide. -
7.0.105 Jul 2026Release notes
Open source →Fixes
buildUrlcollapsing repeated query keys carried by the base URL (?k=a&k=b) to the last value — a proxy/gateway base URL with duplicate keys now keeps all of them on every request. Single-value behavior (including Azureapi-versionhandling) is unchanged. -
7.0.021 Jun 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Syncs
openai_dartto the latest OpenAI OpenAPI spec. Adds a reasoning context mode —ReasoningConfig.context(newReasoningContextenum:auto/currentTurn/allTurns) controls which reasoning items are rendered back to the model on later turns, and the effective mode is now surfaced on the response (which also carriesreasoning+truncation, so it's no longer silently dropped). Also adds MCP Secure Tunnel and connector addressing for remote MCP tools viaMcpTool.tunnelIdandMcpTool.connectorId. The single breaking change has limited real-world impact: to express the spec'sserver_url/connector_id/tunnel_idone-of,McpTool.serverUrlis now nullable (String?) — existing code that always passedserverUrlcontinues to compile and behave the same; only callers that readMcpTool.serverUrlmust now handlenull. See the Migration Guide. -
6.2.006 Jun 2026Release notes
Open source →Adds support for the new moderation scores feature on the Chat Completions and Responses APIs — pass a
moderationobject on a request to receive moderation results for both the model input and the generated output, surfaced as sealed input/output outcomes (ChatCompletion.moderation,ChatStreamEvent.moderation,Response.moderation) and captured byChatStreamAccumulatorfor streaming. All new fields are additive and nullable. Also marks the image-model id constants OpenAI has deprecated or removed with@Deprecated(retained for compatibility), leavingImageModels.gptImage2as the only recommended image model, and refreshes the canonical spec. -
6.1.002 Jun 2026Release notes
Open source →Adds two new OpenAI Responses features from the latest spec: the
additional_toolsitem — surfacing extra tool definitions mid-conversation — across the input, output, and conversation-item unions, and apersonalitystyle preset on the input-token-count request (responses.inputTokens.count), modeled as a sealedPersonalitytype withfriendly/pragmaticpresets plus acustom(...)escape hatch for forward compatibility. Also completes theMessageRoleenum with the spec'scritic,discriminator, andtoolvalues, which previously collapsed tounknown. -
6.0.024 May 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Migrates the Realtime API client to the GA shape from OpenAI's Voice Intelligence drop (2026-05-07): a nested
audio.{input,output}config block, sealed unions for audio formats / turn detection / truncation / tracing, newRealtimeReasoning,parallelToolCalls, transcriptiondelay, and the realtime translation surface (gpt-realtime-translate+gpt-realtime-whisper) viaconnectTranslation(...)and the new client-secret methods. Adds DX helpersRealtimeConnection.sendUserMessage(text)andappendAudioBytes(...), plus a lenient event parser that returnsUnknownRealtimeEventinstead of throwing. Also adds an optionalserviceTierand a typedCompactionTriggerItemto the/responses/compactsurface. Breaking: the impact is confined to the Realtime API (client.realtime/client.realtimeSessions) — audio fields moved underaudio.{input,output}, several enums became sealed unions (RealtimeAudioFormats,RealtimeAudioInputTurnDetection), the legacycreate()/createTranscription()HTTP methods are replaced by client-secret flows, and spec-dropped fields (RealtimeSession.temperature,RealtimeSessionCreateResponse.clientSecret) are removed. The Chat Completions and Responses APIs are unaffected. -
5.0.002 May 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Adds support for GPT-5.5 (
gpt-5.5and thegpt-5.5-2026-04-23snapshot) across theChatModelenum and all examples, and exposes the newprompt_cache_retentionfield on the/v1/responses/{response_id}/compactendpoint viaCompactResponseRequest. Also fixes aStateErrorthat affected non-streaming requests usingabortTrigger(#209). Breaking:FunctionCallStatusis realigned to match the OpenAI spec (inProgress/completed/incomplete) — the non-specfailedvalue is removed (#208). The breaking surface is intentionally small: any code that referencedFunctionCallStatus.failedwas already rejected by the API at runtime, so the practical impact is limited — but we follow strict semver and ship the enum change as a major bump regardless. -
4.3.021 Apr 2026Release notes
Open source →Adds support for GPT Image 2 (
gpt-image-2) — surfacing the full GPT-image parameter surface onImageGenerationRequestandImageEditRequest(background, moderation, output format/compression, streaming, input fidelity), expandedImageQualityandImageSizeenums, token-based usage metadata onImageResponse, and a newImageModelsconstants class. Also expands theReasoningEffortenum withnone,minimal, andxhighto match the latest OpenAI spec and the per-model support matrix forgpt-5.1,gpt-5-pro, and models aftergpt-5.1-codex-max. -
4.2.016 Apr 2026Release notes
Open source →Re-introduces the
detailfield onInputFileContentvia a newFileInputDetailenum (high/low) for controlling how thoroughly the model processes file inputs, following the same pattern as the existingImageDetailenum. Also refreshes the OpenAPI spec to the latest upstream version. -
4.1.009 Apr 2026Release notes
Open source →Adds a
phaseproperty toConversationMessageItemto match the latest OpenAI spec. The field labels assistant messages as eithercommentary(intermediate thinking) orfinal_answer, which prevents performance degradation when resending conversation history to models likegpt-5.3-codex. -
4.0.102 Apr 2026Release notes
Open source →Aligns the README layout by moving the coding-agents TIP callout to the standard position after badges and description.
-
4.0.029 Mar 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Adds
FileContentPartandRefusalContentPartto the Chat Completions API — completing the content part union with support for sending PDFs/documents and representing model refusals. TheInputFileContent.data()andInputContent.fileData()factories now require amediaTypeparameter and construct proper data URL format (raw base64 was rejected by the API). Also addsToolChoiceAllowedToolsandToolChoiceCustomvariants for constraining tool selection, and narrowsInputTokensResource.counttoolChoicefromObject?toResponseToolChoice?.- BREAKING FEAT: Add FileContentPart and RefusalContentPart (#152). (821eea60)
- FEAT: Add ToolChoiceAllowedTools and ToolChoiceCustom variants (#161). (f0940801)
- DOCS: Improve toolkit and skills from PR #152 lessons (#153). (f55de1ec)
- DOCS: Overhaul root README and add semver bullet to all packages (#151). (e6af33dd)
-
3.0.027 Mar 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Replaces the
ServiceTierenum with an extensible class to preserve provider-specific tier values on round-trip serialization. Adds missingtypeandparamfields toResponseErrorand makescodenullable. Adds custom tool call support to the Responses API, modifierkeysfor computer use actions, and expands the Video API with edit, extend, and character endpoints. RemovesFileInputDetailenum anddetailparameter fromInputFileContent. Also fixes toolkit verification warnings, adds docs coverage for 14 resources with new example files, standardizes equality helper locations, and adds llms.txt ecosystem files.- BREAKING FEAT: Improve spec compliance for ServiceTier and ResponseError (#133). (487231d2)
- BREAKING FEAT: Update OpenAPI spec with custom tools, video expansion, and computer action keys (#143). (b08ba7b9)
- FIX: Resolve toolkit verification warnings across packages (#122). (634bdda2)
- REFACTOR: Standardize equality helpers location across packages (#123). (34086102)
- DOCS: Un-exclude 14 resources from docs verification (#121). (2a2966ad)
- DOCS: Overhaul READMEs and add llms.txt ecosystem (#149). (98f11483)
- TEST: Add OpenRouter integration test (#114). (46a75724)
-
2.0.016 Mar 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
Made non-streaming response parsing robust for third-party OpenAI-compatible providers (AWS Bedrock proxies, Ollama, vLLM, TogetherAI, OpenRouter, etc.) by relaxing strict casts in
fromJsonwhile keeping constructor invariants strict. AddedResponseStreamExtensionsfor convenient stream event filtering/mapping,copyWithmethods to allResponseStreamEventsubtypes andChatMessage/ContentPart, and updatedRunStep,Message,Tool, andEmbeddingRequestmodels with additional fields from the latest API spec. -
1.4.010 Mar 2026Release notes
Open source →This release improves streaming error handling by detecting and surfacing errors embedded in chat and other streaming responses. It also updates model references to the latest
gpt-realtime-1.5andgpt-audio-1.5models, and documents WebRTC support for the Realtime API.- FEAT: Detect inline streaming errors (#91). (9f0eaf37)
- FEAT: Update model references to gpt-realtime-1.5 and gpt-audio-1.5 (#83). (30d27274)
- FIX: Detect and throw errors embedded in chat streaming data (#87). (7bdeaaa5)
- DOCS: Improve READMEs with badges, sponsor section, and vertex_ai deprecation (#90). (5741f2f3)
- DOCS: Document WebRTC support in Realtime API (#84). (2f385378)
-
1.3.006 Mar 2026Release notes
Open source →Added missing
containerIdfield toCodeInterpreterCallOutputItemand madeContainerFile.bytesnullable to match the API response. -
1.2.006 Mar 2026Release notes
Open source →Added support for GPT-5.4 and the new Responses API agent capabilities released alongside it — tool search (deferred tool loading at runtime), built-in computer use, and 1M-token context with message phases. Also added multi-modal moderation, fine-tune management methods, and missing
ChatCompletionCreateRequestfields. Fixed handling of unknown streaming event types.- FEAT: GPT-5.4, tool search, computer use & message phase support (#69). (3dab848f)
- FEAT: Add missing ChatCompletionCreateRequest fields (#73). (0b06b159)
- FEAT: Add multi-modal moderation, fine-tune methods & missing fields (#76). (8b54049c)
- FIX: Handle unknown streaming event types gracefully (#72). (28a49804)
- REFACTOR: Migrate API skills to the shared api-toolkit CLI (#74). (923cc83e)
- DOCS: Update README with SOTA models and Responses API (#68). (ff6d2774)
- CHORE: Add .pubignore to exclude .agents/ and specs/ from publishing (#78). (0ff199bf)
-
1.1.004 Mar 2026Release notes
Open source →Added
baseUrlanddefaultHeadersparameters towithApiKeyconstructors, aligned Responses API models with the latest OpenAI spec, fixed null index handling inToolCallDelta.fromJson, and improvedhashCodefor list fields.- FEAT: Add baseUrl and defaultHeaders to withApiKey constructors (#57). (f0dd0caa)
- FIX: Align Responses API models with current OpenAI spec (#59). (a55a67b7)
- FIX: Handle null index in ToolCallDelta.fromJson (#64). (9b3df8a4)
- FIX: Use Object.hashAll() for list fields in hashCode (#65). (4b19abd9)
- REFACTOR: Unify equality_helpers.dart across packages (#67). (ec2897f8)
-
1.0.104 Mar 2026 -
1.0.003 Mar 2026Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
TL;DR: Complete reimplementation with a new architecture, minimal dependencies, resource-based API, and improved developer experience. Hand-crafted models (no code generation), interceptor-driven architecture, comprehensive error handling, full OpenAI API coverage, and alignment with the latest OpenAI OpenAPI (2026-02-19).
What's new
- Resource-based API organization:
client.chat.completions— Chat completion creation, streamingclient.responses— Responses API (recommended unified API)client.conversations— Conversation managementclient.embeddings— Text embeddingsclient.audio.speech/audio.transcriptions/audio.translations— Audio APIsclient.images— Image generation, editing, variationsclient.files/client.uploads— File and large upload managementclient.batches— Batch processingclient.models— Model listing and retrievalclient.moderations— Content moderationclient.fineTuning.jobs— Fine-tuning job managementclient.beta.assistants/beta.threads/beta.vectorStores— Assistants API (Beta)client.videos— Sora video generationclient.containers— Code execution containersclient.chatkit— ChatKit sessions and threads (Beta)client.evals— Model evaluationclient.realtime— WebSocket-based Realtime APIclient.completions— Legacy text completions
- Architecture:
- Interceptor chain (Auth → Logging → Error → Transport with Retry wrapper).
- Authentication: API key, organization+key, or Azure via
AuthProviderinterface (ApiKeyProvider,OrganizationApiKeyProvider,AzureApiKeyProvider). - Retry with exponential backoff + jitter (only for idempotent methods on 429, 5xx, timeouts).
- Abortable requests via
abortTriggerparameter. - SSE streaming parser for real-time responses.
- WebSocket support for Realtime API.
- Central
OpenAIConfig(timeouts, retry policy, log level, baseUrl, auth).
- Hand-crafted models:
- No code generation dependencies (no freezed, json_serializable).
- Minimal runtime dependencies (
http,logging,meta,web_socketonly). - Immutable models with
copyWithusing sentinel pattern. - Full type safety with sealed exception hierarchy.
- Improved DX:
- Simplified message creation (e.g.,
ChatMessage.user(),ChatMessage.system()). - Explicit streaming methods (
createStream()vscreate()). - Response helpers (
.text,.hasToolCalls,.allToolCalls). ChatStreamAccumulatorand extension methods (collectText(),textDeltas(),accumulate()).- Rich logging with field redaction for sensitive data.
- Simplified message creation (e.g.,
- Full API coverage:
- Chat completions with tool calling, vision, structured outputs, audio, and predicted outputs.
- Responses API with built-in tool output types (web search, file search, code interpreter, image generation, MCP).
- Videos API (Sora) for video generation and remixing.
- Conversations API for multi-turn conversation management.
- Containers API for isolated code execution environments.
- ChatKit API for session and thread management (Beta).
- Evals API with multiple grader types and data source configurations.
- Realtime API for WebSocket-based audio conversations.
- Full Assistants, Threads, Messages, Runs, and Vector Stores API (Beta, separate import).
Breaking Changes
- Resource-based API: Methods reorganized under strongly-typed resources:
client.createChatCompletion()→client.chat.completions.create()client.createChatCompletionStream()→client.chat.completions.createStream()client.createEmbedding()→client.embeddings.create()client.createImage()→client.images.generate()client.createSpeech()→client.audio.speech.create()client.createTranscription()→client.audio.transcriptions.create()client.createFineTuningJob()→client.fineTuning.jobs.create()client.uploadFile()→client.files.upload()client.createBatch()→client.batches.create()
- Model class renames:
CreateChatCompletionRequest→ChatCompletionCreateRequestChatCompletionMessage.user(content: ChatCompletionUserMessageContent.string('...'))→ChatMessage.user('...')ChatCompletionMessage.system(content: '...')→ChatMessage.system('...')ChatCompletionTool(type: ..., function: FunctionObject(...))→Tool.function(...)ChatCompletionModel.modelId('gpt-4o')→'gpt-4o'(plain string)EmbeddingInput.string('...')→EmbeddingInput.text('...')CreateImageRequest→ImageGenerationRequestImageSize.v1024x1024→ImageSize.size1024x1024
- Import structure: Assistants and Realtime APIs moved to separate entry points:
import 'package:openai_dart/openai_dart_assistants.dart'for Assistants, Threads, Messages, Runs, Vector Storesimport 'package:openai_dart/openai_dart_realtime.dart'for Realtime API
- Configuration: New
OpenAIConfigwithAuthProviderpattern:OpenAIClient(apiKey: 'KEY')→OpenAIClient(config: OpenAIConfig(authProvider: ApiKeyProvider('KEY')))- Or use
OpenAIClient.fromEnvironment()to readOPENAI_API_KEY. - Or use
OpenAIClient.withApiKey('KEY')for quick setup.
- Exceptions: Replaced
OpenAIClientExceptionwith typed hierarchy:ApiException,AuthenticationException,RateLimitException,NotFoundException,RequestTimeoutException,AbortedException,ConnectionException,ParseException,StreamException.
- Streaming: Use convenience getters and extension methods:
event.choices.first.delta.content→event.textDelta.map()callbacks → Dart 3 switch expressions oristype checks.
- Nullable fields:
Model.created,Model.ownedBy,ChatCompletion.createdare now nullable for OpenAI-compatible provider support. - Session cleanup:
endSession()→close(). - Dependencies: Removed
freezed,json_serializable; now minimal (http,logging,meta,web_socket).
See MIGRATION.md for step-by-step examples and mapping tables.
Commits
- BREAKING FEAT: Complete v1.0.0 reimplementation (#24). (ed68e31b)
- BREAKING FEAT: Add type-safe ResponseInput and convenience factories (#29). (015307ea)
- BREAKING FIX: Make created and ownedBy nullable for provider compatibility (#30). (5c56f005)
- FEAT: Add Skills API, response compaction, JSON image editing, and batch endpoints (#34). (98128ade)
- FIX: Pre-release documentation and code fixes (#41). (5616f8f3)
- REFACTOR: Align client package architecture across SDK packages (#37). (cf741ee1)
- REFACTOR: Align API surface across all SDK packages (#36). (ed969cc7)
- DOCS: Refactors repository URLs to new location. (76835268)
- Resource-based API organization:
-
0.6.227 Dec 2025 -
0.6.120 Dec 2025Release notes
Open source →- FEAT: Add image streaming and new GPT image models (#827). (1218d8c3)
- FEAT: Add ImageGenStreamEvent schema for streaming (#834). (eb640052)
- FEAT: Add ImageGenUsage schema for image generation (#833). (aecf79a9)
- FEAT: Add metadata fields to ImagesResponse (#831). (bd94b4c6)
- FEAT: Add prompt_tokens_details to CompletionUsage (#830). (ede649d1)
- FEAT: Add fine-tuning method parameter and schemas (#828). (99d77425)
- FEAT: Add Batch model and usage fields (#826). (b2933f50)
- FEAT: Add OpenRouter-specific sampling parameters (#825). (3dd9075c)
- FIX: Remove default value from image stream parameter (#829). (d94c7063)
- FIX: Fix OpenRouter reasoning type enum parsing (#810) (#824). (44ab2841)
-
0.6.015 Oct 2025Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions.
- FIX: Correct text content serialization in CreateMessageRequest (#805). (e4569c96)
- FIX: Handle optional space after colon in SSE parser (#779). (9defa827)
- FEAT: Add OpenRouter provider routing support (#794). (6d306bc1)
- FEAT: Add OpenAI-compatible vendor reasoning content support (#793). (e0712c38)
- FEAT: Upgrade to http v1.5.0 (#785). (f7c87790)
- BREAKING BUILD: Require Dart >=3.8.0 (#792). (b887f5c6)
-
0.6.0+116 Oct 2025 -
0.5.531 Aug 2025 -
0.5.410 Aug 2025 -
0.5.4+125 Aug 2025Release notes
Open source → -
0.5.330 Jul 2025 -
0.5.220 Jun 2025 -
0.5.118 Jun 2025 -
0.5.012 Jun 2025Release notes
Open source →- BREAKING FEAT: Align OpenAI API changes (#706). (b8b04ca6)
- FEAT: Add support for web search, gpt-image-1 and list chat completions (#716). (269dea03)
- FEAT: Update OpenAI model catalog (#714). (68df4558)
- FEAT: Change the default value of 'reasoning_effort' from medium to null (#713). (f224572e)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- REFACTOR: Fix linter issues (#708). (652e7c64)
- DOCS: Fix TruncationObject docs typo. (ee5ed4fd)
- DOCS: Document Azure Assistants API base url (#626). (c3459eea)
-
0.4.516 Dec 2024Release notes
Open source →- FEAT: Support Predicted Outputs (#613). (315fe0fd)
- FEAT: Support streaming audio responses in chat completions (#615). (6da756a8)
- FEAT: Add gpt-4o-2024-11-20 to model catalog (#614). (bf333081)
- FIX: Default store field to null to support Azure and Groq APIs (#608). (21332960)
- FIX: Make first_id and last_id nullable in list endpoints (#607). (7cfc4ddf)
- DOCS: Update OpenAI endpoints descriptions (#612). (10c66888)
- REFACTOR: Add new lint rules and fix issues (#621). (60b10e00)
- REFACTOR: Upgrade api clients generator version (#610). (0c8750e8)
-
0.4.431 Oct 2024Release notes
Open source → -
0.4.329 Oct 2024Release notes
Open source →- FEAT: Add support for audio in chat completions (#577). (0fb058cd)
- FEAT: Add support for storing outputs for model distillation and metadata (#578). (c9b8bdf4)
- FEAT: Support multi-modal moderations (#576). (45b9f423)
- FIX: submitThreadToolOutputsToRunStream not returning any events (#574). (00803ac7)
- DOCS: Add xAI to list of OpenAI-compatible APIs (#582). (017cb74f)
- DOCS: Fix assistants API outdated documentation (#579). (624c4128)
-
0.4.225 Sep 2024 -
0.4.2+108 Oct 2024 -
0.4.2+214 Oct 2024 -
0.4.122 Aug 2024 -
0.4.026 Jul 2024Release notes
Open source →- FEAT: Add support for disabling parallel tool calls (#492). (a91e0719)
- FEAT: Add GPT-4o-mini to model catalog (#497). (faa23aee)
- FEAT: Support chunking strategy in file_search tool (#496). (cfa974a9)
- FEAT: Add support for overrides in the file search tool (#491). (89605638)
- FEAT: Allow to customize OpenAI-Beta header (#502). (5fed8dbb)
- FEAT: Add support for service tier (#494). (0838e4b9)
-
0.3.331 May 2024 -
0.3.3+102 Jul 2024 -
0.3.214 May 2024 -
0.3.2+120 May 2024 -
0.3.109 May 2024 -
0.3.006 May 2024Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions. If you are using the Assistants API v1, please refer to the OpenAI docs to see how to migrate to v2.
-
0.2.230 Apr 2024Release notes
Open source → -
0.2.116 Apr 2024Release notes
Open source →- FEAT: Support for Batch API (#383). (6b89f4a2)
- FEAT: Streaming support for Assistant API (#379). (6ef68196)
- FEAT: Option to specify tool choice in Assistant API (#382). (97d7977a)
- FEAT: JSON mode in Assistant API (#381). (a864dae3)
- FEAT: Max tokens and truncation strategy in Assistant API (#380). (7153167b)
- FEAT: Updated models catalog with GPT-4 Turbo with Vision (#378). (88537540)
- FEAT: Weights & Biases integration for fine-tuning and seed options (#377). (a5fff1bf)
- FEAT: Support for checkpoints in fine-tuning jobs (#376). (69f8e2f9)
-
0.2.010 Apr 2024 -
0.1.715 Feb 2024 -
0.1.626 Jan 2024 -
0.1.6+131 Jan 2024 -
0.1.520 Jan 2024 -
0.1.413 Jan 2024 -
0.1.326 Dec 2023 -
0.1.205 Dec 2023Release notes
Open source → -
0.1.2+112 Dec 2023Release notes
Open source → -
0.1.117 Nov 2023 -
0.1.1+117 Nov 2023Release notes
Open source → -
0.1.1+220 Nov 2023 -
0.1.015 Nov 2023Release notes
Open source →[!CAUTION] This release has breaking changes. See the Migration Guide for upgrade instructions. Migration guides: new factories and multi-modal